Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] New package: cl-iterate-1.5.4
@ 2024-05-18  9:16 MIvanchev
  2024-05-18 10:04 ` [PR PATCH] [Updated] " MIvanchev
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: MIvanchev @ 2024-05-18  9:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages cl-iterate
https://github.com/void-linux/void-packages/pull/50404

[WIP] New package: cl-iterate-1.5.4
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (X86_64-GLIB)

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

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

From 49f25070419227d08bfc40494be352728bbf0268 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Sat, 18 May 2024 10:57:24 +0200
Subject: [PATCH] New package: cl-iterate-1.5.4

---
 srcpkgs/cl-iterate/template | 43 +++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)
 create mode 100644 srcpkgs/cl-iterate/template

diff --git a/srcpkgs/cl-iterate/template b/srcpkgs/cl-iterate/template
new file mode 100644
index 00000000000000..0405d45a6a250d
--- /dev/null
+++ b/srcpkgs/cl-iterate/template
@@ -0,0 +1,43 @@
+# Template file for 'cl-iterate'
+pkgname=cl-iterate
+version=1.5.4
+revision=1
+makedepends="sbcl texlive texinfo tar"
+short_desc="Jonathan Amsterdam's iterator/gatherer/accumulator facility"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://gitlab.common-lisp.net/iterate/iterate"
+distfiles="https://gitlab.common-lisp.net/iterate/iterate/-/archive/${version}/iterate-${version}.tar.gz"
+checksum=7d59b9f52342ebb952ef55ac31966a6eb4642598505547701969c24cadaee5fc
+
+_LIBRARY_DIR=usr/share/common-lisp/source/iterate
+
+do_build() {
+	make -C doc
+	ls doc/
+	ls doc/manual
+}
+
+do_check() {
+	sbcl --non-interactive \
+	     --eval '(require "asdf")' \
+	     --eval "(push #p\"${wrksrc}/\" asdf:*central-registry*)" \
+	     --eval '(asdf:load-system "iterate/tests")' \
+	     --eval "(unless (uiop:symbol-call '#:iterate.test '#:do-iterate-tests) \
+		      (uiop:quit 1))"
+}
+
+do_install() {
+	vmkdir $_LIBRARY_DIR
+	vcopy iterate.asd $_LIBRARY_DIR
+	vcopy iterate.lisp $_LIBRARY_DIR
+	vcopy iterate-test.lisp $_LIBRARY_DIR
+	# NOTE: Manually check license after this before submitting an update!
+	sed -n "5,25p" iterate.lisp | cut -c 4- >> COPYING
+	sed -n "7,25p" iterate-test.lisp | cut -c 3- >> COPYING
+
+	# Print copyright notice to stdout for visual inspection
+	# in the build jobs.
+	cat COPYING
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: cl-iterate-1.5.4
  2024-05-18  9:16 [PR PATCH] [WIP] New package: cl-iterate-1.5.4 MIvanchev
@ 2024-05-18 10:04 ` MIvanchev
  2024-05-18 10:18 ` MIvanchev
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: MIvanchev @ 2024-05-18 10:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages cl-iterate
https://github.com/void-linux/void-packages/pull/50404

[WIP] New package: cl-iterate-1.5.4
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (X86_64-GLIB)

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

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

From fb9092111806c22beaf2156470bebc46a1c7a69a Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Sat, 18 May 2024 10:57:24 +0200
Subject: [PATCH] New package: cl-iterate-1.5.4

---
 srcpkgs/cl-iterate/template | 45 +++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)
 create mode 100644 srcpkgs/cl-iterate/template

diff --git a/srcpkgs/cl-iterate/template b/srcpkgs/cl-iterate/template
new file mode 100644
index 00000000000000..2f771b0026bda5
--- /dev/null
+++ b/srcpkgs/cl-iterate/template
@@ -0,0 +1,45 @@
+# Template file for 'cl-iterate'
+pkgname=cl-iterate
+version=1.5.4
+revision=1
+makedepends="sbcl texlive texlive-dvi texinfo tar"
+short_desc="Jonathan Amsterdam's iterator/gatherer/accumulator facility"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://gitlab.common-lisp.net/iterate/iterate"
+distfiles="https://gitlab.common-lisp.net/iterate/iterate/-/archive/${version}/iterate-${version}.tar.gz"
+checksum=7d59b9f52342ebb952ef55ac31966a6eb4642598505547701969c24cadaee5fc
+
+_LIBRARY_DIR=usr/share/common-lisp/source/iterate
+
+do_build() {
+	make -C doc
+	ls doc/
+	ls doc/manual
+}
+
+do_check() {
+	sbcl --non-interactive \
+	     --eval '(require "asdf")' \
+	     --eval "(push #p\"${wrksrc}/\" asdf:*central-registry*)" \
+	     --eval '(asdf:load-system "iterate/tests")' \
+	     --eval "(unless (uiop:symbol-call '#:iterate.test '#:do-iterate-tests) \
+		      (uiop:quit 1))"
+}
+
+do_install() {
+	vmkdir $_LIBRARY_DIR
+	vcopy iterate.asd $_LIBRARY_DIR
+	vcopy iterate.lisp $_LIBRARY_DIR
+	vcopy iterate-test.lisp $_LIBRARY_DIR
+	vinfo
+	# NOTE: Manually check license after this before submitting an update!
+	sed -n "5,25p" iterate.lisp | cut -c 4- >> COPYING
+	sed -n "3,6p" iterate-test.lisp | cut -c 4- >> COPYING
+	sed -n "7,25p" iterate-test.lisp | cut -c 3- >> COPYING
+
+	# Print copyright notice to stdout for visual inspection
+	# in the build jobs.
+	cat COPYING
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: cl-iterate-1.5.4
  2024-05-18  9:16 [PR PATCH] [WIP] New package: cl-iterate-1.5.4 MIvanchev
  2024-05-18 10:04 ` [PR PATCH] [Updated] " MIvanchev
