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-netload-plugin: xfce4-netload-plugin-0.4.0-r1.ebuild
Date: Sun, 30 Jan 2011 00:04:29
Message-Id: 20110130000420.CE5C220054@flycatcher.gentoo.org
1 ssuominen 11/01/30 00:04:20
2
3 Modified: xfce4-netload-plugin-0.4.0-r1.ebuild
4 Log:
5 eapi3, array
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-0.4.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-0.4.0-r1.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-0.4.0-r1.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-0.4.0-r1.ebuild?r1=1.10&r2=1.11
15
16 Index: xfce4-netload-plugin-0.4.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-0.4.0-r1.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- xfce4-netload-plugin-0.4.0-r1.ebuild 9 Aug 2010 11:04:06 -0000 1.10
23 +++ xfce4-netload-plugin-0.4.0-r1.ebuild 30 Jan 2011 00:04:20 -0000 1.11
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-0.4.0-r1.ebuild,v 1.10 2010/08/09 11:04:06 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-0.4.0-r1.ebuild,v 1.11 2011/01/30 00:04:20 ssuominen Exp $
30
31 -EAPI=2
32 +EAPI=3
33 EAUTORECONF=yes
34 EINTLTOOLIZE=yes
35 inherit xfconf
36 @@ -28,8 +28,10 @@
37 "${FILESDIR}"/${P}-link_to_libxfcegui4.patch
38 "${FILESDIR}"/${P}-fix-tooltips-gtk2.16.patch
39 )
40 - XFCONF="--disable-dependency-tracking
41 - $(xfconf_use_debug)"
42 + XFCONF=(
43 + --disable-dependency-tracking
44 + $(xfconf_use_debug)
45 + )
46 DOCS="AUTHORS ChangeLog README"
47 }