Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-indicator-plugin: xfce4-indicator-plugin-0.2.1.ebuild
Date: Sun, 08 May 2011 07:30:43
Message-Id: 20110508073034.66A4120054@flycatcher.gentoo.org
1 ssuominen 11/05/08 07:30:34
2
3 Modified: xfce4-indicator-plugin-0.2.1.ebuild
4 Log:
5 More strict dependencies, missing IUSE debug, add ~x86 to KEYWORDS too
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.2.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.2.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.2.1.ebuild?r1=1.1&r2=1.2
15
16 Index: xfce4-indicator-plugin-0.2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.2.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- xfce4-indicator-plugin-0.2.1.ebuild 7 May 2011 07:49:34 -0000 1.1
23 +++ xfce4-indicator-plugin-0.2.1.ebuild 8 May 2011 07:30:34 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.2.1.ebuild,v 1.1 2011/05/07 07:49:34 angelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.2.1.ebuild,v 1.2 2011/05/08 07:30:34 ssuominen Exp $
29
30 EAPI=4
31 inherit xfconf
32 @@ -11,13 +11,13 @@
33
34 LICENSE="GPL-2 LGPL-2"
35 SLOT="0"
36 -KEYWORDS="~amd64"
37 -IUSE=""
38 +KEYWORDS="~amd64 ~x86"
39 +IUSE="debug"
40
41 -RDEPEND="dev-libs/libindicator
42 +RDEPEND=">=dev-libs/libindicator-0.3.0
43 x11-libs/gtk+:2
44 - xfce-base/libxfce4util
45 - xfce-base/xfce4-panel"
46 + >=xfce-base/libxfce4util-4.3.99.2
47 + >=xfce-base/xfce4-panel-4.3.99.2"
48 DEPEND="${RDEPEND}
49 dev-util/intltool
50 dev-util/pkgconfig