Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: common-lisp-alexandria-1.4
@ 2023-04-20 10:21 funk443
  2023-04-20 13:30 ` [PR PATCH] [Updated] " funk443
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: funk443 @ 2023-04-20 10:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/funk443/void-packages stumpwm-branch
https://github.com/void-linux/void-packages/pull/43538

New package: common-lisp-alexandria-1.4
<!-- 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**

<!-- 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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl



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

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

From eb5ace8d39715076fd8f880d9ac4c4dd3ecac6d9 Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Thu, 20 Apr 2023 18:14:46 +0800
Subject: [PATCH] New package: common-lisp-alexandria-1.4

---
 srcpkgs/common-lisp-alexandria/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/common-lisp-alexandria/template

diff --git a/srcpkgs/common-lisp-alexandria/template b/srcpkgs/common-lisp-alexandria/template
new file mode 100644
index 000000000000..e773a127f1e7
--- /dev/null
+++ b/srcpkgs/common-lisp-alexandria/template
@@ -0,0 +1,21 @@
+# Template file for 'common-lisp-alexandria'
+pkgname=common-lisp-alexandria
+version=1.4
+revision=1
+build_style=fetch
+hostmakedepends="tar"
+short_desc="Common Lisp utility library"
+maintainer="ctoid <funk443@yandex.com>"
+license="Public Domain"
+homepage="https://alexandria.common-lisp.dev/"
+distfiles="https://gitlab.common-lisp.net/alexandria/alexandria/-/archive/v${version}/alexandria-v${version}.tar.gz"
+checksum="0512aec38d054a20daa66e9983cf8a98151582d7e2307e49e8c1b4a61bbb779a"
+
+_LIBRARY_DIR=/usr/share/common-lisp/source/alexandria
+
+do_install() {
+	tar -xzvf alexandria-v${version}.tar.gz
+	cd alexandria-v${version}
+	vmkdir $_LIBRARY_DIR
+	vcopy * $_LIBRARY_DIR
+}

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

* Re: [PR PATCH] [Updated] New package: common-lisp-alexandria-1.4
  2023-04-20 10:21 [PR PATCH] New package: common-lisp-alexandria-1.4 funk443
@ 2023-04-20 13:30 ` funk443
  2023-04-20 14:45 ` funk443
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: funk443 @ 2023-04-20 13:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/funk443/void-packages stumpwm-branch
https://github.com/void-linux/void-packages/pull/43538

New package: common-lisp-alexandria-1.4
<!-- 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**

<!-- 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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl



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

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

From eb5ace8d39715076fd8f880d9ac4c4dd3ecac6d9 Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Thu, 20 Apr 2023 18:14:46 +0800
Subject: [PATCH] New package: common-lisp-alexandria-1.4

---
 srcpkgs/common-lisp-alexandria/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/common-lisp-alexandria/template

diff --git a/srcpkgs/common-lisp-alexandria/template b/srcpkgs/common-lisp-alexandria/template
new file mode 100644
index 000000000000..e773a127f1e7
--- /dev/null
+++ b/srcpkgs/common-lisp-alexandria/template
@@ -0,0 +1,21 @@
+# Template file for 'common-lisp-alexandria'
+pkgname=common-lisp-alexandria
+version=1.4
+revision=1
+build_style=fetch
+hostmakedepends="tar"
+short_desc="Common Lisp utility library"
+maintainer="ctoid <funk443@yandex.com>"
+license="Public Domain"
+homepage="https://alexandria.common-lisp.dev/"
+distfiles="https://gitlab.common-lisp.net/alexandria/alexandria/-/archive/v${version}/alexandria-v${version}.tar.gz"
+checksum="0512aec38d054a20daa66e9983cf8a98151582d7e2307e49e8c1b4a61bbb779a"
+
+_LIBRARY_DIR=/usr/share/common-lisp/source/alexandria
+
+do_install() {
+	tar -xzvf alexandria-v${version}.tar.gz
+	cd alexandria-v${version}
+	vmkdir $_LIBRARY_DIR
+	vcopy * $_LIBRARY_DIR
+}

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

* Re: [PR PATCH] [Updated] New package: common-lisp-alexandria-1.4
  2023-04-20 10:21 [PR PATCH] New package: common-lisp-alexandria-1.4 funk443
  2023-04-20 13:30 ` [PR PATCH] [Updated] " funk443
@ 2023-04-20 14:45 ` funk443
  2023-04-20 15:21 ` funk443
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: funk443 @ 2023-04-20 14:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/funk443/void-packages stumpwm-branch
https://github.com/void-linux/void-packages/pull/43538

