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/root: root-5.34.05.ebuild root-5.32.04.ebuild root-5.32.03-r2.ebuild ChangeLog
Date: Sat, 02 Mar 2013 23:27:05
Message-Id: 20130302232702.069252171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 23:27:01
2
3 Modified: root-5.34.05.ebuild root-5.32.04.ebuild
4 root-5.32.03-r2.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.2 sci-physics/root/root-5.34.05.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.34.05.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.34.05.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.34.05.ebuild?r1=1.1&r2=1.2
16
17 Index: root-5.34.05.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.05.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- root-5.34.05.ebuild 25 Feb 2013 04:45:41 -0000 1.1
24 +++ root-5.34.05.ebuild 2 Mar 2013 23:27:01 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.05.ebuild,v 1.1 2013/02/25 04:45:41 bicatali Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.05.ebuild,v 1.2 2013/03/02 23:27:01 hwoarang Exp $
30
31 EAPI=4
32
33 @@ -66,12 +66,12 @@
34 )
35 opengl? ( virtual/opengl virtual/glu x11-libs/gl2ps )
36 qt4? (
37 - x11-libs/qt-gui:4
38 - x11-libs/qt-opengl:4
39 - x11-libs/qt-qt3support:4
40 - x11-libs/qt-svg:4
41 - x11-libs/qt-webkit:4
42 - x11-libs/qt-xmlpatterns:4 )
43 + dev-qt/qtgui:4
44 + dev-qt/qtopengl:4
45 + dev-qt/qt3support:4
46 + dev-qt/qtsvg:4
47 + dev-qt/qtwebkit:4
48 + dev-qt/qtxmlpatterns:4 )
49 x11-libs/libXft
50 )
51 afs? ( net-fs/openafs )
52
53
54
55 1.2 sci-physics/root/root-5.32.04.ebuild
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.32.04.ebuild?rev=1.2&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.32.04.ebuild?rev=1.2&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.32.04.ebuild?r1=1.1&r2=1.2
60
61 Index: root-5.32.04.ebuild
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.32.04.ebuild,v
64 retrieving revision 1.1
65 retrieving revision 1.2
66 diff -u -r1.1 -r1.2
67 --- root-5.32.04.ebuild 26 Oct 2012 15:40:47 -0000 1.1
68 +++ root-5.32.04.ebuild 2 Mar 2013 23:27:01 -0000 1.2
69 @@ -1,6 +1,6 @@
70 -# Copyright 1999-2012 Gentoo Foundation
71 +# Copyright 1999-2013 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.32.04.ebuild,v 1.1 2012/10/26 15:40:47 bicatali Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.32.04.ebuild,v 1.2 2013/03/02 23:27:01 hwoarang Exp $
75
76 EAPI=4
77
78 @@ -66,12 +66,12 @@
79 )
80 opengl? ( virtual/opengl virtual/glu x11-libs/gl2ps )
81 qt4? (
82 - x11-libs/qt-gui:4
83 - x11-libs/qt-opengl:4
84 - x11-libs/qt-qt3support:4
85 - x11-libs/qt-svg:4
86 - x11-libs/qt-webkit:4
87 - x11-libs/qt-xmlpatterns:4 )
88 + dev-qt/qtgui:4
89 + dev-qt/qtopengl:4
90 + dev-qt/qt3support:4
91 + dev-qt/qtsvg:4
92 + dev-qt/qtwebkit:4
93 + dev-qt/qtxmlpatterns:4 )
94 xft? ( x11-libs/libXft )
95 )
96 afs? ( net-fs/openafs )
97
98
99
100 1.6 sci-physics/root/root-5.32.03-r2.ebuild
101
102 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.32.03-r2.ebuild?rev=1.6&view=markup
103 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.32.03-r2.ebuild?rev=1.6&content-type=text/plain
104 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.32.03-r2.ebuild?r1=1.5&r2=1.6
105
106 Index: root-5.32.03-r2.ebuild
107 ===================================================================
108 RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.32.03-r2.ebuild,v
109 retrieving revision 1.5
110 retrieving revision 1.6
111 diff -u -r1.5 -r1.6
112 --- root-5.32.03-r2.ebuild 16 Oct 2012 18:50:45 -0000 1.5
113 +++ root-5.32.03-r2.ebuild 2 Mar 2013 23:27:01 -0000 1.6
114 @@ -1,6 +1,6 @@
115 -# Copyright 1999-2012 Gentoo Foundation
116 +# Copyright 1999-2013 Gentoo Foundation
117 # Distributed under the terms of the GNU General Public License v2
118 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.32.03-r2.ebuild,v 1.5 2012/10/16 18:50:45 jlec Exp $
119 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.32.03-r2.ebuild,v 1.6 2013/03/02 23:27:01 hwoarang Exp $
120
121 EAPI=4
122
123 @@ -66,12 +66,12 @@
124 )
125 opengl? ( virtual/opengl virtual/glu x11-libs/gl2ps )
126 qt4? (
127 - x11-libs/qt-gui:4
128 - x11-libs/qt-opengl:4
129 - x11-libs/qt-qt3support:4
130 - x11-libs/qt-svg:4
131 - x11-libs/qt-webkit:4
132 - x11-libs/qt-xmlpatterns:4 )
133 + dev-qt/qtgui:4
134 + dev-qt/qtopengl:4
135 + dev-qt/qt3support:4
136 + dev-qt/qtsvg:4
137 + dev-qt/qtwebkit:4
138 + dev-qt/qtxmlpatterns:4 )
139 xft? ( x11-libs/libXft )
140 )
141 afs? ( net-fs/openafs )
142
143
144
145 1.114 sci-physics/root/ChangeLog
146
147 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.114&view=markup
148 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.114&content-type=text/plain
149 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?r1=1.113&r2=1.114
150
151 Index: ChangeLog
152 ===================================================================
153 RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v
154 retrieving revision 1.113
155 retrieving revision 1.114
156 diff -u -r1.113 -r1.114
157 --- ChangeLog 25 Feb 2013 04:45:41 -0000 1.113
158 +++ ChangeLog 2 Mar 2013 23:27:01 -0000 1.114
159 @@ -1,6 +1,10 @@
160 # ChangeLog for sci-physics/root
161 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
162 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.113 2013/02/25 04:45:41 bicatali Exp $
163 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.114 2013/03/02 23:27:01 hwoarang Exp $
164 +
165 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> root-5.32.03-r2.ebuild,
166 + root-5.32.04.ebuild, root-5.34.05.ebuild:
167 + Move Qt dependencies to the new category
168
169 *root-5.34.05 (23 Feb 2013)