diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-12-04 19:36:16 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-12-04 19:36:16 +0000 |
commit | e722fe5ca72e0b3eb57216244dc6b62083a6f104 (patch) | |
tree | ec1cf92f7a26768dfd1e9f3f53a95919a2d3f947 /sci-physics/paw/paw-2.14.04-r2.ebuild | |
parent | Re-changing to old style patching at least until patch-2.6 is not buggy and m... (diff) | |
download | gentoo-2-e722fe5ca72e0b3eb57216244dc6b62083a6f104.tar.gz gentoo-2-e722fe5ca72e0b3eb57216244dc6b62083a6f104.tar.bz2 gentoo-2-e722fe5ca72e0b3eb57216244dc6b62083a6f104.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/paw/paw-2.14.04-r2.ebuild')
-rw-r--r-- | sci-physics/paw/paw-2.14.04-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sci-physics/paw/paw-2.14.04-r2.ebuild b/sci-physics/paw/paw-2.14.04-r2.ebuild index 85003c68b0b4..6ed67e4780d0 100644 --- a/sci-physics/paw/paw-2.14.04-r2.ebuild +++ b/sci-physics/paw/paw-2.14.04-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/paw/paw-2.14.04-r2.ebuild,v 1.14 2009/11/26 21:34:17 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/paw-2.14.04-r2.ebuild,v 1.15 2009/12/04 19:36:16 bicatali Exp $ EAPI=2 inherit eutils toolchain-funcs @@ -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" |