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.1_p03.ebuild geant-4.9.1_p02.ebuild
Date: Mon, 24 Nov 2008 16:54:18
Message-Id: E1L4ehU-00029u-Eh@stork.gentoo.org
1 bicatali 08/11/24 16:54:16
2
3 Modified: ChangeLog geant-4.9.1_p03.ebuild
4 Removed: geant-4.9.1_p02.ebuild
5 Log:
6 Removed bundled zlib, closing bug #248423
7 (Portage version: 2.2_rc15/cvs/Linux 2.6.25-gentoo-r7 x86_64)
8
9 Revision Changes Path
10 1.17 sci-physics/geant/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/geant/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/geant/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/geant/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 23 Sep 2008 11:01:59 -0000 1.16
23 +++ ChangeLog 24 Nov 2008 16:54:16 -0000 1.17
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sci-physics/geant
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.16 2008/09/23 11:01:59 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.17 2008/11/24 16:54:16 bicatali Exp $
29 +
30 + 24 Nov 2008; Sébastien Fabbro <bicatali@g.o>
31 + -geant-4.9.1_p02.ebuild, geant-4.9.1_p03.ebuild:
32 + Removed bundled zlib, closing bug #248423
33
34 *geant-4.9.1_p03 (23 Sep 2008)
35
36
37
38
39 1.2 sci-physics/geant/geant-4.9.1_p03.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/geant/geant-4.9.1_p03.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/geant/geant-4.9.1_p03.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/geant/geant-4.9.1_p03.ebuild?r1=1.1&r2=1.2
44
45 Index: geant-4.9.1_p03.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.1_p03.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- geant-4.9.1_p03.ebuild 23 Sep 2008 11:01:59 -0000 1.1
52 +++ geant-4.9.1_p03.ebuild 24 Nov 2008 16:54:16 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.1_p03.ebuild,v 1.1 2008/09/23 11:01:59 bicatali Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.1_p03.ebuild,v 1.2 2008/11/24 16:54:16 bicatali Exp $
58
59 EAPI="1"
60
61 @@ -12,7 +12,7 @@
62 MY_P=${PN}$(replace_version_separator 3 .)
63
64 DESCRIPTION="CERN's detector description and simulation Tool"
65 -HOMEPAGE="http://www.geant4.org/"
66 +HOMEPAGE="http://geant4.cern.ch/"
67
68 SRC_COM="http://geant4.web.cern.ch/geant4/support/source"
69 SRC_URI="${SRC_COM}/${MY_P}.tar.gz"
70 @@ -110,7 +110,7 @@
71 use opengl && use motif && export G4VIS_BUILD_OPENGLXM_DRIVER=y
72
73 use geant3 && export G4LIB_BUILD_G3TOG4=y
74 - use zlib && export G4LIB_BUILD_ZLIB=y
75 + use zlib && export G4LIB_USE_ZLIB=y
76 use vrml && export G4VIS_BUILD_VRML_DRIVER=y \
77 && export G4VIS_BUILD_VRMLFILE_DRIVER=y