Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/grandr: grandr-0.1.ebuild ChangeLog
Date: Fri, 09 May 2008 07:24:51
Message-Id: E1JuMyG-0007na-Hi@stork.gentoo.org
1 dberkholz 08/05/09 07:24:48
2
3 Modified: grandr-0.1.ebuild ChangeLog
4 Log:
5 (#199747) Add gconf dependency.
6 (Portage version: 2.1.5_rc7)
7
8 Revision Changes Path
9 1.4 x11-apps/grandr/grandr-0.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/grandr/grandr-0.1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/grandr/grandr-0.1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/grandr/grandr-0.1.ebuild?r1=1.3&r2=1.4
14
15 Index: grandr-0.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-apps/grandr/grandr-0.1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- grandr-0.1.ebuild 8 Sep 2007 20:45:22 -0000 1.3
22 +++ grandr-0.1.ebuild 9 May 2008 07:24:48 -0000 1.4
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/grandr/grandr-0.1.ebuild,v 1.3 2007/09/08 20:45:22 josejx Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/grandr/grandr-0.1.ebuild,v 1.4 2008/05/09 07:24:48 dberkholz Exp $
29
30 # Must be before x-modular eclass is inherited
31 #SNAPSHOT="yes"
32 @@ -11,7 +11,8 @@
33 KEYWORDS="ppc x86"
34 LICENSE="MIT"
35 RDEPEND="=x11-libs/gtk+-2*
36 - >=x11-libs/libXrandr-1.2"
37 + >=x11-libs/libXrandr-1.2
38 + gnome-base/gconf"
39 DEPEND="${RDEPEND}"
40 PATCHES="${FILESDIR}/${PV}-fix-license-display.patch
41 ${FILESDIR}/${PV}-outpus.patch
42
43
44
45 1.4 x11-apps/grandr/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/grandr/ChangeLog?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/grandr/ChangeLog?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/grandr/ChangeLog?r1=1.3&r2=1.4
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/x11-apps/grandr/ChangeLog,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- ChangeLog 8 Sep 2007 20:45:22 -0000 1.3
58 +++ ChangeLog 9 May 2008 07:24:48 -0000 1.4
59 @@ -1,6 +1,9 @@
60 # ChangeLog for x11-apps/grandr
61 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/grandr/ChangeLog,v 1.3 2007/09/08 20:45:22 josejx Exp $
63 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/grandr/ChangeLog,v 1.4 2008/05/09 07:24:48 dberkholz Exp $
65 +
66 + 09 May 2008; Donnie Berkholz <dberkholz@g.o>; grandr-0.1.ebuild:
67 + (#199747) Add gconf dependency.
68
69 08 Sep 2007; Joseph Jezak <josejx@g.o> grandr-0.1.ebuild:
70 Marked ppc stable for bug #191615.
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list