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/qrosscore: qrosscore-0.2.2.ebuild qrosscore-9999.ebuild qrosscore-0.2.0.ebuild ChangeLog
Date: Sat, 02 Mar 2013 20:03:54
Message-Id: 20130302200350.045C12171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 20:03:49
2
3 Modified: qrosscore-0.2.2.ebuild qrosscore-9999.ebuild
4 qrosscore-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.6 dev-libs/qrosscore/qrosscore-0.2.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qrosscore/qrosscore-0.2.2.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qrosscore/qrosscore-0.2.2.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qrosscore/qrosscore-0.2.2.ebuild?r1=1.5&r2=1.6
16
17 Index: qrosscore-0.2.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/qrosscore/qrosscore-0.2.2.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- qrosscore-0.2.2.ebuild 19 Jul 2012 15:43:32 -0000 1.5
24 +++ qrosscore-0.2.2.ebuild 2 Mar 2013 20:03:49 -0000 1.6
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/qrosscore/qrosscore-0.2.2.ebuild,v 1.5 2012/07/19 15:43:32 kensington Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qrosscore/qrosscore-0.2.2.ebuild,v 1.6 2013/03/02 20:03:49 hwoarang Exp $
31
32 EAPI=3
33
34 @@ -16,7 +16,7 @@
35 KEYWORDS="amd64 x86"
36 IUSE="debug"
37
38 -DEPEND="x11-libs/qt-core:4
39 - x11-libs/qt-gui:4
40 - x11-libs/qt-script:4"
41 +DEPEND="dev-qt/qtcore:4
42 + dev-qt/qtgui:4
43 + dev-qt/qtscript:4"
44 RDEPEND="${DEPEND}"
45
46
47
48 1.3 dev-libs/qrosscore/qrosscore-9999.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qrosscore/qrosscore-9999.ebuild?rev=1.3&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qrosscore/qrosscore-9999.ebuild?rev=1.3&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qrosscore/qrosscore-9999.ebuild?r1=1.2&r2=1.3
53
54 Index: qrosscore-9999.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-libs/qrosscore/qrosscore-9999.ebuild,v
57 retrieving revision 1.2
58 retrieving revision 1.3
59 diff -u -r1.2 -r1.3
60 --- qrosscore-9999.ebuild 19 Jul 2012 15:43:32 -0000 1.2
61 +++ qrosscore-9999.ebuild 2 Mar 2013 20:03:49 -0000 1.3
62 @@ -1,6 +1,6 @@
63 -# Copyright 1999-2012 Gentoo Foundation
64 +# Copyright 1999-2013 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/qrosscore/qrosscore-9999.ebuild,v 1.2 2012/07/19 15:43:32 kensington Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qrosscore/qrosscore-9999.ebuild,v 1.3 2013/03/02 20:03:49 hwoarang Exp $
68
69 EAPI=3
70
71 @@ -17,9 +17,9 @@
72 KEYWORDS=""
73 IUSE="debug"
74
75 -DEPEND="x11-libs/qt-core:4
76 - x11-libs/qt-gui:4
77 - x11-libs/qt-script:4"
78 +DEPEND="dev-qt/qtcore:4
79 + dev-qt/qtgui:4
80 + dev-qt/qtscript:4"
81 RDEPEND="${DEPEND}"
82
83 CMAKE_USE_DIR="${S}/src/qross"
84
85
86
87 1.4 dev-libs/qrosscore/qrosscore-0.2.0.ebuild
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qrosscore/qrosscore-0.2.0.ebuild?rev=1.4&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qrosscore/qrosscore-0.2.0.ebuild?rev=1.4&content-type=text/plain
91 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qrosscore/qrosscore-0.2.0.ebuild?r1=1.3&r2=1.4
92
93 Index: qrosscore-0.2.0.ebuild
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/dev-libs/qrosscore/qrosscore-0.2.0.ebuild,v
96 retrieving revision 1.3
97 retrieving revision 1.4
98 diff -u -r1.3 -r1.4
99 --- qrosscore-0.2.0.ebuild 19 Jul 2012 15:43:32 -0000 1.3
100 +++ qrosscore-0.2.0.ebuild 2 Mar 2013 20:03:49 -0000 1.4
101 @@ -1,6 +1,6 @@
102 -# Copyright 1999-2012 Gentoo Foundation
103 +# Copyright 1999-2013 Gentoo Foundation
104 # Distributed under the terms of the GNU General Public License v2
105 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/qrosscore/qrosscore-0.2.0.ebuild,v 1.3 2012/07/19 15:43:32 kensington Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qrosscore/qrosscore-0.2.0.ebuild,v 1.4 2013/03/02 20:03:49 hwoarang Exp $
107
108 EAPI=3
109
110 @@ -16,7 +16,7 @@
111 KEYWORDS="~amd64 ~x86"
112 IUSE="debug"
113
114 -DEPEND="x11-libs/qt-core:4
115 - x11-libs/qt-gui:4
116 - x11-libs/qt-script:4"
117 +DEPEND="dev-qt/qtcore:4
118 + dev-qt/qtgui:4
119 + dev-qt/qtscript:4"
120 RDEPEND="${DEPEND}"
121
122
123
124 1.7 dev-libs/qrosscore/ChangeLog
125
126 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qrosscore/ChangeLog?rev=1.7&view=markup
127 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qrosscore/ChangeLog?rev=1.7&content-type=text/plain
128 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qrosscore/ChangeLog?r1=1.6&r2=1.7
129
130 Index: ChangeLog
131 ===================================================================
132 RCS file: /var/cvsroot/gentoo-x86/dev-libs/qrosscore/ChangeLog,v
133 retrieving revision 1.6
134 retrieving revision 1.7
135 diff -u -r1.6 -r1.7
136 --- ChangeLog 19 Jul 2012 15:43:32 -0000 1.6
137 +++ ChangeLog 2 Mar 2013 20:03:49 -0000 1.7
138 @@ -1,6 +1,10 @@
139 # ChangeLog for dev-libs/qrosscore
140 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
141 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/qrosscore/ChangeLog,v 1.6 2012/07/19 15:43:32 kensington Exp $
142 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
143 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qrosscore/ChangeLog,v 1.7 2013/03/02 20:03:49 hwoarang Exp $
144 +
145 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> qrosscore-0.2.0.ebuild,
146 + qrosscore-0.2.2.ebuild, qrosscore-9999.ebuild:
147 + Move Qt dependencies to the new category
148
149 19 Jul 2012; Michael Palimaka <kensington@g.o> qrosscore-0.2.0.ebuild,
150 qrosscore-0.2.2.ebuild, qrosscore-9999.ebuild: