diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-12-04 19:37:49 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-12-04 19:37:49 +0000 |
commit | 3570a8385c4cf914ff0e11e9f02cab5d166b6947 (patch) | |
tree | 9c247d1b5efbd02eca9b8e375458acabdd4608df /sci-physics | |
parent | Re-changing to old style patching at least until patch-2.6 is not buggy and m... (diff) | |
download | gentoo-2-3570a8385c4cf914ff0e11e9f02cab5d166b6947.tar.gz gentoo-2-3570a8385c4cf914ff0e11e9f02cab5d166b6947.tar.bz2 gentoo-2-3570a8385c4cf914ff0e11e9f02cab5d166b6947.zip |
Re-changing to old style patching at least until patch-2.6 is not buggy and masked
(Portage version: 2.2_rc55/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/geant/ChangeLog | 7 | ||||
-rw-r--r-- | sci-physics/geant/geant-3.21.14-r2.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-physics/geant/ChangeLog b/sci-physics/geant/ChangeLog index 5d1c8d090e21..0bef6353e7ff 100644 --- a/sci-physics/geant/ChangeLog +++ b/sci-physics/geant/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-physics/geant # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.33 2009/11/26 21:35:34 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.34 2009/12/04 19:37:49 bicatali Exp $ + + 04 Dec 2009; Sébastien Fabbro <bicatali@gentoo.org> + geant-3.21.14-r2.ebuild: + Re-changing to old style patching at least until patch-2.6 is not buggy + and masked 26 Nov 2009; Markus Meier <maekke@gentoo.org> geant-4.9.2_p02.ebuild: amd64 stable, bug #294442 diff --git a/sci-physics/geant/geant-3.21.14-r2.ebuild b/sci-physics/geant/geant-3.21.14-r2.ebuild index ad09613b5126..2802935df8bd 100644 --- a/sci-physics/geant/geant-3.21.14-r2.ebuild +++ b/sci-physics/geant/geant-3.21.14-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-3.21.14-r2.ebuild,v 1.12 2009/11/26 21:35:34 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-3.21.14-r2.ebuild,v 1.13 2009/12/04 19:37:49 bicatali Exp $ EAPI=2 inherit eutils @@ -31,13 +31,12 @@ DEPEND="${RDEPEND} x11-misc/imake x11-misc/makedepend" -S="${WORKDIR}/${DEB_PN}-${DEB_PV}" +S="${WORKDIR}/${DEB_PN}-${DEB_PV}.orig" src_prepare() { cd "${WORKDIR}" sed -i -e 's:/tmp/dp.*/cern:cern:g' ${DEB_P}-${DEB_PR}.diff || die epatch ${DEB_P}-${DEB_PR}.diff - mv ${DEB_PN}-${DEB_PV}{.orig,}/upstream cd "${S}" cp debian/add-ons/Makefile . export DEB_BUILD_OPTIONS="$(tc-getFC) nostrip nocheck" |