@ 2024-05-18 10:18 ` MIvanchev
  2024-05-18 10:36 ` MIvanchev
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: MIvanchev @ 2024-05-18 10:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages cl-iterate
https://github.com/void-linux/void-packages/pull/50404

[WIP] New package: cl-iterate-1.5.4
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (X86_64-GLIB)

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

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

From 33cc1bb68aba9503b5335944e24d22aef9ff0a0a Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Sat, 18 May 2024 10:57:24 +0200
Subject: [PATCH] New package: cl-iterate-1.5.4

---
 srcpkgs/cl-iterate/template | 44 +++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)
 create mode 100644 srcpkgs/cl-iterate/template

diff --git a/srcpkgs/cl-iterate/template b/srcpkgs/cl-iterate/template
new file mode 100644
index 00000000000000..b8d7a7bffaa2e1
--- /dev/null
+++ b/srcpkgs/cl-iterate/template
@@ -0,0 +1,44 @@
+# Template file for 'cl-iterate'
+pkgname=cl-iterate
+version=1.5.4
+revision=1
+makedepends="sbcl texlive texlive-dvi texinfo tar"
+short_desc="Jonathan Amsterdam's iterator/gatherer/accumulator facility"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://gitlab.common-lisp.net/iterate/iterate"
+distfiles="https://gitlab.common-lisp.net/iterate/iterate/-/archive/${version}/iterate-${version}.tar.gz"
+checksum=7d59b9f52342ebb952ef55ac31966a6eb4642598505547701969c24cadaee5fc
+
+_LIBRARY_DIR=usr/share/common-lisp/source/iterate
+
+do_build() {
+	make -C doc
+}
+
+do_check() {
+	sbcl --non-interactive \
+	     --eval '(require "asdf")' \
+	     --eval "(push #p\"${wrksrc}/\" asdf:*central-registry*)" \
+	     --eval '(asdf:load-system "iterate/tests")' \
+	     --eval "(unless (uiop:symbol-call '#:iterate.test '#:do-iterate-tests) \
+		      (uiop:quit 1))"
+}
+
+do_install() {
+	vmkdir $_LIBRARY_DIR
+	vcopy iterate.asd $_LIBRARY_DIR
+	vcopy iterate.lisp $_LIBRARY_DIR
+	vcopy iterate-test.lisp $_LIBRARY_DIR
+	# FIXME: iterate.info cannot be built for some reason
+	vdoc doc/iterate.html
+	vdoc doc/iterate.pdf
+	# NOTE: Manually check license after this before submitting an update!
+	sed -n "5,25p" iterate.lisp | cut -c 4- >> COPYING
+	sed -n "3,6p" iterate-test.lisp | cut -c 4- >> COPYING
+	sed -n "7,25p" iterate-test.lisp | cut -c 3- >> COPYING
+	# Print copyright notice to stdout for visual inspection
+	# in the build jobs.
+	cat COPYING
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: cl-iterate-1.5.4
  2024-05-18  9:16 [PR PATCH] [WIP] New package: cl-iterate-1.5.4 MIvanchev
  2024-05-18 10:04 ` [PR PATCH] [Updated] " MIvanchev
  2024-05-18 10:18 ` MIvanchev
@ 2024-05-18 10:36 ` MIvanchev
  2024-05-18 10:40 ` MIvanchev
  2024-05-18 10:49 ` [PR PATCH] [Updated] " MIvanchev
  4 siblings, 0 replies; 6+ messages in thread
From: MIvanchev @ 2024-05-18 10:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages cl-iterate
https://github.com/void-linux/void-packages/pull/50404

[WIP] New package: cl-iterate-1.5.4
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (X86_64-GLIB)

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

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

From 4341be4cd8e832fa27a54a382ec0814bc8c364ee Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Sat, 18 May 2024 10:57:24 +0200
Subject: [PATCH] New package: cl-iterate-1.5.4

---
 srcpkgs/cl-iterate/template | 44 +++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)
 create mode 100644 srcpkgs/cl-iterate/template

diff --git a/srcpkgs/cl-iterate/template b/srcpkgs/cl-iterate/template
new file mode 100644
index 00000000000000..21db4df25c6fb1
--- /dev/null
+++ b/srcpkgs/cl-iterate/template
@@ -0,0 +1,44 @@
+# Template file for 'cl-iterate'
+pkgname=cl-iterate
+version=1.5.4
+revision=1
+makedepends="sbcl texlive texlive-dvi texinfo tar"
+short_desc="Jonathan Amsterdam's iterator/gatherer/accumulator facility"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://gitlab.common-lisp.net/iterate/iterate"
+distfiles="https://gitlab.common-lisp.net/iterate/iterate/-/archive/${version}/iterate-${version}.tar.gz"
+checksum=7d59b9f52342ebb952ef55ac31966a6eb4642598505547701969c24cadaee5fc
+
+_LIBRARY_DIR=usr/share/common-lisp/source/iterate
+
+do_build() {
+	make -C doc
+}
+
+do_check() {
+	sbcl --non-interactive \
+	     --eval '(require "asdf")' \
+	     --eval "(push #p\"${wrksrc}/\" asdf:*central-registry*)" \
+	     --eval '(asdf:load-system "iterate/tests")' \
+	     --eval "(unless (uiop:symbol-call '#:iterate.test '#:do-iterate-tests) \
+		      (uiop:quit 1))"
+}
+
+do_install() {
+	vmkdir $_LIBRARY_DIR
+	vcopy iterate.asd $_LIBRARY_DIR
+	vcopy iterate.lisp $_LIBRARY_DIR
+	vcopy iterate-test.lisp $_LIBRARY_DIR
+	# FIXME: iterate.info cannot be built for some reason
+	# FIXME: the HTML documentation needs some work
+	vdoc doc/iterate.pdf
+	# NOTE: Manually check license after this before submitting an update!
+	sed -n "5,25p" iterate.lisp | cut -c 4- >> COPYING
+	sed -n "3,6p" iterate-test.lisp | cut -c 4- >> COPYING
+	sed -n "7,25p" iterate-test.lisp | cut -c 3- >> COPYING
+	# Print copyright notice to stdout for visual inspection
+	# in the build jobs.
+	cat COPYING
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: cl-iterate-1.5.4
  2024-05-18  9:16 [PR PATCH] [WIP] New package: cl-iterate-1.5.4 MIvanchev
                   ` (2 preceding siblings ...)
  2024-05-18 10:36 ` MIvanchev
@ 2024-05-18 10:40 ` MIvanchev
  2024-05-18 10:49 ` [PR PATCH] [Updated] " MIvanchev
  4 siblings, 0 replies; 6+ messages in thread
From: MIvanchev @ 2024-05-18 10:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages cl-iterate
https://github.com/void-linux/void-packages/pull/50404

[WIP] New package: cl-iterate-1.5.4
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (X86_64-GLIB)

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

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

From b90a8f14189c8adf992e660f8b8c5aa9595e04b2 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Sat, 18 May 2024 10:57:24 +0200
Subject: [PATCH] New package: cl-iterate-1.5.4

---
 srcpkgs/cl-iterate/template | 44 +++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)
 create mode 100644 srcpkgs/cl-iterate/template

diff --git a/srcpkgs/cl-iterate/template b/srcpkgs/cl-iterate/template
new file mode 100644
index 00000000000000..e80b7dd5dc7592
--- /dev/null
+++ b/srcpkgs/cl-iterate/template
@@ -0,0 +1,44 @@
+# Template file for 'cl-iterate'
+pkgname=cl-iterate
+version=1.5.4
+revision=1
+makedepends="sbcl texlive texlive-dvi texinfo tar"
+short_desc="Jonathan Amsterdam's iterator/gatherer/accumulator facility"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://gitlab.common-lisp.net/iterate/iterate"
+distfiles="https://gitlab.common-lisp.net/iterate/iterate/-/archive/${version}/iterate-${version}.tar.gz"
+checksum=7d59b9f52342ebb952ef55ac31966a6eb4642598505547701969c24cadaee5fc
+
+_LIBRARY_DIR=usr/share/common-lisp/source/iterate
+
+do_build() {
+	make -C doc
+}
+
+do_check() {
+	sbcl --non-interactive \
+	     --eval '(require "asdf")' \
+	     --eval "(push #p\"${wrksrc}/\" asdf:*central-registry*)" \
+	     --eval '(asdf:load-system "iterate/tests")' \
+	     --eval "(unless (uiop:symbol-call '#:iterate.test '#:do-iterate-tests) \
+		      (uiop:quit 1))"
+}
+
+do_install() {
+	vmkdir $_LIBRARY_DIR
+	vcopy iterate.asd $_LIBRARY_DIR
+	vcopy iterate.lisp $_LIBRARY_DIR
+	vcopy iterate-test.lisp $_LIBRARY_DIR
+	# FIXME: iterate.info cannot be built for some reason
+	# FIXME: the HTML documentation needs some work
+	vdoc doc/manual/iterate.pdf
+	# NOTE: Manually check license after this before submitting an update!
+	sed -n "5,25p" iterate.lisp | cut -c 4- >> COPYING
+	sed -n "3,6p" iterate-test.lisp | cut -c 4- >> COPYING
+	sed -n "7,25p" iterate-test.lisp | cut -c 3- >> COPYING
+	# Print copyright notice to stdout for visual inspection
+	# in the build jobs.
+	cat COPYING
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: cl-iterate-1.5.4
  2024-05-18  9:16 [PR PATCH] [WIP] New package: cl-iterate-1.5.4 MIvanchev
                   ` (3 preceding siblings ...)
  2024-05-18 10:40 ` MIvanchev
@ 2024-05-18 10:49 ` MIvanchev
  4 siblings, 0 replies; 6+ messages in thread
From: MIvanchev @ 2024-05-18 10:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages cl-iterate
https://github.com/void-linux/void-packages/pull/50404

New package: cl-iterate-1.5.4
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (X86_64-GLIB)

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

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

From 1b231a6d7f5f194016cb6ed00b4c3f3421c5b9be Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Sat, 18 May 2024 10:57:24 +0200
Subject: [PATCH] New package: cl-iterate-1.5.4

---
 srcpkgs/cl-iterate/template | 45 +++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)
 create mode 100644 srcpkgs/cl-iterate/template

