public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/bibutils: bibutils-4.2.ebuild ChangeLog bibutils-3.27.ebuild
@ 2009-07-26  0:59 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2009-07-26  0:59 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/07/26 00:59:36

  Modified:             ChangeLog
  Added:                bibutils-4.2.ebuild
  Removed:              bibutils-3.27.ebuild
  Log:
  Version bump and fixed parallel compilation
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  app-text/bibutils/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/bibutils/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/bibutils/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/bibutils/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/bibutils/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	12 Feb 2008 16:25:20 -0000	1.5
+++ ChangeLog	26 Jul 2009 00:59:36 -0000	1.6
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/bibutils
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/bibutils/ChangeLog,v 1.5 2008/02/12 16:25:20 markusle Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/bibutils/ChangeLog,v 1.6 2009/07/26 00:59:36 bicatali Exp $
+
+*bibutils-4.2 (26 Jul 2009)
+
+  26 Jul 2009; Sébastien Fabbro <bicatali@gentoo.org>
+  -bibutils-3.27.ebuild, +bibutils-4.2.ebuild:
+  Version bump and fixed parallel compilation
 
 *bibutils-3.40 (12 Feb 2008)
 



1.1                  app-text/bibutils/bibutils-4.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/bibutils/bibutils-4.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/bibutils/bibutils-4.2.ebuild?rev=1.1&content-type=text/plain

Index: bibutils-4.2.ebuild
===================================================================
# 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.2.ebuild,v 1.1 2009/07/26 00:59:36 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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-26  0:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-26  0:59 [gentoo-commits] gentoo-x86 commit in app-text/bibutils: bibutils-4.2.ebuild ChangeLog bibutils-3.27.ebuild Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox