From 391e2c62053d59dff71b7ae25a54aae60b019f7d Mon Sep 17 00:00:00 2001 From: Kacper Kowalik Date: Mon, 6 Sep 2010 16:53:59 +0000 Subject: Version bump. Fixes bug 336237. Thanks to Diego for the report. (Portage version: 2.1.9/cvs/Linux x86_64) --- app-text/bibutils/ChangeLog | 8 ++++++- app-text/bibutils/bibutils-4.10.ebuild | 39 ++++++++++++++++++++++++++++++++++ app-text/bibutils/bibutils-4.6.ebuild | 38 --------------------------------- app-text/bibutils/bibutils-4.7.ebuild | 38 --------------------------------- 4 files changed, 46 insertions(+), 77 deletions(-) create mode 100644 app-text/bibutils/bibutils-4.10.ebuild delete mode 100644 app-text/bibutils/bibutils-4.6.ebuild delete mode 100644 app-text/bibutils/bibutils-4.7.ebuild (limited to 'app-text/bibutils') diff --git a/app-text/bibutils/ChangeLog b/app-text/bibutils/ChangeLog index 1bcd80eeeec6..c0b749dac8a1 100644 --- a/app-text/bibutils/ChangeLog +++ b/app-text/bibutils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/bibutils # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-text/bibutils/ChangeLog,v 1.9 2010/09/06 16:53:59 xarthisius Exp $ + +*bibutils-4.10 (06 Sep 2010) + + 06 Sep 2010; Kacper Kowalik -bibutils-4.6.ebuild, + -bibutils-4.7.ebuild, +bibutils-4.10.ebuild: + Version bump. Fixes bug 336237. Thanks to Diego for the report. *bibutils-4.7 (07 Jan 2010) diff --git a/app-text/bibutils/bibutils-4.10.ebuild b/app-text/bibutils/bibutils-4.10.ebuild new file mode 100644 index 000000000000..4bc6d3562bd3 --- /dev/null +++ b/app-text/bibutils/bibutils-4.10.ebuild @@ -0,0 +1,39 @@ +# 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.10.ebuild,v 1.1 2010/09/06 16:53:59 xarthisius 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" + sed -e '/$(CC) $^ -o $@/d' -i bin/Makefile || die #336237 +} + +src_install() { + dodir /usr/bin + emake install || die + dodoc ChangeLog || die +} diff --git a/app-text/bibutils/bibutils-4.6.ebuild b/app-text/bibutils/bibutils-4.6.ebuild deleted file mode 100644 index 82130efac637..000000000000 --- a/app-text/bibutils/bibutils-4.6.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/bibutils/bibutils-4.6.ebuild,v 1.1 2009/11/08 12:59:44 patrick 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 upt Makefile" -} - -src_install() { - dodir /usr/bin - emake install || die "emake install failed" - dodoc ChangeLog -} diff --git a/app-text/bibutils/bibutils-4.7.ebuild b/app-text/bibutils/bibutils-4.7.ebuild deleted file mode 100644 index 2441e964f487..000000000000 --- a/app-text/bibutils/bibutils-4.7.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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.7.ebuild,v 1.1 2010/01/07 02:21:24 bicatali 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 upt Makefile" -} - -src_install() { - dodir /usr/bin - emake install || die "emake install failed" - dodoc ChangeLog -} -- cgit v1.2.3-65-gdbad