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-systemload-plugin: xfce4-systemload-plugin-1.0.0.ebuild
Date: Thu, 19 May 2011 21:43:32
Message-Id: 20110519214322.4E6FF200A3@flycatcher.gentoo.org
1 ssuominen 11/05/19 21:43:22
2
3 Modified: xfce4-systemload-plugin-1.0.0.ebuild
4 Log:
5 EAPI4
6
7 (Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.0.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.0.0.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.0.0.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.0.0.ebuild?r1=1.7&r2=1.8
15
16 Index: xfce4-systemload-plugin-1.0.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.0.0.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- xfce4-systemload-plugin-1.0.0.ebuild 23 Apr 2011 17:42:52 -0000 1.7
23 +++ xfce4-systemload-plugin-1.0.0.ebuild 19 May 2011 21:43:22 -0000 1.8
24 @@ -1,8 +1,8 @@
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-systemload-plugin/xfce4-systemload-plugin-1.0.0.ebuild,v 1.7 2011/04/23 17:42:52 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.0.0.ebuild,v 1.8 2011/05/19 21:43:22 ssuominen Exp $
29
30 -EAPI=3
31 +EAPI=4
32 inherit xfconf
33
34 DESCRIPTION="System load plug-in for Xfce panel"
35 @@ -15,17 +15,14 @@
36 IUSE="debug"
37
38 RDEPEND=">=x11-libs/gtk+-2.6:2
39 - >=xfce-base/xfce4-panel-4.3.99.1
40 - >=xfce-base/libxfcegui4-4.3.99.1
41 - >=xfce-base/libxfce4util-4.3.99.1"
42 + >=xfce-base/xfce4-panel-4.8
43 + >=xfce-base/libxfcegui4-4.8
44 + >=xfce-base/libxfce4util-4.8"
45 DEPEND="${RDEPEND}
46 dev-util/pkgconfig
47 dev-util/intltool"
48
49 pkg_setup() {
50 - XFCONF=(
51 - --disable-dependency-tracking
52 - $(xfconf_use_debug)
53 - )
54 - DOCS="AUTHORS ChangeLog NEWS README"
55 + XFCONF=( $(xfconf_use_debug) )
56 + DOCS=( AUTHORS ChangeLog NEWS README )
57 }