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/piedock: piedock-1.6.1.ebuild ChangeLog
Date: Sat, 02 Mar 2013 23:50:54
Message-Id: 20130302235051.D64652171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 23:50:51
2
3 Modified: piedock-1.6.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/piedock/piedock-1.6.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/piedock/piedock-1.6.1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/piedock/piedock-1.6.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/piedock/piedock-1.6.1.ebuild?r1=1.3&r2=1.4
15
16 Index: piedock-1.6.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/piedock/piedock-1.6.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- piedock-1.6.1.ebuild 6 Jan 2013 18:34:32 -0000 1.3
23 +++ piedock-1.6.1.ebuild 2 Mar 2013 23:50:51 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/piedock/piedock-1.6.1.ebuild,v 1.3 2013/01/06 18:34:32 kensington Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/piedock/piedock-1.6.1.ebuild,v 1.4 2013/03/02 23:50:51 hwoarang Exp $
29
30 EAPI=4
31 inherit eutils
32 @@ -28,8 +28,8 @@
33 )
34 kde? (
35 kde-base/kdelibs:4
36 - x11-libs/qt-core:4
37 - x11-libs/qt-gui:4
38 + dev-qt/qtcore:4
39 + dev-qt/qtgui:4
40 )
41 "
42 DEPEND="${RDEPEND}"
43
44
45
46 1.19 x11-misc/piedock/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/piedock/ChangeLog?rev=1.19&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/piedock/ChangeLog?rev=1.19&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/piedock/ChangeLog?r1=1.18&r2=1.19
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/x11-misc/piedock/ChangeLog,v
55 retrieving revision 1.18
56 retrieving revision 1.19
57 diff -u -r1.18 -r1.19
58 --- ChangeLog 6 Jan 2013 18:34:32 -0000 1.18
59 +++ ChangeLog 2 Mar 2013 23:50:51 -0000 1.19
60 @@ -1,6 +1,9 @@
61 # ChangeLog for x11-misc/piedock
62 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/piedock/ChangeLog,v 1.18 2013/01/06 18:34:32 kensington Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/piedock/ChangeLog,v 1.19 2013/03/02 23:50:51 hwoarang Exp $
65 +
66 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> piedock-1.6.1.ebuild:
67 + Move Qt dependencies to the new category
68
69 06 Jan 2013; Michael Palimaka <kensington@g.o> piedock-1.6.1.ebuild:
70 Add missing Qt and KDE slots.