* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-config/
@ 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: a4526fa185864c10c378bc2d824b878fa83e03e5
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 22:53:05 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=a4526fa1
dev-scheme/guile-config: new package; add 0.5.1
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-scheme/guile-config/Manifest | 1 +
dev-scheme/guile-config/guile-config-0.5.1.ebuild | 31 +++++++++++++++++++++++
dev-scheme/guile-config/metadata.xml | 22 ++++++++++++++++
3 files changed, 54 insertions(+)
diff --git a/dev-scheme/guile-config/Manifest b/dev-scheme/guile-config/Manifest
new file mode 100644
index 000000000000..3eed67e46419
--- /dev/null
+++ b/dev-scheme/guile-config/Manifest
@@ -0,0 +1 @@
+DIST guile-config-0.5.1.tar.bz2 54872 BLAKE2B 79c5995410d2af1b4f542eca925a8130cbbfe6c6d58606cdb58e4f3863714f1f7803b253f367b30da1614cc2f86a038760764043e72c50972fb74ad71b8f9f21 SHA512 5f7bc95a4c010e14b28f72f980c003caa0b08cca3b5e927dfeb0ad8e6a0751fc51c22e21dee5c0aa1531bc5c40ee26f95960d342647f23db3d54de12518a431a
diff --git a/dev-scheme/guile-config/guile-config-0.5.1.ebuild b/dev-scheme/guile-config/guile-config-0.5.1.ebuild
new file mode 100644
index 000000000000..45adef20bac6
--- /dev/null
+++ b/dev-scheme/guile-config/guile-config-0.5.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Guile application configuration parsing library"
+HOMEPAGE="https://gitlab.com/a-sassmannshausen/guile-config/"
+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:="
+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-config/metadata.xml b/dev-scheme/guile-config/metadata.xml
new file mode 100644
index 000000000000..b8ab9e66b6af
--- /dev/null
+++ b/dev-scheme/guile-config/metadata.xml
@@ -0,0 +1,22 @@
+<?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>
+ Guile Config is a library providing a declarative approach to application
+ configuration specification. The library provides clean configuration
+ declaration forms, and processors that take care of: configuration file
+ creation; configuration file parsing; command-line parameter parsing using
+ getopt-long; basic GNU command-line parameter generation (--help, --usage,
+ --version); automatic output generation for the above command-line
+ parameters.
+ </longdescription>
+ <upstream>
+ <bugs-to>https://gitlab.com/a-sassmannshausen/guile-config/-/issues/</bugs-to>
+ <remote-id type="gitlab">a-sassmannshausen/guile-config</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-config/
@ 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: fde60a3208276061a8dede9c5c7144c22d0449da
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 30 13:39:14 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 30 13:51:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde60a32
dev-scheme/guile-config: drop 0.5.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-scheme/guile-config/guile-config-0.5.1.ebuild | 38 -----------------------
1 file changed, 38 deletions(-)
diff --git a/dev-scheme/guile-config/guile-config-0.5.1.ebuild b/dev-scheme/guile-config/guile-config-0.5.1.ebuild
deleted file mode 100644
index c1144e43ef4b..000000000000
--- a/dev-scheme/guile-config/guile-config-0.5.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Guile application configuration parsing library"
-HOMEPAGE="https://gitlab.com/a-sassmannshausen/guile-config/"
-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:="
-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. Bug https://bugs.gentoo.org/905898
- dostrip -x /usr/$(get_libdir)/guile
-}
^ 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-config/ 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