summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2010-01-07 02:21:24 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2010-01-07 02:21:24 +0000
commitbad616cc978c44464058fb3ee497ea240f8f7152 (patch)
tree7e0f5ebbbb05da8baf6ee983e2db76d427adbdab /app-text/bibutils
parentFixed possible sandbox violation (bug #299954) (diff)
downloadgentoo-2-bad616cc978c44464058fb3ee497ea240f8f7152.tar.gz
gentoo-2-bad616cc978c44464058fb3ee497ea240f8f7152.tar.bz2
gentoo-2-bad616cc978c44464058fb3ee497ea240f8f7152.zip
Version bump
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-text/bibutils')
-rw-r--r--app-text/bibutils/ChangeLog9
-rw-r--r--app-text/bibutils/bibutils-3.40.ebuild38
-rw-r--r--app-text/bibutils/bibutils-4.7.ebuild (renamed from app-text/bibutils/bibutils-4.2.ebuild)4
3 files changed, 9 insertions, 42 deletions
diff --git a/app-text/bibutils/ChangeLog b/app-text/bibutils/ChangeLog
index 0ee0b13713c9..1bcd80eeeec6 100644
--- a/app-text/bibutils/ChangeLog
+++ b/app-text/bibutils/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/bibutils
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/bibutils/ChangeLog,v 1.7 2009/11/08 12:59:44 patrick Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/bibutils/ChangeLog,v 1.8 2010/01/07 02:21:24 bicatali Exp $
+
+*bibutils-4.7 (07 Jan 2010)
+
+ 07 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org> +bibutils-4.7.ebuild:
+ Version bump
*bibutils-4.6 (08 Nov 2009)
diff --git a/app-text/bibutils/bibutils-3.40.ebuild b/app-text/bibutils/bibutils-3.40.ebuild
deleted file mode 100644
index 9cb540cfcfbc..000000000000
--- a/app-text/bibutils/bibutils-3.40.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/bibutils/bibutils-3.40.ebuild,v 1.2 2008/02/12 22:53:28 mr_bones_ Exp $
-
-inherit toolchain-funcs
-
-MY_P="${P/-/_}"
-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_compile() {
- # The custom configure script sucks, so we'll just do its
- # job ourselves
- rm -f Makefile || 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" \
- Makefile_start \
- > Makefile \
- || die "Failed to set upt Makefile"
-
- emake || die "emake failed"
-}
-src_install() {
- dodir /usr/bin
- emake install || die "emake install failed"
-
- dodoc ChangeLog
-}
diff --git a/app-text/bibutils/bibutils-4.2.ebuild b/app-text/bibutils/bibutils-4.7.ebuild
index a4077390072c..2441e964f487 100644
--- a/app-text/bibutils/bibutils-4.2.ebuild
+++ b/app-text/bibutils/bibutils-4.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/bibutils/bibutils-4.2.ebuild,v 1.1 2009/07/26 00:59:36 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/bibutils/bibutils-4.7.ebuild,v 1.1 2010/01/07 02:21:24 bicatali Exp $
EAPI=2
inherit toolchain-funcs