Gentoo Archives: gentoo-commits

From: "Kevin McCarthy (signals)" <signals@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/wininfo: wininfo-0.7.ebuild ChangeLog
Date: Wed, 02 Mar 2011 19:07:06
Message-Id: 20110302190636.7CD6320054@flycatcher.gentoo.org
1 signals 11/03/02 19:06:36
2
3 Modified: wininfo-0.7.ebuild ChangeLog
4 Log:
5 Slotted gtk+ depend and EAPI=2 bump to support it.
6
7 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.14 x11-misc/wininfo/wininfo-0.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild?r1=1.13&r2=1.14
15
16 Index: wininfo-0.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- wininfo-0.7.ebuild 2 Feb 2008 13:03:33 -0000 1.13
23 +++ wininfo-0.7.ebuild 2 Mar 2011 19:06:36 -0000 1.14
24 @@ -1,7 +1,8 @@
25 -# Copyright 1999-2008 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild,v 1.13 2008/02/02 13:03:33 drac Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild,v 1.14 2011/03/02 19:06:36 signals Exp $
30
31 +EAPI=2
32 inherit eutils
33
34 DESCRIPTION="An X app that follows your pointer providing information about the windows below"
35 @@ -13,16 +14,14 @@
36 KEYWORDS="amd64 ~ppc x86"
37 IUSE=""
38
39 -RDEPEND=">=x11-libs/gtk+-2
40 +RDEPEND="x11-libs/gtk+:2
41 x11-libs/libX11
42 x11-libs/libXres
43 x11-libs/libXext"
44 DEPEND="${RDEPEND}
45 dev-util/pkgconfig"
46
47 -src_unpack() {
48 - unpack ${A}
49 - cd "${S}"
50 +src_prepare() {
51 epatch "${FILESDIR}"/${P}-desktop-entry.patch
52 }
53
54
55
56
57 1.13 x11-misc/wininfo/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wininfo/ChangeLog?rev=1.13&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wininfo/ChangeLog?rev=1.13&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wininfo/ChangeLog?r1=1.12&r2=1.13
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/x11-misc/wininfo/ChangeLog,v
66 retrieving revision 1.12
67 retrieving revision 1.13
68 diff -u -r1.12 -r1.13
69 --- ChangeLog 2 Feb 2008 13:03:33 -0000 1.12
70 +++ ChangeLog 2 Mar 2011 19:06:36 -0000 1.13
71 @@ -1,6 +1,9 @@
72 # ChangeLog for x11-misc/wininfo
73 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/ChangeLog,v 1.12 2008/02/02 13:03:33 drac Exp $
75 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
76 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/ChangeLog,v 1.13 2011/03/02 19:06:36 signals Exp $
77 +
78 + 02 Mar 2011; Kevin McCarthy <signals@g.o> wininfo-0.7.ebuild:
79 + Slotted gtk+ depend and EAPI=2 bump to support it.
80
81 02 Feb 2008; Samuli Suominen <drac@g.o>
82 +files/wininfo-0.7-desktop-entry.patch, wininfo-0.7.ebuild: