Gentoo Archives: gentoo-commits

From: "Santiago M. Mola (coldwind)" <coldwind@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/gtodo: gtodo-0.16.0_rc2.ebuild
Date: Sat, 03 Nov 2007 15:13:21
Message-Id: E1IoKgW-0006cQ-Nx@stork.gentoo.org
1 coldwind 07/11/03 15:13:16
2
3 Modified: gtodo-0.16.0_rc2.ebuild
4 Log:
5 Make gnome-panel conditional to USE="gnome"
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.8 x11-misc/gtodo/gtodo-0.16.0_rc2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gtodo/gtodo-0.16.0_rc2.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gtodo/gtodo-0.16.0_rc2.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gtodo/gtodo-0.16.0_rc2.ebuild?r1=1.7&r2=1.8
14
15 Index: gtodo-0.16.0_rc2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/gtodo/gtodo-0.16.0_rc2.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- gtodo-0.16.0_rc2.ebuild 3 Nov 2007 15:06:11 -0000 1.7
22 +++ gtodo-0.16.0_rc2.ebuild 3 Nov 2007 15:13:16 -0000 1.8
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtodo/gtodo-0.16.0_rc2.ebuild,v 1.7 2007/11/03 15:06:11 coldwind Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtodo/gtodo-0.16.0_rc2.ebuild,v 1.8 2007/11/03 15:13:16 coldwind Exp $
28
29 inherit gnome2 versionator
30
31 @@ -21,7 +21,7 @@
32 >=gnome-base/gconf-2
33 >=dev-libs/glib-2
34 >=gnome-base/gnome-vfs-2
35 - gnome-base/gnome-panel"
36 + gnome? ( gnome-base/gnome-panel )"
37 DEPEND="${RDEPEND}
38 dev-util/pkgconfig
39 dev-util/intltool
40
41
42
43 --
44 gentoo-commits@g.o mailing list