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/wmiface: wmiface-2.1.ebuild ChangeLog
Date: Sat, 02 Mar 2013 23:54:33
Message-Id: 20130302235430.D27C92171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 23:54:30
2
3 Modified: wmiface-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/wmiface/wmiface-2.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmiface/wmiface-2.1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmiface/wmiface-2.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmiface/wmiface-2.1.ebuild?r1=1.3&r2=1.4
15
16 Index: wmiface-2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/wmiface/wmiface-2.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- wmiface-2.1.ebuild 14 Jul 2012 17:46:30 -0000 1.3
23 +++ wmiface-2.1.ebuild 2 Mar 2013 23:54:30 -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/wmiface/wmiface-2.1.ebuild,v 1.3 2012/07/14 17:46:30 kensington Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmiface/wmiface-2.1.ebuild,v 1.4 2013/03/02 23:54:30 hwoarang Exp $
30
31 EAPI=4
32
33 @@ -16,7 +16,7 @@
34 IUSE="debug"
35
36 DEPEND="
37 - x11-libs/qt-core:4
38 + dev-qt/qtcore:4
39 x11-libs/libX11
40 "
41 RDEPEND="${DEPEND}"
42
43
44
45 1.4 x11-misc/wmiface/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmiface/ChangeLog?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmiface/ChangeLog?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmiface/ChangeLog?r1=1.3&r2=1.4
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/x11-misc/wmiface/ChangeLog,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- ChangeLog 14 Jul 2012 17:46:30 -0000 1.3
58 +++ ChangeLog 2 Mar 2013 23:54:30 -0000 1.4
59 @@ -1,6 +1,9 @@
60 # ChangeLog for x11-misc/wmiface
61 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmiface/ChangeLog,v 1.3 2012/07/14 17:46:30 kensington Exp $
63 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmiface/ChangeLog,v 1.4 2013/03/02 23:54:30 hwoarang Exp $
65 +
66 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> wmiface-2.1.ebuild:
67 + Move Qt dependencies to the new category
68
69 14 Jul 2012; Michael Palimaka <kensington@g.o> wmiface-2.1.ebuild:
70 Add missing slot dependencies on Qt.