summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2008-07-17 13:46:19 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2008-07-17 13:46:19 +0000
commitdc888927fa46ff675f470b78d435c8e7380a270c (patch)
treeaf15cf60d5c06f687ed33d137556f961e37ea06b /sci-physics
parentVersion bump (diff)
downloadgentoo-2-dc888927fa46ff675f470b78d435c8e7380a270c.tar.gz
gentoo-2-dc888927fa46ff675f470b78d435c8e7380a270c.tar.bz2
gentoo-2-dc888927fa46ff675f470b78d435c8e7380a270c.zip
Fixed the make global step to not remove previous built granula libaries, see bug #231314, thanks Benjamin Bannier.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/geant/ChangeLog7
-rw-r--r--sci-physics/geant/geant-4.9.1_p02.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-physics/geant/ChangeLog b/sci-physics/geant/ChangeLog
index 70c6dbe152f2..9aa1a57b47e6 100644
--- a/sci-physics/geant/ChangeLog
+++ b/sci-physics/geant/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-physics/geant
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.13 2008/07/15 17:14:34 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.14 2008/07/17 13:46:19 bicatali Exp $
+
+ 17 Jul 2008; Sébastien Fabbro <bicatali@gentoo.org>
+ geant-4.9.1_p02.ebuild:
+ Fixed the make global step to not remove previous built granula libaries,
+ see bug #231314, thanks Benjamin Bannier.
15 Jul 2008; Ferris McCormick <fmccor@gentoo.org> geant-4.9.1_p02.ebuild:
Add ~sparc for testing and for sci-physics/root --- Bug #230716 which see
diff --git a/sci-physics/geant/geant-4.9.1_p02.ebuild b/sci-physics/geant/geant-4.9.1_p02.ebuild
index 19da6eafbfda..7a86e834e753 100644
--- a/sci-physics/geant/geant-4.9.1_p02.ebuild
+++ b/sci-physics/geant/geant-4.9.1_p02.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.1_p02.ebuild,v 1.5 2008/07/15 17:14:34 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.1_p02.ebuild,v 1.6 2008/07/17 13:46:19 bicatali Exp $
EAPI="1"
@@ -130,6 +130,7 @@ src_compile() {
if use global; then
export G4LIB_USE_GRANULAR=y
emake global || die "Building global libraries failed"
+ emake || die "Rebuilding shared geant failed"
fi
if use static; then
@@ -222,7 +223,4 @@ src_install() {
pkg_postinst() {
elog "Geant4 projects are by default build in \$HOME/geant4."
elog "If you want to change, set \$G4WORKDIR to another directory."
- elog
- elog "Help us to improve the ebuild and dependencies in"
- elog "http://bugs.gentoo.org/show_bug.cgi?id=212221"
}