* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-dbi/
@ 2024-11-30 13:52 Sam James
0 siblings, 0 replies; only message in thread
From: Sam James @ 2024-11-30 13:52 UTC (permalink / raw
To: gentoo-commits
commit: 74f2620194d9aea664fb71fd5605eedbb88a8fce
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 30 13:42:02 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 30 13:51:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f26201
dev-scheme/guile-dbi: drop 2.1.8
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-scheme/guile-dbi/Manifest | 1 -
dev-scheme/guile-dbi/guile-dbi-2.1.8.ebuild | 43 -----------------------------
2 files changed, 44 deletions(-)
diff --git a/dev-scheme/guile-dbi/Manifest b/dev-scheme/guile-dbi/Manifest
index 3a9066697cb9..9dc862140b2f 100644
--- a/dev-scheme/guile-dbi/Manifest
+++ b/dev-scheme/guile-dbi/Manifest
@@ -1,2 +1 @@
-DIST guile-dbi-2.1.8.tar.gz 85842 BLAKE2B 6be2f559bd0b194153d3b6659a6f794227c7b0d5c4f9f9f927398fa5af59913a4a56ef12b6e69756c66275b5dbad6861eea7a92adf4e247ca14ad017aa1daa30 SHA512 f3bb94feebe472fc23e891634c5281bc7e7597574ab7acb4b9cdfa59ee6510723550b2cfb1df3f0d9adc919ce0000478e78a6c2f227ca5dc8b50f2804ec0e37a
DIST guile-dbi-2.1.9.tar.gz 90514 BLAKE2B f4adeb33636972c33f5bdb40c906713b35bec4b1d3afc9fbcd55d74d1d5a957b524bbefeb04e9e5ff1cd17e6a40e218d84220f8eaeeaee09bf67604fa1e87e18 SHA512 2f6ec4c792b487b2552eda06b3ee3e470ae0e603e30abafacfb597281a44c53838d7b16d447cf1ee35f9b994c5b0ed1bbf3497eb1e64e783017898e30d82d427
diff --git a/dev-scheme/guile-dbi/guile-dbi-2.1.8.ebuild b/dev-scheme/guile-dbi/guile-dbi-2.1.8.ebuild
deleted file mode 100644
index 0b26cce52439..000000000000
--- a/dev-scheme/guile-dbi/guile-dbi-2.1.8.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="An SQL database interface for Guile"
-HOMEPAGE="https://github.com/opencog/guile-dbi/"
-SRC_URI="https://github.com/opencog/${PN}/archive/${P}.tar.gz"
-S="${WORKDIR}"/${PN}-${P}/${PN}
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=dev-scheme/guile-2.0.0:="
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-configure.patch )
-
-# 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
-
- find "${ED}" -type f -name "*.la" -delete || die
-
- # 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] only message in thread
only message in thread, other threads:[~2024-11-30 13:52 UTC | newest]
Thread overview: (only message) (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-dbi/ Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox