Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@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, 21 Jun 2014 17:03:24
Message-Id: 20140621170321.745D22004E@flycatcher.gentoo.org
1 kensington 14/06/21 17:03:21
2
3 Modified: wmiface-2.1.ebuild ChangeLog
4 Log:
5 Add missing dependency wrt bug #514144. Bump EAPI.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
8
9 Revision Changes Path
10 1.5 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.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmiface/wmiface-2.1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmiface/wmiface-2.1.ebuild?r1=1.4&r2=1.5
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.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- wmiface-2.1.ebuild 2 Mar 2013 23:54:30 -0000 1.4
23 +++ wmiface-2.1.ebuild 21 Jun 2014 17:03:21 -0000 1.5
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 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.4 2013/03/02 23:54:30 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmiface/wmiface-2.1.ebuild,v 1.5 2014/06/21 17:03:21 kensington Exp $
30
31 -EAPI=4
32 +EAPI=5
33
34 inherit cmake-utils
35
36 @@ -15,8 +15,10 @@
37 KEYWORDS="~amd64 ~x86"
38 IUSE="debug"
39
40 -DEPEND="
41 +RDEPEND="
42 dev-qt/qtcore:4
43 x11-libs/libX11
44 "
45 -RDEPEND="${DEPEND}"
46 +DEPEND="${DEPEND}
47 + dev-qt/qtgui:4
48 +"
49
50
51
52 1.5 x11-misc/wmiface/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmiface/ChangeLog?rev=1.5&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmiface/ChangeLog?rev=1.5&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmiface/ChangeLog?r1=1.4&r2=1.5
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/x11-misc/wmiface/ChangeLog,v
61 retrieving revision 1.4
62 retrieving revision 1.5
63 diff -u -r1.4 -r1.5
64 --- ChangeLog 2 Mar 2013 23:54:30 -0000 1.4
65 +++ ChangeLog 21 Jun 2014 17:03:21 -0000 1.5
66 @@ -1,6 +1,9 @@
67 # ChangeLog for x11-misc/wmiface
68 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmiface/ChangeLog,v 1.4 2013/03/02 23:54:30 hwoarang Exp $
70 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmiface/ChangeLog,v 1.5 2014/06/21 17:03:21 kensington Exp $
72 +
73 + 21 Jun 2014; Michael Palimaka <kensington@g.o> wmiface-2.1.ebuild:
74 + Add missing dependency wrt bug #514144. Bump EAPI.
75
76 02 Mar 2013; Markos Chandras <hwoarang@g.o> wmiface-2.1.ebuild:
77 Move Qt dependencies to the new category