Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/qxmledit: qxmledit-0.8.3.1.ebuild qxmledit-0.8.4.ebuild qxmledit-0.8.2.ebuild ChangeLog
Date: Sat, 02 Mar 2013 19:22:07
Message-Id: 20130302192203.9C91F2171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 19:22:03
2
3 Modified: qxmledit-0.8.3.1.ebuild qxmledit-0.8.4.ebuild
4 qxmledit-0.8.2.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.4 app-editors/qxmledit/qxmledit-0.8.3.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.3.1.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.3.1.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.3.1.ebuild?r1=1.3&r2=1.4
16
17 Index: qxmledit-0.8.3.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.3.1.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- qxmledit-0.8.3.1.ebuild 12 Feb 2013 14:20:29 -0000 1.3
24 +++ qxmledit-0.8.3.1.ebuild 2 Mar 2013 19:22:03 -0000 1.4
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/app-editors/qxmledit/qxmledit-0.8.3.1.ebuild,v 1.3 2013/02/12 14:20:29 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.3.1.ebuild,v 1.4 2013/03/02 19:22:03 hwoarang Exp $
30
31 EAPI=4
32
33 @@ -17,11 +17,11 @@
34 KEYWORDS="amd64 x86"
35 IUSE="debug"
36
37 -DEPEND=">=x11-libs/qt-core-4.7:4
38 - >=x11-libs/qt-gui-4.7:4
39 - >=x11-libs/qt-sql-4.7:4
40 - >=x11-libs/qt-svg-4.7:4
41 - >=x11-libs/qt-xmlpatterns-4.7:4"
42 +DEPEND=">=dev-qt/qtcore-4.7:4
43 + >=dev-qt/qtgui-4.7:4
44 + >=dev-qt/qtsql-4.7:4
45 + >=dev-qt/qtsvg-4.7:4
46 + >=dev-qt/qtxmlpatterns-4.7:4"
47 RDEPEND="${DEPEND}"
48
49 DOCS="AUTHORS NEWS README ROADMAP TODO"
50
51
52
53 1.2 app-editors/qxmledit/qxmledit-0.8.4.ebuild
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.4.ebuild?rev=1.2&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.4.ebuild?rev=1.2&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.4.ebuild?r1=1.1&r2=1.2
58
59 Index: qxmledit-0.8.4.ebuild
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.4.ebuild,v
62 retrieving revision 1.1
63 retrieving revision 1.2
64 diff -u -r1.1 -r1.2
65 --- qxmledit-0.8.4.ebuild 7 Feb 2013 22:21:13 -0000 1.1
66 +++ qxmledit-0.8.4.ebuild 2 Mar 2013 19:22:03 -0000 1.2
67 @@ -1,6 +1,6 @@
68 # Copyright 1999-2013 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.4.ebuild,v 1.1 2013/02/07 22:21:13 hwoarang Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.4.ebuild,v 1.2 2013/03/02 19:22:03 hwoarang Exp $
72
73 EAPI=5
74
75 @@ -17,11 +17,11 @@
76 KEYWORDS="~amd64 ~x86"
77 IUSE="debug"
78
79 -DEPEND=">=x11-libs/qt-core-4.7:4
80 - >=x11-libs/qt-gui-4.7:4
81 - >=x11-libs/qt-sql-4.7:4
82 - >=x11-libs/qt-svg-4.7:4
83 - >=x11-libs/qt-xmlpatterns-4.7:4"
84 +DEPEND=">=dev-qt/qtcore-4.7:4
85 + >=dev-qt/qtgui-4.7:4
86 + >=dev-qt/qtsql-4.7:4
87 + >=dev-qt/qtsvg-4.7:4
88 + >=dev-qt/qtxmlpatterns-4.7:4"
89 RDEPEND="${DEPEND}"
90
91 DOCS="AUTHORS NEWS README ROADMAP TODO"
92
93
94
95 1.3 app-editors/qxmledit/qxmledit-0.8.2.ebuild
96
97 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.2.ebuild?rev=1.3&view=markup
98 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.2.ebuild?rev=1.3&content-type=text/plain
99 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.2.ebuild?r1=1.2&r2=1.3
100
101 Index: qxmledit-0.8.2.ebuild
102 ===================================================================
103 RCS file: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.2.ebuild,v
104 retrieving revision 1.2
105 retrieving revision 1.3
106 diff -u -r1.2 -r1.3
107 --- qxmledit-0.8.2.ebuild 2 Aug 2012 20:11:26 -0000 1.2
108 +++ qxmledit-0.8.2.ebuild 2 Mar 2013 19:22:03 -0000 1.3
109 @@ -1,6 +1,6 @@
110 -# Copyright 1999-2012 Gentoo Foundation
111 +# Copyright 1999-2013 Gentoo Foundation
112 # Distributed under the terms of the GNU General Public License v2
113 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.2.ebuild,v 1.2 2012/08/02 20:11:26 pesa Exp $
114 +# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.2.ebuild,v 1.3 2013/03/02 19:22:03 hwoarang Exp $
115
116 EAPI=4
117
118 @@ -17,11 +17,11 @@
119 KEYWORDS="amd64 x86"
120 IUSE="debug"
121
122 -DEPEND=">=x11-libs/qt-core-4.7:4
123 - >=x11-libs/qt-gui-4.7:4
124 - >=x11-libs/qt-sql-4.7:4
125 - >=x11-libs/qt-svg-4.7:4
126 - >=x11-libs/qt-xmlpatterns-4.7:4"
127 +DEPEND=">=dev-qt/qtcore-4.7:4
128 + >=dev-qt/qtgui-4.7:4
129 + >=dev-qt/qtsql-4.7:4
130 + >=dev-qt/qtsvg-4.7:4
131 + >=dev-qt/qtxmlpatterns-4.7:4"
132 RDEPEND="${DEPEND}"
133
134 DOCS="AUTHORS NEWS README ROADMAP TODO"
135
136
137
138 1.39 app-editors/qxmledit/ChangeLog
139
140 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/ChangeLog?rev=1.39&view=markup
141 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/ChangeLog?rev=1.39&content-type=text/plain
142 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/ChangeLog?r1=1.38&r2=1.39
143
144 Index: ChangeLog
145 ===================================================================
146 RCS file: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v
147 retrieving revision 1.38
148 retrieving revision 1.39
149 diff -u -r1.38 -r1.39
150 --- ChangeLog 12 Feb 2013 14:20:29 -0000 1.38
151 +++ ChangeLog 2 Mar 2013 19:22:03 -0000 1.39
152 @@ -1,6 +1,10 @@
153 # ChangeLog for app-editors/qxmledit
154 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
155 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.38 2013/02/12 14:20:29 ago Exp $
156 +# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.39 2013/03/02 19:22:03 hwoarang Exp $
157 +
158 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> qxmledit-0.8.2.ebuild,
159 + qxmledit-0.8.3.1.ebuild, qxmledit-0.8.4.ebuild:
160 + Move Qt dependencies to the new category
161
162 12 Feb 2013; Agostino Sarubbo <ago@g.o> qxmledit-0.8.3.1.ebuild:
163 Stable for x86, wrt bug #456436