summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2009-11-26 21:34:17 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2009-11-26 21:34:17 +0000
commite0df387907c6c2ea1983c4cdba474c7f326c1b25 (patch)
tree61ba59e059e2d0ed9572acd890ac21de10728214 /sci-physics/paw/paw-2.14.04-r2.ebuild
parentDelete older ebuild. (diff)
downloadgentoo-2-e0df387907c6c2ea1983c4cdba474c7f326c1b25.tar.gz
gentoo-2-e0df387907c6c2ea1983c4cdba474c7f326c1b25.tar.bz2
gentoo-2-e0df387907c6c2ea1983c4cdba474c7f326c1b25.zip
Fixing patch application with more recent versions
(Portage version: 2.2_rc52/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.ebuild8
1 files changed, 5 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 229c6a3d4989..85003c68b0b4 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.13 2009/09/17 19:11:27 bicatali Exp $
+# $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 $
EAPI=2
inherit eutils toolchain-funcs
@@ -31,11 +31,13 @@ DEPEND="${RDEPEND}
x11-misc/imake
x11-misc/makedepend"
-S="${WORKDIR}/${DEB_PN}-${DEB_PV}.orig"
+S="${WORKDIR}/${DEB_PN}-${DEB_PV}"
src_prepare() {
cd "${WORKDIR}"
- epatch "${WORKDIR}"/${DEB_P}-${DEB_PR}.diff
+ 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"