New package: common-lisp-alexandria-1.4
<!-- 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**

<!-- 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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl



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

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

From eb5ace8d39715076fd8f880d9ac4c4dd3ecac6d9 Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Thu, 20 Apr 2023 18:14:46 +0800
Subject: [PATCH] New package: common-lisp-alexandria-1.4

---
 srcpkgs/common-lisp-alexandria/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/common-lisp-alexandria/template

diff --git a/srcpkgs/common-lisp-alexandria/template b/srcpkgs/common-lisp-alexandria/template
new file mode 100644
index 000000000000..e773a127f1e7
--- /dev/null
+++ b/srcpkgs/common-lisp-alexandria/template
@@ -0,0 +1,21 @@
+# Template file for 'common-lisp-alexandria'
+pkgname=common-lisp-alexandria
+version=1.4
+revision=1
+build_style=fetch
+hostmakedepends="tar"
+short_desc="Common Lisp utility library"
+maintainer="ctoid <funk443@yandex.com>"
+license="Public Domain"
+homepage="https://alexandria.common-lisp.dev/"
+distfiles="https://gitlab.common-lisp.net/alexandria/alexandria/-/archive/v${version}/alexandria-v${version}.tar.gz"
+checksum="0512aec38d054a20daa66e9983cf8a98151582d7e2307e49e8c1b4a61bbb779a"
+
+_LIBRARY_DIR=/usr/share/common-lisp/source/alexandria
+
+do_install() {
+	tar -xzvf alexandria-v${version}.tar.gz
+	cd alexandria-v${version}
+	vmkdir $_LIBRARY_DIR
+	vcopy * $_LIBRARY_DIR
+}

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

* Re: [PR PATCH] [Updated] New package: common-lisp-alexandria-1.4
  2023-04-20 10:21 [PR PATCH] New package: common-lisp-alexandria-1.4 funk443
  2023-04-20 13:30 ` [PR PATCH] [Updated] " funk443
  2023-04-20 14:45 ` funk443
@ 2023-04-20 15:21 ` funk443
  2023-04-20 15:32 ` funk443
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: funk443 @ 2023-04-20 15:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/funk443/void-packages stumpwm-branch
https://github.com/void-linux/void-packages/pull/43538

New package: common-lisp-alexandria-1.4
<!-- 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**

<!-- 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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl



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

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

From eb5ace8d39715076fd8f880d9ac4c4dd3ecac6d9 Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Thu, 20 Apr 2023 18:14:46 +0800
Subject: [PATCH 1/2] New package: common-lisp-alexandria-1.4

---
 srcpkgs/common-lisp-alexandria/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/common-lisp-alexandria/template

diff --git a/srcpkgs/common-lisp-alexandria/template b/srcpkgs/common-lisp-alexandria/template
new file mode 100644
index 000000000000..e773a127f1e7
--- /dev/null
+++ b/srcpkgs/common-lisp-alexandria/template
@@ -0,0 +1,21 @@
+# Template file for 'common-lisp-alexandria'
+pkgname=common-lisp-alexandria
+version=1.4
+revision=1
+build_style=fetch
+hostmakedepends="tar"
+short_desc="Common Lisp utility library"
+maintainer="ctoid <funk443@yandex.com>"
+license="Public Domain"
+homepage="https://alexandria.common-lisp.dev/"
+distfiles="https://gitlab.common-lisp.net/alexandria/alexandria/-/archive/v${version}/alexandria-v${version}.tar.gz"
+checksum="0512aec38d054a20daa66e9983cf8a98151582d7e2307e49e8c1b4a61bbb779a"
+
+_LIBRARY_DIR=/usr/share/common-lisp/source/alexandria
+
+do_install() {
+	tar -xzvf alexandria-v${version}.tar.gz
+	cd alexandria-v${version}
+	vmkdir $_LIBRARY_DIR
+	vcopy * $_LIBRARY_DIR
+}

From e4e52995eb6d0e8740a51526bdc6a65544df5d36 Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Thu, 20 Apr 2023 23:20:24 +0800
Subject: [PATCH 2/2] New package: common-lisp-clx-0.7.5

---
 srcpkgs/common-lisp-clx/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/common-lisp-clx/template

