summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-07-23 12:49:20 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-07-23 12:49:20 +0000
commit14cad2e2143c136199dfdee9a333a9aa09116475 (patch)
tree8989fa82c14a5cc7cbc78d67ba1d089f60fc3b95 /app-text/bibutils
parentRemove old. (diff)
downloadgentoo-2-14cad2e2143c136199dfdee9a333a9aa09116475.tar.gz
gentoo-2-14cad2e2143c136199dfdee9a333a9aa09116475.tar.bz2
gentoo-2-14cad2e2143c136199dfdee9a333a9aa09116475.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-text/bibutils')
-rw-r--r--app-text/bibutils/ChangeLog8
-rw-r--r--app-text/bibutils/bibutils-4.11.ebuild38
2 files changed, 5 insertions, 41 deletions
diff --git a/app-text/bibutils/ChangeLog b/app-text/bibutils/ChangeLog
index 0c2f252ad047..af96bceeb39a 100644
--- a/app-text/bibutils/ChangeLog
+++ b/app-text/bibutils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/bibutils
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/bibutils/ChangeLog,v 1.11 2011/05/03 17:11:01 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/bibutils/ChangeLog,v 1.12 2015/07/23 12:49:20 mrueg Exp $
+
+ 23 Jul 2015; Manuel Rüger <mrueg@gentoo.org> -bibutils-4.11.ebuild:
+ Remove old.
*bibutils-4.12 (03 May 2011)
@@ -57,4 +60,3 @@
+bibutils-3.27.ebuild:
New package: Interconverts between various bibliography formats using a
common XML intermediate.
-
diff --git a/app-text/bibutils/bibutils-4.11.ebuild b/app-text/bibutils/bibutils-4.11.ebuild
deleted file mode 100644
index 64c93a77c335..000000000000
--- a/app-text/bibutils/bibutils-4.11.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/bibutils/bibutils-4.11.ebuild,v 1.2 2011/05/03 17:11:01 jlec Exp $
-
-EAPI=2
-inherit toolchain-funcs
-
-MY_P="${PN}_${PV}"
-DESCRIPTION="Interconverts between various bibliography formats using a 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
-}