Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/andromeda: andromeda-0.2.1.ebuild ChangeLog
Date: Sat, 02 Mar 2013 23:47:04
Message-Id: 20130302234701.A44342171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 23:47:01
2
3 Modified: andromeda-0.2.1.ebuild ChangeLog
4 Log:
5 Move Qt dependencies to the new category
6
7 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
8
9 Revision Changes Path
10 1.4 x11-misc/andromeda/andromeda-0.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/andromeda/andromeda-0.2.1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/andromeda/andromeda-0.2.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/andromeda/andromeda-0.2.1.ebuild?r1=1.3&r2=1.4
15
16 Index: andromeda-0.2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/andromeda/andromeda-0.2.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- andromeda-0.2.1.ebuild 19 May 2012 03:41:05 -0000 1.3
23 +++ andromeda-0.2.1.ebuild 2 Mar 2013 23:47:01 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/andromeda/andromeda-0.2.1.ebuild,v 1.3 2012/05/19 03:41:05 yngwin Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/andromeda/andromeda-0.2.1.ebuild,v 1.4 2013/03/02 23:47:01 hwoarang Exp $
30
31 EAPI=4
32
33 @@ -15,11 +15,11 @@
34 KEYWORDS="~amd64"
35 IUSE="test"
36
37 -RDEPEND=">=x11-libs/qt-core-4.8.0:4
38 - >=x11-libs/qt-gui-4.8.0:4
39 - >=x11-libs/qt-webkit-4.8.0:4"
40 +RDEPEND=">=dev-qt/qtcore-4.8.0:4
41 + >=dev-qt/qtgui-4.8.0:4
42 + >=dev-qt/qtwebkit-4.8.0:4"
43 DEPEND="${RDEPEND}
44 - test? ( >=x11-libs/qt-test-4.8.0:4 )"
45 + test? ( >=dev-qt/qttest-4.8.0:4 )"
46 DOCS="TODO.txt dist/changes-*"
47
48 src_unpack() {
49
50
51
52 1.4 x11-misc/andromeda/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/andromeda/ChangeLog?rev=1.4&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/andromeda/ChangeLog?rev=1.4&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/andromeda/ChangeLog?r1=1.3&r2=1.4
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/x11-misc/andromeda/ChangeLog,v
61 retrieving revision 1.3
62 retrieving revision 1.4
63 diff -u -r1.3 -r1.4
64 --- ChangeLog 19 May 2012 03:41:05 -0000 1.3
65 +++ ChangeLog 2 Mar 2013 23:47:01 -0000 1.4
66 @@ -1,6 +1,9 @@
67 # ChangeLog for x11-misc/andromeda
68 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/andromeda/ChangeLog,v 1.3 2012/05/19 03:41:05 yngwin Exp $
70 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/andromeda/ChangeLog,v 1.4 2013/03/02 23:47:01 hwoarang Exp $
72 +
73 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> andromeda-0.2.1.ebuild:
74 + Move Qt dependencies to the new category
75
76 19 May 2012; Ben de Groot <yngwin@g.o> andromeda-0.2.1.ebuild:
77 Add test useflag and conditional dependency on qt-test (bug #416445)
78 @@ -13,4 +16,3 @@
79 29 Apr 2012; Ben de Groot <yngwin@×××××.com> +andromeda-0.2.1.ebuild,
80 +metadata.xml:
81 Initial commit of x11-misc/andromeda Qt4 filemanager
82 -