summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2009-12-04 19:37:49 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2009-12-04 19:37:49 +0000
commited1558b0a1a19d1f4d0ecac331d5d0d7002d3e84 (patch)
treebf25107cde5781fb0a40633e5d82281af73a04f9 /sci-physics/geant
parentFix accidentially broken IUSE line into a single one again (diff)
downloadhistorical-ed1558b0a1a19d1f4d0ecac331d5d0d7002d3e84.tar.gz
historical-ed1558b0a1a19d1f4d0ecac331d5d0d7002d3e84.tar.bz2
historical-ed1558b0a1a19d1f4d0ecac331d5d0d7002d3e84.zip
Re-changing to old style patching at least until patch-2.6 is not buggy and masked
Package-Manager: portage-2.2_rc55/cvs/Linux x86_64
Diffstat (limited to 'sci-physics/geant')
-rw-r--r--sci-physics/geant/ChangeLog7
-rw-r--r--sci-physics/geant/geant-3.21.14-r2.ebuild5
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"