dev-scheme/guile-git: drop old
authorSergei Trofimovich <slyfox@gentoo.org>
Mon, 23 Mar 2020 23:36:29 +0000 (23:36 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Mon, 23 Mar 2020 23:57:43 +0000 (23:57 +0000)
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
dev-scheme/guile-git/Manifest
dev-scheme/guile-git/guile-git-0.2.0.ebuild [deleted file]

index 415129e471b5c17da7d2c09a18d8f63e8ede44de..a324acf272b48757766905d05213ea145fdb77d8 100644 (file)
@@ -1,2 +1 @@
-DIST guile-git-0.2.0.tar.gz 262570 BLAKE2B 5e2f326ab3afd23acb552cddf0175094f3efa817337b06219e048766b63df2a27a8fea38866452cc3137367410cfa6b9d4f7075f0586c4f8c429a5715dc194d1 SHA512 b5267130516db995132ff5bb5a19a68ccb3483d8ba5dff1a886a8acf4ecb43adf033638e59032b7a244eb4e35f72def3f40d7d071395154416e08dd5be86edf3
 DIST guile-git-0.3.0.tar.gz 275273 BLAKE2B 75c7e9b89446676adfa5e81c6cfeac9df19d77d1565450fdf892c01f9ef472dafe0ee7f8c8ff888421457d8e260e6f8e02a6e846952cbbff69ef4d75a467787c SHA512 98af9106c0b5d0f01c6d9550705c58116b8a38acb3c329e08822b8b81717c7c0147cfd74314e693c803e17b476af7b2f80ed2422652bbebfcc14271b654e839d
diff --git a/dev-scheme/guile-git/guile-git-0.2.0.ebuild b/dev-scheme/guile-git/guile-git-0.2.0.ebuild
deleted file mode 100644 (file)
index f92531a..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Guile bindings of git"
-HOMEPAGE="https://gitlab.com/guile-git/guile-git"
-SRC_URI="https://gitlab.com/guile-git/guile-git/uploads/160f6a36c1be8d4fc1990a193081a04d/guile-git-${PV}.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-       >=dev-scheme/guile-2.0.11:=
-       dev-scheme/bytestructures
-       dev-libs/libgit2:=
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-       default
-
-       # guile is trying to avoid recompilation by checking if file
-       #     /usr/lib64/guile/2.2/site-ccache/<foo>
-       # is newer than
-       #     <foo>
-       # In case it is instead of using <foo> guile
-       # loads system one (from potentially older version of package).
-       # To work it around we bump last modification timestamp of
-       # '*.scm' files.
-       # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38112
-       find "${S}" -name "*.scm" -exec touch {} + || die
-}
-
-src_test() {
-       emake check VERBOSE=1
-}