commit:     27d5aab0e409ba3493d5e09b89fa023638af547b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 30 13:47:23 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 30 13:51:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27d5aab0

dev-scheme/guile-sqlite3: drop 0.1.3

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

 .../guile-sqlite3/guile-sqlite3-0.1.3.ebuild       | 41 ----------------------
 1 file changed, 41 deletions(-)

diff --git a/dev-scheme/guile-sqlite3/guile-sqlite3-0.1.3.ebuild 
b/dev-scheme/guile-sqlite3/guile-sqlite3-0.1.3.ebuild
deleted file mode 100644
index f72f7a6d42b8..000000000000
--- a/dev-scheme/guile-sqlite3/guile-sqlite3-0.1.3.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 bindings of sqlite3"
-HOMEPAGE="https://notabug.org/guile-sqlite3/guile-sqlite3";
-SRC_URI="https://notabug.org/guile-sqlite3/guile-sqlite3/archive/v${PV}.tar.gz
-       -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}"
-
-LICENSE="LGPL-3+ GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       >=dev-scheme/guile-2.0.11:=
-       dev-db/sqlite:3=
-"
-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
-
-       # upstream tag on top of source tree. has no autogenerated files
-       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"
-}

Reply via email to