public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/ecl/
@ 2024-05-10 14:24 Andrey Grozin
  0 siblings, 0 replies; 8+ messages in thread
From: Andrey Grozin @ 2024-05-10 14:24 UTC (permalink / raw
  To: gentoo-commits

commit:     37b965494640ca33029a4db8e6bb5016bde35bf9
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Fri May 10 14:17:11 2024 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Fri May 10 14:23:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b96549

dev-lisp/ecl: bump to 24.5.10

Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 dev-lisp/ecl/ecl-24.5.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/ecl/ecl-24.5.10.ebuild b/dev-lisp/ecl/ecl-24.5.10.ebuild
index ddca3918fb08..c5d2cd2b85a2 100644
--- a/dev-lisp/ecl/ecl-24.5.10.ebuild
+++ b/dev-lisp/ecl/ecl-24.5.10.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit readme.gentoo-r1
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/ecl/
@ 2024-06-29 10:55 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-06-29 10:55 UTC (permalink / raw
  To: gentoo-commits

commit:     735129368d5173d2b41df50a7951ca988c22a274
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 29 10:53:17 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 10:53:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73512936

dev-lisp/ecl: filter LTO for GCC bug

The code is pretty brittle anyway.

Bug: https://gcc.gnu.org/PR114919
Bug: https://bugs.gentoo.org/931081
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-lisp/ecl/ecl-21.2.1-r5.ebuild | 6 ++++--
 dev-lisp/ecl/ecl-23.9.9-r1.ebuild | 4 +++-
 dev-lisp/ecl/ecl-24.5.10.ebuild   | 4 +++-
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/dev-lisp/ecl/ecl-21.2.1-r5.ebuild b/dev-lisp/ecl/ecl-21.2.1-r5.ebuild
index a12f59e6b270..3d735305d8a2 100644
--- a/dev-lisp/ecl/ecl-21.2.1-r5.ebuild
+++ b/dev-lisp/ecl/ecl-21.2.1-r5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit readme.gentoo-r1
+inherit flag-o-matic readme.gentoo-r1
 
 DESCRIPTION="ECL is an embeddable Common Lisp implementation"
 HOMEPAGE="https://common-lisp.net/project/ecl/"
@@ -40,6 +40,8 @@ src_prepare() {
 }
 
 src_configure() {
+	filter-lto # bug #931081
+
 	econf \
 		--enable-gmp=system \
 		--enable-boehm=system \

diff --git a/dev-lisp/ecl/ecl-23.9.9-r1.ebuild b/dev-lisp/ecl/ecl-23.9.9-r1.ebuild
index 542b691a6db0..ba0b9418f3ee 100644
--- a/dev-lisp/ecl/ecl-23.9.9-r1.ebuild
+++ b/dev-lisp/ecl/ecl-23.9.9-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit readme.gentoo-r1
+inherit flag-o-matic readme.gentoo-r1
 
 DESCRIPTION="ECL is an embeddable Common Lisp implementation"
 HOMEPAGE="https://common-lisp.net/project/ecl/"
@@ -39,6 +39,8 @@ src_prepare() {
 }
 
 src_configure() {
+	filter-lto # bug #931081
+
 	econf \
 		--enable-gmp=system \
 		--enable-boehm=system \

diff --git a/dev-lisp/ecl/ecl-24.5.10.ebuild b/dev-lisp/ecl/ecl-24.5.10.ebuild
index 07b7369d78df..c289fe3b035d 100644
--- a/dev-lisp/ecl/ecl-24.5.10.ebuild
+++ b/dev-lisp/ecl/ecl-24.5.10.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit readme.gentoo-r1
+inherit flag-o-matic readme.gentoo-r1
 
 DESCRIPTION="ECL is an embeddable Common Lisp implementation"
 HOMEPAGE="https://common-lisp.net/project/ecl/"
@@ -39,6 +39,8 @@ src_prepare() {
 }
 
 src_configure() {
+	filter-lto # bug #931081
+
 	econf \
 		--enable-gmp=system \
 		--enable-boehm=system \


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/ecl/
@ 2024-06-25 16:42 Jakov Smolić
  0 siblings, 0 replies; 8+ messages in thread
From: Jakov Smolić @ 2024-06-25 16:42 UTC (permalink / raw
  To: gentoo-commits

commit:     21cb8fcb9f7becf6e4656124eceea99b35f8b4bf
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 16:42:20 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 16:42:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21cb8fcb

dev-lisp/ecl: Keyword 24.5.10 riscv, #893500

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-lisp/ecl/ecl-24.5.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/ecl/ecl-24.5.10.ebuild b/dev-lisp/ecl/ecl-24.5.10.ebuild
index c5d2cd2b85a2..07b7369d78df 100644
--- a/dev-lisp/ecl/ecl-24.5.10.ebuild
+++ b/dev-lisp/ecl/ecl-24.5.10.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://common-lisp.net/project/ecl/static/files/release/${P}.tgz"
 
 LICENSE="BSD-2 LGPL-2.1+"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
 IUSE="cxx debug emacs gengc precisegc cpu_flags_x86_sse +threads +unicode X"
 # test phase only works if ecl already installed #516876
 RESTRICT="test"


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/ecl/
@ 2024-05-10 14:24 Andrey Grozin
  0 siblings, 0 replies; 8+ messages in thread
From: Andrey Grozin @ 2024-05-10 14:24 UTC (permalink / raw
  To: gentoo-commits

commit:     23bb82e8fb7e3bdb7bda8b2a165a88aa0d88c3b7
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Fri May 10 14:05:22 2024 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Fri May 10 14:23:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23bb82e8

dev-lisp/ecl: bump to 24.5.10

Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 dev-lisp/ecl/Manifest           |  1 +
 dev-lisp/ecl/ecl-24.5.10.ebuild | 87 +++++++++++++++++++++++++++++++++++++++++
 dev-lisp/ecl/metadata.xml       |  1 +
 3 files changed, 89 insertions(+)

diff --git a/dev-lisp/ecl/Manifest b/dev-lisp/ecl/Manifest
index 6cb34002d034..f020518f8618 100644
--- a/dev-lisp/ecl/Manifest
+++ b/dev-lisp/ecl/Manifest
@@ -1,2 +1,3 @@
 DIST ecl-21.2.1.tgz 7875088 BLAKE2B b8c05fab8ce5892ad9df830e3ad230e1c646bd30bc35243703ace18f1bf963057b132d980c74b364ff30a5b776a8f161e71bfd69d7908970811ab3dddbab1aac SHA512 0849bebe1a8073ea8027cfb172c1d7781d43adb6a8b80585bd08d5674b80422d1648b6fbf718cc17a51c5de6c696514523b4d13a82e8113bf9365c95d3c28648
 DIST ecl-23.9.9.tgz 8129105 BLAKE2B 883454e1b5459b348a2184727dc9d512988f3b8218370cbe01045e5bc401a6785cb736a16592d20ad9fe19e6518056ece5b809323fa7697304f39d31d60021fc SHA512 c8f1dcf2bffad7358c3d4e5bb0924cbb69afaf79871e6444bd780a594e1e96e6c547346b7c9c5184a6b12ce920a6a959334cf2a85c3f3ea0e0c8f22f72fb84df
+DIST ecl-24.5.10.tgz 8130112 BLAKE2B 76ee9b4dca68543151e8f8474651e3f2b540017b62ab2ba6e00d64002362045ccf0aad16d0f82d7fd9a7511423aa90f9ddce912bf4b314c7905f6e404b850d1a SHA512 46e6da0f319573e412e54573b3c029179ba9debf48f73828ad5dd0a99c4a0b4ef21f99b411fdab3dc5429242c917553eb3e9794eeac7ec44667cd26fc0dd927e

diff --git a/dev-lisp/ecl/ecl-24.5.10.ebuild b/dev-lisp/ecl/ecl-24.5.10.ebuild
new file mode 100644
index 000000000000..ddca3918fb08
--- /dev/null
+++ b/dev-lisp/ecl/ecl-24.5.10.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit readme.gentoo-r1
+
+DESCRIPTION="ECL is an embeddable Common Lisp implementation"
+HOMEPAGE="https://common-lisp.net/project/ecl/"
+SRC_URI="https://common-lisp.net/project/ecl/static/files/release/${P}.tgz"
+
+LICENSE="BSD-2 LGPL-2.1+"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+IUSE="cxx debug emacs gengc precisegc cpu_flags_x86_sse +threads +unicode X"
+# test phase only works if ecl already installed #516876
+RESTRICT="test"
+
+RDEPEND="dev-libs/gmp:0=
+		dev-libs/libffi:=
+		dev-libs/libatomic_ops
+		>=dev-libs/boehm-gc-7.1[threads?]
+		>=dev-lisp/asdf-2.33-r3:="
+DEPEND="${RDEPEND}
+		app-text/texi2html
+		emacs? ( >=app-editors/emacs-23.1:* >=app-eselect/eselect-emacs-1.12 )"
+
+DOCS=( README.md CHANGELOG )
+
+PATCHES=(
+	"${FILESDIR}/${PN}-16.1.3-headers-gentoo.patch"
+	"${FILESDIR}/${PN}-16.1.3-build.patch"
+	"${FILESDIR}/${PN}-21.2.1-donotcompressinfo.patch"
+)
+
+src_prepare() {
+	default
+	cp "${EPREFIX}"/usr/share/common-lisp/source/asdf/build/asdf.lisp contrib/asdf/ || die
+}
+
+src_configure() {
+	econf \
+		--enable-gmp=system \
+		--enable-boehm=system \
+		--with-dffi \
+		--enable-libatomic=system \
+		--with-defsystem \
+		$(use_with cxx) \
+		$(use_enable gengc) \
+		$(use_enable precisegc) \
+		$(use_with debug debug-cflags) \
+		$(use_with cpu_flags_x86_sse sse) \
+		$(use_enable threads) \
+		$(use_enable unicode) \
+		$(use_with X x)
+}
+
+src_compile() {
+	if use emacs; then
+		local ETAGS=$(eselect --brief etags list | sed -ne '/emacs/{p;q}')
+		[[ -n ${ETAGS} ]] || die "No etags implementation found"
+		pushd build > /dev/null || die
+		emake ETAGS=${ETAGS} TAGS
+		popd > /dev/null || die
+	else
+		touch build/TAGS
+	fi
+
+	## for /proc/self/clear_refs (see #867052)
+	addpredict /proc
+
+	emake
+}
+
+src_install() {
+	default
+
+	readme.gentoo_create_doc
+	pushd build/doc > /dev/null || die
+	newman ecl.man ecl.1
+	newman ecl-config.man ecl-config.1
+	popd > /dev/null || die
+}
+
+pkg_postinst() {
+	readme.gentoo_print_elog
+}

diff --git a/dev-lisp/ecl/metadata.xml b/dev-lisp/ecl/metadata.xml
index e3597447d67b..94495eddf267 100644
--- a/dev-lisp/ecl/metadata.xml
+++ b/dev-lisp/ecl/metadata.xml
@@ -14,6 +14,7 @@
 	<use>
 		<flag name="gengc">Use generational garbage collection (experimental)</flag>
 		<flag name="precisegc">Use type information during garbage collection (experimental)</flag>
+		<flag name="unicode">Make the produced lisp support unicode</flag>
 	</use>
 	<upstream>
 		<remote-id type="gitlab">embeddable-common-lisp/ecl</remote-id>


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/ecl/
@ 2024-01-28 20:00 Arthur Zamarin
  0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-01-28 20:00 UTC (permalink / raw
  To: gentoo-commits

commit:     86dcb054721b01e6c628e61b16886716977e1174
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 19:59:54 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 19:59:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86dcb054

dev-lisp/ecl: Stabilize 23.9.9-r1 x86, #922646

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-lisp/ecl/ecl-23.9.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/ecl/ecl-23.9.9-r1.ebuild b/dev-lisp/ecl/ecl-23.9.9-r1.ebuild
index bf285390a978..542b691a6db0 100644
--- a/dev-lisp/ecl/ecl-23.9.9-r1.ebuild
+++ b/dev-lisp/ecl/ecl-23.9.9-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://common-lisp.net/project/ecl/static/files/release/${P}.tgz"
 
 LICENSE="BSD-2 LGPL-2.1+"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~ppc ppc64 ~sparc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~ppc ppc64 ~sparc x86 ~amd64-linux"
 IUSE="cxx debug emacs gengc precisegc cpu_flags_x86_sse +threads +unicode X"
 # test phase only works if ecl already installed #516876
 RESTRICT="test"


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/ecl/
@ 2024-01-27 17:06 Arthur Zamarin
  0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-01-27 17:06 UTC (permalink / raw
  To: gentoo-commits

commit:     8f56bf12f44b74548d26e9d40bd7ef62867b2ae5
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 27 17:06:16 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 27 17:06:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f56bf12

dev-lisp/ecl: Stabilize 23.9.9-r1 amd64, #922646

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-lisp/ecl/ecl-23.9.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/ecl/ecl-23.9.9-r1.ebuild b/dev-lisp/ecl/ecl-23.9.9-r1.ebuild
index 0221c2c55d71..bf285390a978 100644
--- a/dev-lisp/ecl/ecl-23.9.9-r1.ebuild
+++ b/dev-lisp/ecl/ecl-23.9.9-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://common-lisp.net/project/ecl/static/files/release/${P}.tgz"
 
 LICENSE="BSD-2 LGPL-2.1+"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~ppc ppc64 ~sparc ~x86 ~amd64-linux"
 IUSE="cxx debug emacs gengc precisegc cpu_flags_x86_sse +threads +unicode X"
 # test phase only works if ecl already installed #516876
 RESTRICT="test"


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/ecl/
@ 2024-01-22  8:36 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-01-22  8:36 UTC (permalink / raw
  To: gentoo-commits

commit:     c33a308fcf199cb47bc23bd90083f583eca60a9a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 22 08:35:42 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 22 08:35:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c33a308f

dev-lisp/ecl: Stabilize 23.9.9-r1 ppc64, #922646

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-lisp/ecl/ecl-23.9.9-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/ecl/ecl-23.9.9-r1.ebuild b/dev-lisp/ecl/ecl-23.9.9-r1.ebuild
index 37c1e50a8e0d..0221c2c55d71 100644
--- a/dev-lisp/ecl/ecl-23.9.9-r1.ebuild
+++ b/dev-lisp/ecl/ecl-23.9.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://common-lisp.net/project/ecl/static/files/release/${P}.tgz"
 
 LICENSE="BSD-2 LGPL-2.1+"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86 ~amd64-linux"
 IUSE="cxx debug emacs gengc precisegc cpu_flags_x86_sse +threads +unicode X"
 # test phase only works if ecl already installed #516876
 RESTRICT="test"


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/ecl/
@ 2023-09-14 15:10 Ulrich Müller
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Müller @ 2023-09-14 15:10 UTC (permalink / raw
  To: gentoo-commits

commit:     6b06b1c20ef64552ad8f3e1baaf7db11e07c5ff8
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 18:54:12 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 15:10:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b06b1c2

dev-lisp/ecl: update upstream metadata

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 dev-lisp/ecl/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/ecl/metadata.xml b/dev-lisp/ecl/metadata.xml
index ec56a70b425e..e3597447d67b 100644
--- a/dev-lisp/ecl/metadata.xml
+++ b/dev-lisp/ecl/metadata.xml
@@ -16,6 +16,6 @@
 		<flag name="precisegc">Use type information during garbage collection (experimental)</flag>
 	</use>
 	<upstream>
-		<remote-id type="sourceforge">ecls</remote-id>
+		<remote-id type="gitlab">embeddable-common-lisp/ecl</remote-id>
 	</upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2024-06-29 10:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-10 14:24 [gentoo-commits] repo/gentoo:master commit in: dev-lisp/ecl/ Andrey Grozin
  -- strict thread matches above, loose matches on Subject: below --
2024-06-29 10:55 Sam James
2024-06-25 16:42 Jakov Smolić
2024-05-10 14:24 Andrey Grozin
2024-01-28 20:00 Arthur Zamarin
2024-01-27 17:06 Arthur Zamarin
2024-01-22  8:36 Sam James
2023-09-14 15:10 Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox