summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda XU <heroxbd@gentoo.org>2012-05-19 10:29:55 +0000
committerBenda XU <heroxbd@gentoo.org>2012-05-19 10:29:55 +0000
commitef1aeaed0a49a13ef2c2ba626ef00968eee92a16 (patch)
tree55a6d7f64d388652793146780722c9153c7d1ffb /sci-physics
parentVersion bump with beta release (masked) (diff)
downloadgentoo-2-ef1aeaed0a49a13ef2c2ba626ef00968eee92a16.tar.gz
gentoo-2-ef1aeaed0a49a13ef2c2ba626ef00968eee92a16.tar.bz2
gentoo-2-ef1aeaed0a49a13ef2c2ba626ef00968eee92a16.zip
delete the wrong sed phrase.
(Portage version: 2.1.10.57/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/geant/ChangeLog5
-rw-r--r--sci-physics/geant/geant-4.9.5-r1.ebuild6
2 files changed, 5 insertions, 6 deletions
diff --git a/sci-physics/geant/ChangeLog b/sci-physics/geant/ChangeLog
index bd08dc96f49f..6260d6436f21 100644
--- a/sci-physics/geant/ChangeLog
+++ b/sci-physics/geant/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-physics/geant
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.58 2012/05/18 11:09:15 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.59 2012/05/19 10:29:55 heroxbd Exp $
+
+ 19 May 2012; Benda Xu <heroxbd@gentoo.org> geant-4.9.5-r1.ebuild:
+ delete the wrong sed phrase.
18 May 2012; Benda Xu <heroxbd@gentoo.org>
+files/geant-4.9.5-scripts-only-dataenv.patch, geant-4.9.5-r1.ebuild:
diff --git a/sci-physics/geant/geant-4.9.5-r1.ebuild b/sci-physics/geant/geant-4.9.5-r1.ebuild
index 429126fdd3b3..e907c30931a2 100644
--- a/sci-physics/geant/geant-4.9.5-r1.ebuild
+++ b/sci-physics/geant/geant-4.9.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.5-r1.ebuild,v 1.3 2012/05/18 11:09:15 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.5-r1.ebuild,v 1.4 2012/05/19 10:29:55 heroxbd Exp $
EAPI=4
@@ -38,10 +38,6 @@ S="${WORKDIR}/${MYP}"
PATCHES=( "${FILESDIR}"/${PN}-4.9.4-zlib.patch \
"${FILESDIR}"/${PN}-4.9.5-scripts-only-dataenv.patch )
-src_prepare() {
- sed "s,-lG4clhep,$(clhep-config --libs)," config/binmake.gmk || die "sed failed"
-}
-
src_configure() {
mycmakeargs=(
-DGEANT4_USE_SYSTEM_CLHEP=ON