summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda XU <heroxbd@gentoo.org>2012-05-20 16:46:58 +0000
committerBenda XU <heroxbd@gentoo.org>2012-05-20 16:46:58 +0000
commit2019533764b8aeca16e8b40872504c35d267870c (patch)
tree1d8d1832ec16d79d389a32ff734c4f173ea3afa2 /sci-physics
parentInstall perl modules into vendor dir, bug 295113. Acked by tove. (diff)
downloadgentoo-2-2019533764b8aeca16e8b40872504c35d267870c.tar.gz
gentoo-2-2019533764b8aeca16e8b40872504c35d267870c.tar.bz2
gentoo-2-2019533764b8aeca16e8b40872504c35d267870c.zip
I have massed up the keywords and Changelog with blind rsync with my overlay. This is just a fix.
(Portage version: 2.1.10.57/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/geant/ChangeLog32
-rw-r--r--sci-physics/geant/geant-4.9.5-r1.ebuild4
-rw-r--r--sci-physics/geant/geant-4.9.5_p01.ebuild4
3 files changed, 35 insertions, 5 deletions
diff --git a/sci-physics/geant/ChangeLog b/sci-physics/geant/ChangeLog
index eb18e12cdcba..c9d8f6ad3eb7 100644
--- a/sci-physics/geant/ChangeLog
+++ b/sci-physics/geant/ChangeLog
@@ -1,6 +1,36 @@
# 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.61 2012/05/20 16:27:19 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.62 2012/05/20 16:46:58 heroxbd Exp $
+
+ 20 May 2012; Benda Xu <heroxbd@gentoo.org> geant-4.9.5-r1.ebuild,
+ geant-4.9.5_p01.ebuild:
+ I have massed up the keywords and Changelog with blind rsync with my overlay.
+ This is just a fix.
+
+ 20 May 2012; Benda Xu <heroxbd@gentoo.org> +geant-4.9.5-r1.ebuild,
+ +files/geant-4.9.5_p01-scripts-only-dataenv.patch,
+ files/geant-4.9.5-scripts-only-dataenv.patch:
+ add back geant-4.9.5-r1.ebuild because geant-python cannot function correctly
+ with 4.9.5_p01, upstream bug http://bugzilla-geant4.kek.jp/show
+
+*geant-4.9.5_p01 (19 May 2012)
+
+ 19 May 2012; Benda Xu <heroxbd@gentoo.org> +geant-4.9.5_p01.ebuild,
+ -geant-4.9.5-r1.ebuild, files/geant-4.9.4-zlib.patch,
+ files/geant-4.9.5-scripts-only-dataenv.patch:
+ version bump to 4.9.5_p01
+
+ 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:
+ keyword amd64-linux and x86-linux; handle data dir via envd; fix clhep linking
+
+ 16 Mar 2012; Sébastien Fabbro <bicatali@gentoo.org> -geant-4.9.5.ebuild,
+ geant-4.9.5-r1.ebuild:
+ Fix for openinventor to use SGI OpenInventor in portage instead of SoXt, bug
+ #408187
*geant-4.9.5-r1 (13 Mar 2012)
diff --git a/sci-physics/geant/geant-4.9.5-r1.ebuild b/sci-physics/geant/geant-4.9.5-r1.ebuild
index 3a3c370f49d9..020340b382bd 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.6 2012/05/20 16:27:19 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.5-r1.ebuild,v 1.7 2012/05/20 16:46:58 heroxbd Exp $
EAPI=4
@@ -17,7 +17,7 @@ SRC_URI="http://geant4.cern.ch/support/source/${MYP}.tar.gz"
LICENSE="geant4"
SLOT="4"
-KEYWORDS="~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="+data dawn examples gdml geant3 granular motif opengl openinventor
raytracerx qt4 static-libs test vrml zlib"
diff --git a/sci-physics/geant/geant-4.9.5_p01.ebuild b/sci-physics/geant/geant-4.9.5_p01.ebuild
index e570e3865b44..0e7622f8ed52 100644
--- a/sci-physics/geant/geant-4.9.5_p01.ebuild
+++ b/sci-physics/geant/geant-4.9.5_p01.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_p01.ebuild,v 1.2 2012/05/20 16:27:19 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.5_p01.ebuild,v 1.3 2012/05/20 16:46:58 heroxbd Exp $
EAPI=4
@@ -17,7 +17,7 @@ SRC_URI="http://geant4.cern.ch/support/source/${MYP}.tar.gz"
LICENSE="geant4"
SLOT="4"
-KEYWORDS="~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="+data dawn examples gdml geant3 granular motif opengl openinventor
raytracerx qt4 static-libs test vrml zlib"