Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: erlang_ls-0.48.1
@ 2023-08-11 18:29 Emru1
  2023-09-10 10:00 ` [PR PATCH] [Updated] " Emru1
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Emru1 @ 2023-08-11 18:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1243 bytes --]

There is a new pull request by Emru1 against master on the void-packages repository

https://github.com/Emru1/void-packages erlang_ls
https://github.com/void-linux/void-packages/pull/45549

New package: erlang_ls-0.48.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/45549.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-erlang_ls-45549.patch --]
[-- Type: text/x-diff, Size: 1338 bytes --]

From 3ba42174f8a614d4ae887143c9a0c9b93a589fe6 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Fri, 11 Aug 2023 20:28:23 +0200
Subject: [PATCH] New package: erlang_ls-0.48.1

---
 srcpkgs/erlang_ls/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/erlang_ls/template

diff --git a/srcpkgs/erlang_ls/template b/srcpkgs/erlang_ls/template
new file mode 100644
index 0000000000000..3647991622bd6
--- /dev/null
+++ b/srcpkgs/erlang_ls/template
@@ -0,0 +1,24 @@
+# Template file for 'erlang_ls'
+pkgname=erlang_ls
+version=0.48.1
+revision=1
+build_style=gnu-makefile
+make_build_args="PREFIX=/usr"
+hostmakedepends="rebar3 erlang git"
+depends="erlang"
+short_desc="Erlang Language Server, written in Erlang"
+maintainer="Emil Tomczyk <emil.tomczyk@skni.umcs.pl>"
+license="Apache-2.0"
+homepage="https://erlang-ls.github.io/"
+distfiles="https://github.com/erlang-ls/erlang_ls/archive/refs/tags/${version}.tar.gz"
+checksum=adb653c5d9792e1d25985491f1dbd91a9ab912b3ef3585b7ff356d4f2510f9d7
+
+post_extract() {
+	vsed -i "s/git/\"${version}\"/" apps/els_dap/src/els_dap.app.src
+	vsed -i "s/git/\"${version}\"/" apps/els_lsp/src/els_lsp.app.src
+	vsed -i "s/git/\"${version}\"/" src/erlang_ls.app.src
+}
+
+do_install() {
+	PREFIX=$PKGDESTDIR/usr make install
+}

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] New package: erlang_ls-0.48.1
  2023-08-11 18:29 [PR PATCH] New package: erlang_ls-0.48.1 Emru1
@ 2023-09-10 10:00 ` Emru1
  2023-10-21 13:04 ` Emru1
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Emru1 @ 2023-09-10 10:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1244 bytes --]

There is an updated pull request by Emru1 against master on the void-packages repository

https://github.com/Emru1/void-packages erlang_ls
https://github.com/void-linux/void-packages/pull/45549

New package: erlang_ls-0.48.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/45549.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-erlang_ls-45549.patch --]
[-- Type: text/x-diff, Size: 1338 bytes --]

From 2516ed061577e1c0a84bb07b76f28374b1347b0a Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Fri, 11 Aug 2023 20:28:23 +0200
Subject: [PATCH] New package: erlang_ls-0.48.1

---
 srcpkgs/erlang_ls/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/erlang_ls/template

diff --git a/srcpkgs/erlang_ls/template b/srcpkgs/erlang_ls/template
new file mode 100644
index 0000000000000..3647991622bd6
--- /dev/null
+++ b/srcpkgs/erlang_ls/template
@@ -0,0 +1,24 @@
+# Template file for 'erlang_ls'
+pkgname=erlang_ls
+version=0.48.1
+revision=1
+build_style=gnu-makefile
+make_build_args="PREFIX=/usr"
+hostmakedepends="rebar3 erlang git"
+depends="erlang"
+short_desc="Erlang Language Server, written in Erlang"
+maintainer="Emil Tomczyk <emil.tomczyk@skni.umcs.pl>"
+license="Apache-2.0"
+homepage="https://erlang-ls.github.io/"
+distfiles="https://github.com/erlang-ls/erlang_ls/archive/refs/tags/${version}.tar.gz"
+checksum=adb653c5d9792e1d25985491f1dbd91a9ab912b3ef3585b7ff356d4f2510f9d7
+
+post_extract() {
+	vsed -i "s/git/\"${version}\"/" apps/els_dap/src/els_dap.app.src
+	vsed -i "s/git/\"${version}\"/" apps/els_lsp/src/els_lsp.app.src
+	vsed -i "s/git/\"${version}\"/" src/erlang_ls.app.src
+}
+
+do_install() {
+	PREFIX=$PKGDESTDIR/usr make install
+}

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] New package: erlang_ls-0.48.1
  2023-08-11 18:29 [PR PATCH] New package: erlang_ls-0.48.1 Emru1
  2023-09-10 10:00 ` [PR PATCH] [Updated] " Emru1
@ 2023-10-21 13:04 ` Emru1
  2023-11-08  9:58 ` Emru1
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Emru1 @ 2023-10-21 13:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1244 bytes --]

There is an updated pull request by Emru1 against master on the void-packages repository

https://github.com/Emru1/void-packages erlang_ls
https://github.com/void-linux/void-packages/pull/45549

New package: erlang_ls-0.48.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/45549.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-erlang_ls-45549.patch --]
[-- Type: text/x-diff, Size: 1338 bytes --]

From 467e186f2f967fb16b6b17ee12636d99a43d77b4 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Fri, 11 Aug 2023 20:28:23 +0200
Subject: [PATCH] New package: erlang_ls-0.48.1

---
 srcpkgs/erlang_ls/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/erlang_ls/template

