summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2011-03-18 16:43:55 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2011-03-18 16:43:55 +0000
commitd46a42fba216136d6ca9fc6a42a4a10b4e5ce479 (patch)
tree92cfafdcb2a3e13b23c2c0fec566516423a3e411 /sci-physics/geant
parentDrop old as bsd won't keyword this. (diff)
downloadgentoo-2-d46a42fba216136d6ca9fc6a42a4a10b4e5ce479.tar.gz
gentoo-2-d46a42fba216136d6ca9fc6a42a4a10b4e5ce479.tar.bz2
gentoo-2-d46a42fba216136d6ca9fc6a42a4a10b4e5ce479.zip
Version bump. Unm Unmasking.
(Portage version: 2.1.9.43/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics/geant')
-rw-r--r--sci-physics/geant/ChangeLog8
-rw-r--r--sci-physics/geant/geant-4.9.4_p01.ebuild (renamed from sci-physics/geant/geant-4.9.4.ebuild)6
2 files changed, 10 insertions, 4 deletions
diff --git a/sci-physics/geant/ChangeLog b/sci-physics/geant/ChangeLog
index bb0c61cbd94f..a22fe9c9e41a 100644
--- a/sci-physics/geant/ChangeLog
+++ b/sci-physics/geant/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-physics/geant
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.46 2011/02/13 12:44:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.47 2011/03/18 16:43:55 bicatali Exp $
+
+*geant-4.9.4_p01 (18 Mar 2011)
+
+ 18 Mar 2011; Sébastien Fabbro <bicatali@gentoo.org> -geant-4.9.4.ebuild,
+ +geant-4.9.4_p01.ebuild:
+ Version bump. Unm Unmasking.
13 Feb 2011; Raúl Porcel <armin76@gentoo.org> geant-3.21.14-r2.ebuild,
geant-4.9.2_p02.ebuild, geant-4.9.3_p02-r1.ebuild, geant-4.9.4.ebuild:
diff --git a/sci-physics/geant/geant-4.9.4.ebuild b/sci-physics/geant/geant-4.9.4_p01.ebuild
index ad7b09a1d1cf..b8140834cce7 100644
--- a/sci-physics/geant/geant-4.9.4.ebuild
+++ b/sci-physics/geant/geant-4.9.4_p01.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.4.ebuild,v 1.3 2011/02/13 12:44:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.4_p01.ebuild,v 1.1 2011/03/18 16:43:55 bicatali Exp $
EAPI=3
@@ -45,7 +45,7 @@ DEPEND="${RDEPEND}"
S="${WORKDIR}/${MYP}"
-PATCHES=( "${FILESDIR}"/${P}-{no-benchmarks,zlib,libdir,datadir,no-examples}.patch )
+PATCHES=( "${FILESDIR}"/${PN}-4.9.4-{no-benchmarks,zlib,libdir,datadir,no-examples}.patch )
src_configure() {
mycmakeargs=(
@@ -83,5 +83,5 @@ src_install() {
}
pkg_postinst() {
- elog "Users need to define the G4WORKDIR (\$HOME/geant4 is normally used)."
+ elog "Users need to define the G4WORKDIR variable (\$HOME/geant4 is normally used)."
}