Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/notification-daemon-xfce: notification-daemon-xfce-0.3.7.ebuild
Date: Mon, 23 Jun 2008 02:05:35
Message-Id: E1KAbQw-00041N-HO@stork.gentoo.org
1 drac 08/06/23 02:05:30
2
3 Modified: notification-daemon-xfce-0.3.7.ebuild
4 Log:
5 Makes sense to enable USE xfce for xfce pkg.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64, RepoMan options: --force)
7
8 Revision Changes Path
9 1.2 x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild?r1=1.1&r2=1.2
14
15 Index: notification-daemon-xfce-0.3.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- notification-daemon-xfce-0.3.7.ebuild 23 Jun 2008 02:00:17 -0000 1.1
22 +++ notification-daemon-xfce-0.3.7.ebuild 23 Jun 2008 02:05:30 -0000 1.2
23 @@ -1,6 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild,v 1.1 2008/06/23 02:00:17 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild,v 1.2 2008/06/23 02:05:30 drac Exp $
28 +
29 +EAPI=1
30
31 inherit autotools
32
33 @@ -11,7 +13,7 @@
34 LICENSE="GPL-2"
35 SLOT="0"
36 KEYWORDS="alpha amd64 arm ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
37 -IUSE="debug xfce"
38 +IUSE="debug +xfce"
39
40 RDEPEND=">=dev-libs/glib-2.6
41 >=x11-libs/gtk+-2.6
42
43
44
45 --
46 gentoo-commits@l.g.o mailing list