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: geant-4.9.6_p02-r1.ebuild ChangeLog
Date: Tue, 02 Jul 2013 17:19:01
Message-Id: 20130702171856.3DDD32171C@flycatcher.gentoo.org
1 bicatali 13/07/02 17:18:56
2
3 Modified: geant-4.9.6_p02-r1.ebuild ChangeLog
4 Log:
5 Added doc flag pulling app-doc/geant-docs package
6
7 (Portage version: 2.2.01.22013-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
8
9 Revision Changes Path
10 1.3 sci-physics/geant/geant-4.9.6_p02-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/geant-4.9.6_p02-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/geant-4.9.6_p02-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/geant-4.9.6_p02-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: geant-4.9.6_p02-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.6_p02-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- geant-4.9.6_p02-r1.ebuild 17 Jun 2013 19:01:22 -0000 1.2
23 +++ geant-4.9.6_p02-r1.ebuild 2 Jul 2013 17:18:56 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.6_p02-r1.ebuild,v 1.2 2013/06/17 19:01:22 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.6_p02-r1.ebuild,v 1.3 2013/07/02 17:18:56 bicatali Exp $
29
30 EAPI=5
31
32 @@ -18,7 +18,7 @@
33 LICENSE="geant4"
34 SLOT="4"
35 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
36 -IUSE="+data dawn examples gdml geant3 inventor motif opengl
37 +IUSE="+data dawn doc examples gdml geant3 inventor motif opengl
38 raytracerx qt4 static-libs vrml zlib"
39
40 RDEPEND="
41 @@ -33,7 +33,9 @@
42 raytracerx? ( x11-libs/libX11 x11-libs/libXmu )
43 zlib? ( sys-libs/zlib )"
44 DEPEND="${RDEPEND}"
45 -PDEPEND="data? ( ~sci-physics/geant-data-${PV} )"
46 +PDEPEND="
47 + data? ( ~sci-physics/geant-data-${PV} )
48 + doc? ( ~app-doc/geant-docs-${PV1}.${PV2}.${PV3} )"
49
50 S="${WORKDIR}/${MYP}"
51
52
53
54
55 1.76 sci-physics/geant/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/ChangeLog?rev=1.76&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/ChangeLog?rev=1.76&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/ChangeLog?r1=1.75&r2=1.76
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v
64 retrieving revision 1.75
65 retrieving revision 1.76
66 diff -u -r1.75 -r1.76
67 --- ChangeLog 17 Jun 2013 19:01:22 -0000 1.75
68 +++ ChangeLog 2 Jul 2013 17:18:56 -0000 1.76
69 @@ -1,6 +1,9 @@
70 # ChangeLog for sci-physics/geant
71 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.75 2013/06/17 19:01:22 bicatali Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.76 2013/07/02 17:18:56 bicatali Exp $
74 +
75 + 02 Jul 2013; Sébastien Fabbro <bicatali@g.o> geant-4.9.6_p02-r1.ebuild:
76 + Added doc flag pulling app-doc/geant-docs package
77
78 17 Jun 2013; Sébastien Fabbro <bicatali@g.o> -geant-4.9.6_p02.ebuild,
79 geant-4.9.6_p02-r1.ebuild, metadata.xml: