Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-physics/geant: ChangeLog geant-4.9.4.ebuild
Date: Mon, 07 Feb 2011 18:52:07
Message-Id: 20110207185157.691D820054@flycatcher.gentoo.org
1 bicatali 11/02/07 18:51:57
2
3 Modified: ChangeLog geant-4.9.4.ebuild
4 Log:
5 Fixed a forgotten flag, thanks Rafal Lalik bug #353740
6
7 (Portage version: 2.1.9.36/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.45 sci-physics/geant/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/ChangeLog?rev=1.45&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/ChangeLog?rev=1.45&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/ChangeLog?r1=1.44&r2=1.45
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v
19 retrieving revision 1.44
20 retrieving revision 1.45
21 diff -u -r1.44 -r1.45
22 --- ChangeLog 22 Jan 2011 02:28:43 -0000 1.44
23 +++ ChangeLog 7 Feb 2011 18:51:57 -0000 1.45
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sci-physics/geant
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.44 2011/01/22 02:28:43 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.45 2011/02/07 18:51:57 bicatali Exp $
29 +
30 + 07 Feb 2011; Sébastien Fabbro <bicatali@g.o> geant-4.9.4.ebuild:
31 + Fixed a forgotten flag, thanks Rafal Lalik bug #353740
32
33 *geant-4.9.4 (22 Jan 2011)
34
35
36
37
38 1.2 sci-physics/geant/geant-4.9.4.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/geant-4.9.4.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/geant-4.9.4.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/geant-4.9.4.ebuild?r1=1.1&r2=1.2
43
44 Index: geant-4.9.4.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.4.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- geant-4.9.4.ebuild 22 Jan 2011 02:28:43 -0000 1.1
51 +++ geant-4.9.4.ebuild 7 Feb 2011 18:51:57 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.4.ebuild,v 1.1 2011/01/22 02:28:43 bicatali Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.4.ebuild,v 1.2 2011/02/07 18:51:57 bicatali Exp $
57
58 EAPI=3
59
60 @@ -53,7 +53,7 @@
61 $(cmake-utils_use_enable gdml GEANT4_USE_GDML)
62 $(cmake-utils_use_enable geant3 GEANT4_USE_GEANT3TOGEANT4)
63 $(cmake-utils_use_enable granular GEANT4_BUILD_GRANULAR_BUILD)
64 - $(cmake-utils_use_enable dawn GEANT4_USE_NETWORKVRML)
65 + $(cmake-utils_use_enable vrml GEANT4_USE_NETWORKVRML)
66 $(cmake-utils_use_enable qt4 GEANT4_USE_QT)
67 $(cmake-utils_use_enable zlib GEANT4_USE_SYSTEM_ZLIB)
68 $(cmake-utils_use_build static-libs STATIC_LIBS)