Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/grantlee: grantlee-0.3.0.ebuild grantlee-0.1.9.ebuild grantlee-0.2.0.ebuild ChangeLog
Date: Sat, 02 Mar 2013 19:59:56
Message-Id: 20130302195953.B06812171C@flycatcher.gentoo.org
1 hwoarang 13/03/02 19:59:53
2
3 Modified: grantlee-0.3.0.ebuild grantlee-0.1.9.ebuild
4 grantlee-0.2.0.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 dev-libs/grantlee/grantlee-0.3.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/grantlee/grantlee-0.3.0.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/grantlee/grantlee-0.3.0.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/grantlee/grantlee-0.3.0.ebuild?r1=1.1&r2=1.2
16
17 Index: grantlee-0.3.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/grantlee/grantlee-0.3.0.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- grantlee-0.3.0.ebuild 13 Nov 2012 21:51:57 -0000 1.1
24 +++ grantlee-0.3.0.ebuild 2 Mar 2013 19:59:53 -0000 1.2
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/dev-libs/grantlee/grantlee-0.3.0.ebuild,v 1.1 2012/11/13 21:51:57 johu Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/grantlee/grantlee-0.3.0.ebuild,v 1.2 2013/03/02 19:59:53 hwoarang Exp $
31
32 EAPI=4
33
34 @@ -17,13 +17,13 @@
35 IUSE="debug doc test"
36
37 COMMON_DEPEND="
38 - >=x11-libs/qt-core-${QT_MINIMAL}:4
39 - >=x11-libs/qt-gui-${QT_MINIMAL}:4
40 - >=x11-libs/qt-script-${QT_MINIMAL}:4
41 + >=dev-qt/qtcore-${QT_MINIMAL}:4
42 + >=dev-qt/qtgui-${QT_MINIMAL}:4
43 + >=dev-qt/qtscript-${QT_MINIMAL}:4
44 "
45 DEPEND="${COMMON_DEPEND}
46 doc? ( || ( <app-doc/doxygen-1.7.6.1[-nodot] >=app-doc/doxygen-1.7.6.1[dot] ) )
47 - test? ( >=x11-libs/qt-test-${QT_MINIMAL}:4 )
48 + test? ( >=dev-qt/qttest-${QT_MINIMAL}:4 )
49 "
50 RDEPEND="${COMMON_DEPEND}"
51
52
53
54
55 1.7 dev-libs/grantlee/grantlee-0.1.9.ebuild
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/grantlee/grantlee-0.1.9.ebuild?rev=1.7&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/grantlee/grantlee-0.1.9.ebuild?rev=1.7&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/grantlee/grantlee-0.1.9.ebuild?r1=1.6&r2=1.7
60
61 Index: grantlee-0.1.9.ebuild
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/dev-libs/grantlee/grantlee-0.1.9.ebuild,v
64 retrieving revision 1.6
65 retrieving revision 1.7
66 diff -u -r1.6 -r1.7
67 --- grantlee-0.1.9.ebuild 19 Aug 2012 07:58:27 -0000 1.6
68 +++ grantlee-0.1.9.ebuild 2 Mar 2013 19:59:53 -0000 1.7
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/dev-libs/grantlee/grantlee-0.1.9.ebuild,v 1.6 2012/08/19 07:58:27 scarabeus Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/grantlee/grantlee-0.1.9.ebuild,v 1.7 2013/03/02 19:59:53 hwoarang Exp $
75
76 EAPI=4
77
78 @@ -16,13 +16,13 @@
79 IUSE="debug doc test"
80
81 COMMON_DEPEND="
82 - >=x11-libs/qt-core-4.5.0:4
83 - >=x11-libs/qt-gui-4.5.0:4
84 - >=x11-libs/qt-script-4.5.0:4
85 + >=dev-qt/qtcore-4.5.0:4
86 + >=dev-qt/qtgui-4.5.0:4
87 + >=dev-qt/qtscript-4.5.0:4
88 "
89 DEPEND="${COMMON_DEPEND}
90 doc? ( || ( <app-doc/doxygen-1.7.6.1[-nodot] >=app-doc/doxygen-1.7.6.1[dot] ) )
91 - test? ( >=x11-libs/qt-test-4.5.0:4 )
92 + test? ( >=dev-qt/qttest-4.5.0:4 )
93 "
94 RDEPEND="${COMMON_DEPEND}"
95
96
97
98
99 1.5 dev-libs/grantlee/grantlee-0.2.0.ebuild
100
101 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/grantlee/grantlee-0.2.0.ebuild?rev=1.5&view=markup
102 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/grantlee/grantlee-0.2.0.ebuild?rev=1.5&content-type=text/plain
103 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/grantlee/grantlee-0.2.0.ebuild?r1=1.4&r2=1.5
104
105 Index: grantlee-0.2.0.ebuild
106 ===================================================================
107 RCS file: /var/cvsroot/gentoo-x86/dev-libs/grantlee/grantlee-0.2.0.ebuild,v
108 retrieving revision 1.4
109 retrieving revision 1.5
110 diff -u -r1.4 -r1.5
111 --- grantlee-0.2.0.ebuild 30 Nov 2012 15:10:55 -0000 1.4
112 +++ grantlee-0.2.0.ebuild 2 Mar 2013 19:59:53 -0000 1.5
113 @@ -1,6 +1,6 @@
114 -# Copyright 1999-2012 Gentoo Foundation
115 +# Copyright 1999-2013 Gentoo Foundation
116 # Distributed under the terms of the GNU General Public License v2
117 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/grantlee/grantlee-0.2.0.ebuild,v 1.4 2012/11/30 15:10:55 ago Exp $
118 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/grantlee/grantlee-0.2.0.ebuild,v 1.5 2013/03/02 19:59:53 hwoarang Exp $
119
120 EAPI=4
121
122 @@ -17,13 +17,13 @@
123 IUSE="debug doc test"
124
125 COMMON_DEPEND="
126 - >=x11-libs/qt-core-${QT_MINIMAL}:4
127 - >=x11-libs/qt-gui-${QT_MINIMAL}:4
128 - >=x11-libs/qt-script-${QT_MINIMAL}:4
129 + >=dev-qt/qtcore-${QT_MINIMAL}:4
130 + >=dev-qt/qtgui-${QT_MINIMAL}:4
131 + >=dev-qt/qtscript-${QT_MINIMAL}:4
132 "
133 DEPEND="${COMMON_DEPEND}
134 doc? ( || ( <app-doc/doxygen-1.7.6.1[-nodot] >=app-doc/doxygen-1.7.6.1[dot] ) )
135 - test? ( >=x11-libs/qt-test-${QT_MINIMAL}:4 )
136 + test? ( >=dev-qt/qttest-${QT_MINIMAL}:4 )
137 "
138 RDEPEND="${COMMON_DEPEND}"
139
140
141
142
143 1.20 dev-libs/grantlee/ChangeLog
144
145 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/grantlee/ChangeLog?rev=1.20&view=markup
146 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/grantlee/ChangeLog?rev=1.20&content-type=text/plain
147 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/grantlee/ChangeLog?r1=1.19&r2=1.20
148
149 Index: ChangeLog
150 ===================================================================
151 RCS file: /var/cvsroot/gentoo-x86/dev-libs/grantlee/ChangeLog,v
152 retrieving revision 1.19
153 retrieving revision 1.20
154 diff -u -r1.19 -r1.20
155 --- ChangeLog 30 Nov 2012 15:10:55 -0000 1.19
156 +++ ChangeLog 2 Mar 2013 19:59:53 -0000 1.20
157 @@ -1,6 +1,10 @@
158 # ChangeLog for dev-libs/grantlee
159 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
160 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/grantlee/ChangeLog,v 1.19 2012/11/30 15:10:55 ago Exp $
161 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
162 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/grantlee/ChangeLog,v 1.20 2013/03/02 19:59:53 hwoarang Exp $
163 +
164 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> grantlee-0.1.9.ebuild,
165 + grantlee-0.2.0.ebuild, grantlee-0.3.0.ebuild:
166 + Move Qt dependencies to the new category
167
168 30 Nov 2012; <ago@g.o> grantlee-0.2.0.ebuild:
169 Stable for ppc, wrt bug #442394