public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/bibutils: ChangeLog bibutils-4.6.ebuild
@ 2009-11-08 12:59 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2009-11-08 12:59 UTC (permalink / raw
  To: gentoo-commits

patrick     09/11/08 12:59:44

  Modified:             ChangeLog
  Added:                bibutils-4.6.ebuild
  Log:
  Bump
  (Portage version: 2.2_rc49/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  app-text/bibutils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/bibutils/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	26 Jul 2009 00:59:36 -0000	1.6
+++ ChangeLog	8 Nov 2009 12:59:44 -0000	1.7
@@ -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.6 2009/07/26 00:59:36 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/bibutils/ChangeLog,v 1.7 2009/11/08 12:59:44 patrick Exp $
+
+*bibutils-4.6 (08 Nov 2009)
+
+  08 Nov 2009; Patrick Lauer <patrick@gentoo.org> +bibutils-4.6.ebuild:
+  Bump
 
 *bibutils-4.2 (26 Jul 2009)
 



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

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

Index: bibutils-4.6.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.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
}






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

only message in thread, other threads:[~2009-11-08 12:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-08 12:59 [gentoo-commits] gentoo-x86 commit in app-text/bibutils: ChangeLog bibutils-4.6.ebuild Patrick Lauer (patrick)

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