diff --git a/srcpkgs/cl-iterate/template b/srcpkgs/cl-iterate/template
new file mode 100644
index 00000000000000..e3ca1070c12571
--- /dev/null
+++ b/srcpkgs/cl-iterate/template
@@ -0,0 +1,45 @@
+# Template file for 'cl-iterate'
+pkgname=cl-iterate
+version=1.5.4
+revision=1
+makedepends="sbcl texlive texlive-dvi texinfo tar"
+short_desc="Jonathan Amsterdam's iterator/gatherer/accumulator facility"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://gitlab.common-lisp.net/iterate/iterate"
+distfiles="https://gitlab.common-lisp.net/iterate/iterate/-/archive/${version}/iterate-${version}.tar.gz"
+checksum=7d59b9f52342ebb952ef55ac31966a6eb4642598505547701969c24cadaee5fc
+
+_LIBRARY_DIR=usr/share/common-lisp/source/iterate
+
+do_build() {
+	make -C doc
+}
+
+do_check() {
+	sbcl --non-interactive \
+	     --eval '(require "asdf")' \
+	     --eval "(push #p\"${wrksrc}/\" asdf:*central-registry*)" \
+	     --eval '(asdf:load-system "iterate/tests")' \
+	     --eval "(unless (uiop:symbol-call '#:iterate.test '#:do-iterate-tests) \
+		      (uiop:quit 1))"
+}
+
+do_install() {
+	vmkdir $_LIBRARY_DIR
+	vcopy iterate.asd $_LIBRARY_DIR
+	vcopy package.lisp $_LIBRARY_DIR
+	vcopy iterate.lisp $_LIBRARY_DIR
+	vcopy iterate-test.lisp $_LIBRARY_DIR
+	# FIXME: iterate.info cannot be built for some reason
+	# FIXME: the HTML documentation needs some work
+	vdoc doc/manual/iterate.pdf
+	# NOTE: Manually check license after this before submitting an update!
+	sed -n "5,25p" iterate.lisp | cut -c 4- >> COPYING
+	sed -n "3,6p" iterate-test.lisp | cut -c 4- >> COPYING
+	sed -n "7,25p" iterate-test.lisp | cut -c 3- >> COPYING
+	# Print copyright notice to stdout for visual inspection
+	# in the build jobs.
+	cat COPYING
+	vlicense COPYING
+}

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

end of thread, other threads:[~2024-05-18 10:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-18  9:16 [PR PATCH] [WIP] New package: cl-iterate-1.5.4 MIvanchev
2024-05-18 10:04 ` [PR PATCH] [Updated] " MIvanchev
2024-05-18 10:18 ` MIvanchev
2024-05-18 10:36 ` MIvanchev
2024-05-18 10:40 ` MIvanchev
2024-05-18 10:49 ` [PR PATCH] [Updated] " MIvanchev

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