Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-physics/geant: geant-4.9.4_p03.ebuild geant-4.9.6_p01.ebuild geant-4.9.6.ebuild geant-4.9.5_p02.ebuild ChangeLog
Date: Sat, 02 Mar 2013 23:26:42
Message-Id: 20130302232638.E71302171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 23:26:38
2
3 Modified: geant-4.9.4_p03.ebuild geant-4.9.6_p01.ebuild
4 geant-4.9.6.ebuild geant-4.9.5_p02.ebuild ChangeLog
5 Log:
6 Move Qt dependencies to the new category
7
8 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
9
10 Revision Changes Path
11 1.5 sci-physics/geant/geant-4.9.4_p03.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/geant-4.9.4_p03.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/geant-4.9.4_p03.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/geant-4.9.4_p03.ebuild?r1=1.4&r2=1.5
16
17 Index: geant-4.9.4_p03.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.4_p03.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- geant-4.9.4_p03.ebuild 16 Oct 2012 19:00:19 -0000 1.4
24 +++ geant-4.9.4_p03.ebuild 2 Mar 2013 23:26:38 -0000 1.5
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2012 Gentoo Foundation
27 +# Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.4_p03.ebuild,v 1.4 2012/10/16 19:00:19 jlec Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.4_p03.ebuild,v 1.5 2013/03/02 23:26:38 hwoarang Exp $
31
32 EAPI=4
33
34 @@ -35,7 +35,7 @@
35
36 RDEPEND="
37 >=sci-physics/clhep-2.1
38 - qt4? ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 )
39 + qt4? ( dev-qt/qtgui:4 dev-qt/qtopengl:4 )
40 gdml? ( dev-libs/xerces-c )
41 geant3? ( sci-physics/geant:3 )
42 dawn? ( media-gfx/dawn )
43
44
45
46 1.2 sci-physics/geant/geant-4.9.6_p01.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/geant-4.9.6_p01.ebuild?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/geant-4.9.6_p01.ebuild?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/geant-4.9.6_p01.ebuild?r1=1.1&r2=1.2
51
52 Index: geant-4.9.6_p01.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.6_p01.ebuild,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- geant-4.9.6_p01.ebuild 25 Feb 2013 05:11:45 -0000 1.1
59 +++ geant-4.9.6_p01.ebuild 2 Mar 2013 23:26:38 -0000 1.2
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2013 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.6_p01.ebuild,v 1.1 2013/02/25 05:11:45 bicatali Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.6_p01.ebuild,v 1.2 2013/03/02 23:26:38 hwoarang Exp $
65
66 EAPI=5
67
68 @@ -29,7 +29,7 @@
69 motif? ( x11-libs/motif:0 )
70 opengl? ( virtual/opengl )
71 openinventor? ( media-libs/openinventor )
72 - qt4? ( x11-libs/qt-gui:4 opengl? ( x11-libs/qt-opengl:4 ) )
73 + qt4? ( dev-qt/qtgui:4 opengl? ( dev-qt/qtopengl:4 ) )
74 raytracerx? ( x11-libs/libX11 x11-libs/libXmu )
75 zlib? ( sys-libs/zlib )"
76 DEPEND="${RDEPEND}"
77
78
79
80 1.3 sci-physics/geant/geant-4.9.6.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/geant-4.9.6.ebuild?rev=1.3&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/geant-4.9.6.ebuild?rev=1.3&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/geant-4.9.6.ebuild?r1=1.2&r2=1.3
85
86 Index: geant-4.9.6.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.6.ebuild,v
89 retrieving revision 1.2
90 retrieving revision 1.3
91 diff -u -r1.2 -r1.3
92 --- geant-4.9.6.ebuild 21 Jan 2013 17:17:25 -0000 1.2
93 +++ geant-4.9.6.ebuild 2 Mar 2013 23:26:38 -0000 1.3
94 @@ -1,6 +1,6 @@
95 # Copyright 1999-2013 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.6.ebuild,v 1.2 2013/01/21 17:17:25 bicatali Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.6.ebuild,v 1.3 2013/03/02 23:26:38 hwoarang Exp $
99
100 EAPI=4
101
102 @@ -29,7 +29,7 @@
103 motif? ( x11-libs/motif:0 )
104 opengl? ( virtual/opengl )
105 openinventor? ( media-libs/openinventor )
106 - qt4? ( x11-libs/qt-gui:4 opengl? ( x11-libs/qt-opengl:4 ) )
107 + qt4? ( dev-qt/qtgui:4 opengl? ( dev-qt/qtopengl:4 ) )
108 raytracerx? ( x11-libs/libX11 x11-libs/libXmu )
109 zlib? ( sys-libs/zlib )"
110 DEPEND="${RDEPEND}"
111
112
113
114 1.2 sci-physics/geant/geant-4.9.5_p02.ebuild
115
116 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/geant-4.9.5_p02.ebuild?rev=1.2&view=markup
117 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/geant-4.9.5_p02.ebuild?rev=1.2&content-type=text/plain
118 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/geant-4.9.5_p02.ebuild?r1=1.1&r2=1.2
119
120 Index: geant-4.9.5_p02.ebuild
121 ===================================================================
122 RCS file: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.5_p02.ebuild,v
123 retrieving revision 1.1
124 retrieving revision 1.2
125 diff -u -r1.1 -r1.2
126 --- geant-4.9.5_p02.ebuild 14 Dec 2012 16:51:50 -0000 1.1
127 +++ geant-4.9.5_p02.ebuild 2 Mar 2013 23:26:38 -0000 1.2
128 @@ -1,6 +1,6 @@
129 -# Copyright 1999-2012 Gentoo Foundation
130 +# Copyright 1999-2013 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.5_p02.ebuild,v 1.1 2012/12/14 16:51:50 bicatali Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.5_p02.ebuild,v 1.2 2013/03/02 23:26:38 hwoarang Exp $
134
135 EAPI=4
136
137 @@ -29,7 +29,7 @@
138 opengl? ( virtual/opengl )
139 openinventor? ( media-libs/openinventor )
140 raytracerx? ( x11-libs/libX11 x11-libs/libXmu )
141 - qt4? ( x11-libs/qt-gui:4 opengl? ( x11-libs/qt-opengl:4 ) )
142 + qt4? ( dev-qt/qtgui:4 opengl? ( dev-qt/qtopengl:4 ) )
143 zlib? ( sys-libs/zlib )"
144 DEPEND="${RDEPEND}"
145
146
147
148
149 1.71 sci-physics/geant/ChangeLog
150
151 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/ChangeLog?rev=1.71&view=markup
152 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/ChangeLog?rev=1.71&content-type=text/plain
153 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/ChangeLog?r1=1.70&r2=1.71
154
155 Index: ChangeLog
156 ===================================================================
157 RCS file: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v
158 retrieving revision 1.70
159 retrieving revision 1.71
160 diff -u -r1.70 -r1.71
161 --- ChangeLog 25 Feb 2013 05:11:45 -0000 1.70
162 +++ ChangeLog 2 Mar 2013 23:26:38 -0000 1.71
163 @@ -1,6 +1,10 @@
164 # ChangeLog for sci-physics/geant
165 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
166 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.70 2013/02/25 05:11:45 bicatali Exp $
167 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.71 2013/03/02 23:26:38 hwoarang Exp $
168 +
169 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> geant-4.9.4_p03.ebuild,
170 + geant-4.9.5_p02.ebuild, geant-4.9.6.ebuild, geant-4.9.6_p01.ebuild:
171 + Move Qt dependencies to the new category
172
173 *geant-4.9.6_p01 (25 Feb 2013)