diff --git a/srcpkgs/erlang_ls/template b/srcpkgs/erlang_ls/template
new file mode 100644
index 0000000000000..3647991622bd6
--- /dev/null
+++ b/srcpkgs/erlang_ls/template
@@ -0,0 +1,24 @@
+# Template file for 'erlang_ls'
+pkgname=erlang_ls
+version=0.48.1
+revision=1
+build_style=gnu-makefile
+make_build_args="PREFIX=/usr"
+hostmakedepends="rebar3 erlang git"
+depends="erlang"
+short_desc="Erlang Language Server, written in Erlang"
+maintainer="Emil Tomczyk <emil.tomczyk@skni.umcs.pl>"
+license="Apache-2.0"
+homepage="https://erlang-ls.github.io/"
+distfiles="https://github.com/erlang-ls/erlang_ls/archive/refs/tags/${version}.tar.gz"
+checksum=adb653c5d9792e1d25985491f1dbd91a9ab912b3ef3585b7ff356d4f2510f9d7
+
+post_extract() {
+	vsed -i "s/git/\"${version}\"/" apps/els_dap/src/els_dap.app.src
+	vsed -i "s/git/\"${version}\"/" apps/els_lsp/src/els_lsp.app.src
+	vsed -i "s/git/\"${version}\"/" src/erlang_ls.app.src
+}
+
+do_install() {
+	PREFIX=$PKGDESTDIR/usr make install
+}

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: New package: erlang_ls-0.48.1
  2023-08-11 18:29 [PR PATCH] New package: erlang_ls-0.48.1 Emru1
  2023-09-10 10:00 ` [PR PATCH] [Updated] " Emru1
  2023-10-21 13:04 ` Emru1
@ 2023-11-08  9:58 ` Emru1
  2024-02-07  1:44 ` github-actions
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Emru1 @ 2023-11-08  9:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 190 bytes --]

New comment by Emru1 on void-packages repository

https://github.com/void-linux/void-packages/pull/45549#issuecomment-1801478045

Comment:
https://github.com/erlang-ls/erlang_ls/issues/1453

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: New package: erlang_ls-0.48.1
  2023-08-11 18:29 [PR PATCH] New package: erlang_ls-0.48.1 Emru1
                   ` (2 preceding siblings ...)
  2023-11-08  9:58 ` Emru1
@ 2024-02-07  1:44 ` github-actions
  2024-02-19  9:59 ` [PR PATCH] [Updated] " Emru1
  2024-02-19 12:32 ` New package: erlang_ls-0.51.0 Emru1
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2024-02-07  1:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/45549#issuecomment-1931099333

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] New package: erlang_ls-0.48.1
  2023-08-11 18:29 [PR PATCH] New package: erlang_ls-0.48.1 Emru1
                   ` (3 preceding siblings ...)
  2024-02-07  1:44 ` github-actions
@ 2024-02-19  9:59 ` Emru1
  2024-02-19 12:32 ` New package: erlang_ls-0.51.0 Emru1
  5 siblings, 0 replies; 7+ messages in thread
From: Emru1 @ 2024-02-19  9:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1244 bytes --]

There is an updated pull request by Emru1 against master on the void-packages repository

https://github.com/Emru1/void-packages erlang_ls
https://github.com/void-linux/void-packages/pull/45549

New package: erlang_ls-0.48.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/45549.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-erlang_ls-45549.patch --]
[-- Type: text/x-diff, Size: 1095 bytes --]

From 9e55ff1326a5e1eaa3cae75ef87b07a3ce1bd12f Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 19 Feb 2024 10:56:17 +0100
Subject: [PATCH] New package: erlang_ls-0.51.0

---
 srcpkgs/erlang_ls/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/erlang_ls/template

diff --git a/srcpkgs/erlang_ls/template b/srcpkgs/erlang_ls/template
new file mode 100644
index 0000000000000..08b6f1d9aefee
--- /dev/null
+++ b/srcpkgs/erlang_ls/template
@@ -0,0 +1,18 @@
+# Template file for 'erlang_ls'
+pkgname=erlang_ls
+version=0.51.0
+revision=1
+build_style=gnu-makefile
+make_build_args="PREFIX=/usr"
+hostmakedepends="rebar3 erlang git"
+depends="erlang"
+short_desc="Erlang Language Server, written in Erlang"
+maintainer="Emil Tomczyk <emru@emru.xyz>"
+license="Apache-2.0"
+homepage="https://erlang-ls.github.io/"
+distfiles="https://github.com/erlang-ls/erlang_ls/archive/refs/tags/${version}.tar.gz"
+checksum=1eb8748755b2990d02e8ba8387f6f9ef04c398ad2975fa606387f3b9bdbafd1c
+
+do_install() {
+	PREFIX=$PKGDESTDIR/usr make install
+}

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: New package: erlang_ls-0.51.0
  2023-08-11 18:29 [PR PATCH] New package: erlang_ls-0.48.1 Emru1
                   ` (4 preceding siblings ...)
  2024-02-19  9:59 ` [PR PATCH] [Updated] " Emru1
@ 2024-02-19 12:32 ` Emru1
  5 siblings, 0 replies; 7+ messages in thread
From: Emru1 @ 2024-02-19 12:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 144 bytes --]

New comment by Emru1 on void-packages repository

https://github.com/void-linux/void-packages/pull/45549#issuecomment-1952354884

Comment:
bump

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-02-19 12:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-11 18:29 [PR PATCH] New package: erlang_ls-0.48.1 Emru1
2023-09-10 10:00 ` [PR PATCH] [Updated] " Emru1
2023-10-21 13:04 ` Emru1
2023-11-08  9:58 ` Emru1
2024-02-07  1:44 ` github-actions
2024-02-19  9:59 ` [PR PATCH] [Updated] " Emru1
2024-02-19 12:32 ` New package: erlang_ls-0.51.0 Emru1

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).