Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/viewglob: ChangeLog viewglob-2.0.4.ebuild
Date: Tue, 01 Mar 2011 06:34:58
Message-Id: 20110301063447.00EC920054@flycatcher.gentoo.org
1 radhermit 11/03/01 06:34:46
2
3 Modified: ChangeLog viewglob-2.0.4.ebuild
4 Log:
5 Bump to EAPI 1 and add a slot dependency on gtk+:2.
6
7 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.16 x11-misc/viewglob/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/viewglob/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/viewglob/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/viewglob/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/viewglob/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- ChangeLog 15 Jan 2011 14:54:57 -0000 1.15
23 +++ ChangeLog 1 Mar 2011 06:34:46 -0000 1.16
24 @@ -1,6 +1,9 @@
25 # ChangeLog for x11-misc/viewglob
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/viewglob/ChangeLog,v 1.15 2011/01/15 14:54:57 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/viewglob/ChangeLog,v 1.16 2011/03/01 06:34:46 radhermit Exp $
29 +
30 + 01 Mar 2011; Tim Harder <radhermit@g.o> viewglob-2.0.4.ebuild:
31 + Bump to EAPI 1 and add a slot dependency on gtk+:2.
32
33 15 Jan 2011; Markus Meier <maekke@g.o> viewglob-2.0.4.ebuild:
34 x86 stable, bug #350900
35
36
37
38 1.7 x11-misc/viewglob/viewglob-2.0.4.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/viewglob/viewglob-2.0.4.ebuild?rev=1.7&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/viewglob/viewglob-2.0.4.ebuild?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/viewglob/viewglob-2.0.4.ebuild?r1=1.6&r2=1.7
43
44 Index: viewglob-2.0.4.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-misc/viewglob/viewglob-2.0.4.ebuild,v
47 retrieving revision 1.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- viewglob-2.0.4.ebuild 15 Jan 2011 14:54:57 -0000 1.6
51 +++ viewglob-2.0.4.ebuild 1 Mar 2011 06:34:46 -0000 1.7
52 @@ -1,6 +1,8 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/viewglob/viewglob-2.0.4.ebuild,v 1.6 2011/01/15 14:54:57 maekke Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/viewglob/viewglob-2.0.4.ebuild,v 1.7 2011/03/01 06:34:46 radhermit Exp $
57 +
58 +EAPI=1
59
60 inherit eutils
61
62 @@ -15,7 +17,7 @@
63
64 RDEPEND="
65 dev-libs/glib
66 - x11-libs/gtk+
67 + x11-libs/gtk+:2
68 || ( app-shells/bash app-shells/zsh )"
69 DEPEND="${RDEPEND}
70 dev-util/pkgconfig"