* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-hall/
@ 2024-11-30 13:52 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2024-11-30 13:52 UTC (permalink / raw
To: gentoo-commits
commit: 25ddb00a1a0c375c3d633d20c61c8ede07b66972
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 30 13:45:13 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 30 13:51:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25ddb00a
dev-scheme/guile-hall: drop 0.4.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-scheme/guile-hall/guile-hall-0.4.1.ebuild | 41 ---------------------------
1 file changed, 41 deletions(-)
diff --git a/dev-scheme/guile-hall/guile-hall-0.4.1.ebuild b/dev-scheme/guile-hall/guile-hall-0.4.1.ebuild
deleted file mode 100644
index e63a1b7a4311..000000000000
--- a/dev-scheme/guile-hall/guile-hall-0.4.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Guile tooling to create and publish projects"
-HOMEPAGE="https://gitlab.com/a-sassmannshausen/guile-hall/"
-SRC_URI="https://gitlab.com/a-sassmannshausen/${PN}/-/archive/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- >=dev-scheme/guile-2.0.0:=
- dev-scheme/guile-config
-"
-DEPEND="${RDEPEND}"
-
-# guile generates ELF files without use of C or machine code
-# It's a portage's false positive. bug #677600
-QA_PREBUILT='*[.]go'
-
-src_prepare() {
- default
-
- # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38112
- find "${S}" -name "*.scm" -exec touch {} + || die
-
- eautoreconf
-}
-
-src_install() {
- default
-
- # Workaround llvm-strip problem of mangling guile ELF debug
- # sections: https://bugs.gentoo.org/905898
- dostrip -x "/usr/$(get_libdir)/guile"
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-hall/
@ 2022-10-29 23:06 Maciej Barć
0 siblings, 0 replies; 2+ messages in thread
From: Maciej Barć @ 2022-10-29 23:06 UTC (permalink / raw
To: gentoo-commits
commit: 025d31daf7b0823d68b1e033dc1067ff9f83a65c
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 22:59:03 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 23:06:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=025d31da
dev-scheme/guile-hall: new package; add 0.4.1
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-scheme/guile-hall/Manifest | 1 +
dev-scheme/guile-hall/guile-hall-0.4.1.ebuild | 34 +++++++++++++++++++++++++++
dev-scheme/guile-hall/metadata.xml | 19 +++++++++++++++
3 files changed, 54 insertions(+)
diff --git a/dev-scheme/guile-hall/Manifest b/dev-scheme/guile-hall/Manifest
new file mode 100644
index 000000000000..1218810edb91
--- /dev/null
+++ b/dev-scheme/guile-hall/Manifest
@@ -0,0 +1 @@
+DIST guile-hall-0.4.1.tar.bz2 52701 BLAKE2B 0e6e8f680d1b6e76116c44bd2322d2f2e1e167bae857277d528cffa13079aff6a4dc796fce52c3f46baa737824f711e827b6940d7a30e4c21890154c032db24e SHA512 a7c150cab6df7e181a9eabe8ace8b32c3e70529ee4b2fcd63f34fa193ce64695e6da7a25aafe5bb0c068696e2d5dd0698ad9d62ac559ec350dca7eda5444d10d
diff --git a/dev-scheme/guile-hall/guile-hall-0.4.1.ebuild b/dev-scheme/guile-hall/guile-hall-0.4.1.ebuild
new file mode 100644
index 000000000000..e1b97e505f3d
--- /dev/null
+++ b/dev-scheme/guile-hall/guile-hall-0.4.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Guile tooling to create and publish projects"
+HOMEPAGE="https://gitlab.com/a-sassmannshausen/guile-hall/"
+SRC_URI="https://gitlab.com/a-sassmannshausen/${PN}/-/archive/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="strip"
+
+RDEPEND="
+ >=dev-scheme/guile-2.0.0:=
+ dev-scheme/guile-config
+"
+DEPEND="${RDEPEND}"
+
+# guile generates ELF files without use of C or machine code
+# It's a portage's false positive. bug #677600
+QA_PREBUILT='*[.]go'
+
+src_prepare() {
+ default
+
+ # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38112
+ find "${S}" -name "*.scm" -exec touch {} + || die
+
+ eautoreconf
+}
diff --git a/dev-scheme/guile-hall/metadata.xml b/dev-scheme/guile-hall/metadata.xml
new file mode 100644
index 000000000000..8e2e942bff64
--- /dev/null
+++ b/dev-scheme/guile-hall/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="project">
+ <email>scheme@gentoo.org</email>
+ <name>Gentoo Scheme Project</name>
+ </maintainer>
+ <longdescription>
+ Hall is a command-line application and a set of Guile libraries that allow
+ you to quickly create and publish Guile projects. It allows you to
+ transparently support the GNU build system, manage a project hierarchy and
+ provides tight coupling to Guix.
+ </longdescription>
+ <upstream>
+ <bugs-to>https://gitlab.com/a-sassmannshausen/guile-hall/-/issues/</bugs-to>
+ <remote-id type="gitlab">a-sassmannshausen/guile-hall</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-30 13:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-30 13:52 [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-hall/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2022-10-29 23:06 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox