Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/phantomjs: phantomjs-1.3.0.ebuild phantomjs-1.4.1.ebuild ChangeLog
Date: Sat, 02 Mar 2013 23:40:59
Message-Id: 20130302234056.6CABE2171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 23:40:56
2
3 Modified: phantomjs-1.3.0.ebuild phantomjs-1.4.1.ebuild
4 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 www-client/phantomjs/phantomjs-1.3.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/phantomjs-1.3.0.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/phantomjs-1.3.0.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/phantomjs-1.3.0.ebuild?r1=1.3&r2=1.4
16
17 Index: phantomjs-1.3.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-1.3.0.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- phantomjs-1.3.0.ebuild 19 Jul 2012 16:29:08 -0000 1.3
24 +++ phantomjs-1.3.0.ebuild 2 Mar 2013 23:40:56 -0000 1.4
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/www-client/phantomjs/phantomjs-1.3.0.ebuild,v 1.3 2012/07/19 16:29:08 kensington Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-1.3.0.ebuild,v 1.4 2013/03/02 23:40:56 hwoarang Exp $
31
32 EAPI="2"
33
34 @@ -19,7 +19,7 @@
35 KEYWORDS="~amd64 ~x86"
36 IUSE="examples python"
37
38 -RDEPEND="x11-libs/qt-webkit:4
39 +RDEPEND="dev-qt/qtwebkit:4
40 python? ( dev-python/PyQt4 )"
41 DEPEND="${RDEPEND}"
42
43
44
45
46 1.3 www-client/phantomjs/phantomjs-1.4.1.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/phantomjs-1.4.1.ebuild?rev=1.3&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/phantomjs-1.4.1.ebuild?rev=1.3&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/phantomjs-1.4.1.ebuild?r1=1.2&r2=1.3
51
52 Index: phantomjs-1.4.1.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-1.4.1.ebuild,v
55 retrieving revision 1.2
56 retrieving revision 1.3
57 diff -u -r1.2 -r1.3
58 --- phantomjs-1.4.1.ebuild 19 Jul 2012 16:29:08 -0000 1.2
59 +++ phantomjs-1.4.1.ebuild 2 Mar 2013 23:40:56 -0000 1.3
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2012 Gentoo Foundation
62 +# Copyright 1999-2013 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-1.4.1.ebuild,v 1.2 2012/07/19 16:29:08 kensington Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-1.4.1.ebuild,v 1.3 2013/03/02 23:40:56 hwoarang Exp $
66
67 EAPI="2"
68
69 @@ -19,7 +19,7 @@
70 KEYWORDS="~amd64 ~x86"
71 IUSE="examples python"
72
73 -RDEPEND="x11-libs/qt-webkit:4
74 +RDEPEND="dev-qt/qtwebkit:4
75 python? ( dev-python/PyQt4 )"
76 DEPEND="${RDEPEND}"
77
78
79
80
81 1.5 www-client/phantomjs/ChangeLog
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/ChangeLog?rev=1.5&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/ChangeLog?rev=1.5&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/ChangeLog?r1=1.4&r2=1.5
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/www-client/phantomjs/ChangeLog,v
90 retrieving revision 1.4
91 retrieving revision 1.5
92 diff -u -r1.4 -r1.5
93 --- ChangeLog 19 Jul 2012 16:29:08 -0000 1.4
94 +++ ChangeLog 2 Mar 2013 23:40:56 -0000 1.5
95 @@ -1,6 +1,10 @@
96 # ChangeLog for www-client/phantomjs
97 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/ChangeLog,v 1.4 2012/07/19 16:29:08 kensington Exp $
99 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
100 +# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/ChangeLog,v 1.5 2013/03/02 23:40:56 hwoarang Exp $
101 +
102 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> phantomjs-1.3.0.ebuild,
103 + phantomjs-1.4.1.ebuild:
104 + Move Qt dependencies to the new category
105
106 19 Jul 2012; Michael Palimaka <kensington@g.o> phantomjs-1.3.0.ebuild,
107 phantomjs-1.4.1.ebuild: