commit:     feba1f61af1d14a3197807e01e962f4018608bd1
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 17 21:47:36 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jan 17 21:48:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feba1f61

app-text/bibutils: Remove old

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 app-text/bibutils/Manifest             |  1 -
 app-text/bibutils/bibutils-4.12.ebuild | 37 ----------------------------------
 2 files changed, 38 deletions(-)

diff --git a/app-text/bibutils/Manifest b/app-text/bibutils/Manifest
index 4d522560a79..ebad9e12db7 100644
--- a/app-text/bibutils/Manifest
+++ b/app-text/bibutils/Manifest
@@ -1,2 +1 @@
-DIST bibutils_4.12_src.tgz 447566 BLAKE2B 
64d185963028f29f4efb64c63ee6ddb59961744d525d4dbaf28bdd1edb28ac8ea86529082995d11245c258895f27457c9d01594564a44caa837b0ba76052b969
 SHA512 
04329ecb685bf4d5314c6d3a2d5bb21e67112d73bcb49f5a7808a4082f32a9aecb40add4ec4b5320be35f49cd8e101dc1e35409e7c6cad8c39238d2122f91dd0
 DIST bibutils_6.7_src.tgz 580792 BLAKE2B 
29c5863bc414ef7b2f362d95352c0e042c1bcc3275017df82b0206d96520b3f5c3fe1e12563577b84a8bd94b0677bf1ad04ecbd80dcbcc194a71037bbd6facba
 SHA512 
08db07408eee26bce42dbd00b7e821ef41dc12c7ce847425e81145927bcfc6ea7180ff719056e089917811aa9675a09dd52e1e02b8187b8618f67647efcb1236

diff --git a/app-text/bibutils/bibutils-4.12.ebuild 
b/app-text/bibutils/bibutils-4.12.ebuild
deleted file mode 100644
index e81090fd06f..00000000000
--- a/app-text/bibutils/bibutils-4.12.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit toolchain-funcs
-
-MY_P="${PN}_${PV}"
-DESCRIPTION="Interconverts between various bibliography formats using common 
XML intermediate"
-HOMEPAGE="http://www.scripps.edu/~cdputnam/software/bibutils/";
-SRC_URI="http://www.scripps.edu/~cdputnam/software/bibutils/${MY_P}_src.tgz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-       # The custom configure script sucks, so we'll just do its
-       # job ourselves
-       rm -f Makefile configure || die "Failed to purge old Makefile"
-       sed \
-               -e "s:REPLACE_CC:CC=\"$(tc-getCC) ${CFLAGS}\":g" \
-               -e "s:REPLACE_RANLIB:RANLIB=\"$(tc-getRANLIB)\":g" \
-               -e "s:REPLACE_INSTALLDIR:\"${D}/usr/bin\":g" \
-               -e 's:REPLACE_POSTFIX::g' \
-               -e 's:make:$(MAKE):g' \
-               Makefile_start > Makefile \
-               || die "Failed to set up Makefile"
-}
-
-src_install() {
-       dodir /usr/bin
-       emake install || die
-       dodoc ChangeLog || die
-}

Reply via email to