diff --git a/srcpkgs/common-lisp-clx/template b/srcpkgs/common-lisp-clx/template
new file mode 100644
index 000000000000..2b26bf6d57d5
--- /dev/null
+++ b/srcpkgs/common-lisp-clx/template
@@ -0,0 +1,23 @@
+# Template file for 'common-lisp-clx'
+pkgname=common-lisp-clx
+version=0.7.5
+revision=1
+build_style=fetch
+hostmakedepends="tar coreutils"
+short_desc="X11 client for Common Lisp"
+maintainer="ctoid <funk443@yandex.com>"
+license="MIT"
+homepage="https://github.com/sharplispers/clx"
+distfiles="https://github.com/sharplispers/clx/archive/refs/tags/${version}.tar.gz"
+checksum="94114bc91e3f24054f0aa96f0c98bb500aa505f84fdaeb66ed41baaa39f9e053"
+
+_LIBRARY_DIR=/usr/share/common-lisp/source/clx
+
+do_install() {
+	tar -xzvf ${version}.tar.gz
+	cd clx-${version}
+	head -n 16 clx.lisp | tail -n 13 | cut -d ';' -f4- > COPYING
+	vlicense COPYING
+	vmkdir $_LIBRARY_DIR
+	vcopy * $_LIBRARY_DIR
+}

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

* Re: [PR PATCH] [Updated] New package: common-lisp-alexandria-1.4
  2023-04-20 10:21 [PR PATCH] New package: common-lisp-alexandria-1.4 funk443
                   ` (2 preceding siblings ...)
  2023-04-20 15:21 ` funk443
@ 2023-04-20 15:32 ` funk443
  2023-04-21 14:48 ` [PR PATCH] [Closed]: " Chocimier
  2023-04-21 14:48 ` Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: funk443 @ 2023-04-20 15:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/funk443/void-packages stumpwm-branch
https://github.com/void-linux/void-packages/pull/43538

New package: common-lisp-alexandria-1.4
<!-- 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**

<!-- 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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl



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

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

From eb5ace8d39715076fd8f880d9ac4c4dd3ecac6d9 Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Thu, 20 Apr 2023 18:14:46 +0800
Subject: [PATCH] New package: common-lisp-alexandria-1.4

---
 srcpkgs/common-lisp-alexandria/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/common-lisp-alexandria/template

diff --git a/srcpkgs/common-lisp-alexandria/template b/srcpkgs/common-lisp-alexandria/template
new file mode 100644
index 000000000000..e773a127f1e7
--- /dev/null
+++ b/srcpkgs/common-lisp-alexandria/template
@@ -0,0 +1,21 @@
+# Template file for 'common-lisp-alexandria'
+pkgname=common-lisp-alexandria
+version=1.4
+revision=1
+build_style=fetch
+hostmakedepends="tar"
+short_desc="Common Lisp utility library"
+maintainer="ctoid <funk443@yandex.com>"
+license="Public Domain"
+homepage="https://alexandria.common-lisp.dev/"
+distfiles="https://gitlab.common-lisp.net/alexandria/alexandria/-/archive/v${version}/alexandria-v${version}.tar.gz"
+checksum="0512aec38d054a20daa66e9983cf8a98151582d7e2307e49e8c1b4a61bbb779a"
+
+_LIBRARY_DIR=/usr/share/common-lisp/source/alexandria
+
+do_install() {
+	tar -xzvf alexandria-v${version}.tar.gz
+	cd alexandria-v${version}
+	vmkdir $_LIBRARY_DIR
+	vcopy * $_LIBRARY_DIR
+}

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

* Re: [PR PATCH] [Closed]: New package: common-lisp-alexandria-1.4
  2023-04-20 10:21 [PR PATCH] New package: common-lisp-alexandria-1.4 funk443
                   ` (3 preceding siblings ...)
  2023-04-20 15:32 ` funk443
@ 2023-04-21 14:48 ` Chocimier
  2023-04-21 14:48 ` Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2023-04-21 14:48 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: common-lisp-alexandria-1.4
https://github.com/void-linux/void-packages/pull/43538

Description:
<!-- 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**

<!-- 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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl



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

* Re: New package: common-lisp-alexandria-1.4
  2023-04-20 10:21 [PR PATCH] New package: common-lisp-alexandria-1.4 funk443
                   ` (4 preceding siblings ...)
  2023-04-21 14:48 ` [PR PATCH] [Closed]: " Chocimier
@ 2023-04-21 14:48 ` Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2023-04-21 14:48 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/43538#issuecomment-1517949740

Comment:
#43563

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

end of thread, other threads:[~2023-04-21 14:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-20 10:21 [PR PATCH] New package: common-lisp-alexandria-1.4 funk443
2023-04-20 13:30 ` [PR PATCH] [Updated] " funk443
2023-04-20 14:45 ` funk443
2023-04-20 15:21 ` funk443
2023-04-20 15:32 ` funk443
2023-04-21 14:48 ` [PR PATCH] [Closed]: " Chocimier
2023-04-21 14:48 ` Chocimier

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).