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-places-plugin: xfce4-places-plugin-1.2.0.ebuild
Date: Sat, 29 Jan 2011 21:04:49
Message-Id: 20110129210440.33C0820054@flycatcher.gentoo.org
1 ssuominen 11/01/29 21:04:40
2
3 Modified: xfce4-places-plugin-1.2.0.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.14 xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild?r1=1.13&r2=1.14
15
16 Index: xfce4-places-plugin-1.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- xfce4-places-plugin-1.2.0.ebuild 10 Sep 2010 07:45:02 -0000 1.13
23 +++ xfce4-places-plugin-1.2.0.ebuild 29 Jan 2011 21:04:40 -0000 1.14
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-places-plugin/xfce4-places-plugin-1.2.0.ebuild,v 1.13 2010/09/10 07:45:02 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild,v 1.14 2011/01/29 21:04:40 ssuominen Exp $
30
31 -EAPI=2
32 +EAPI=3
33 EAUTORECONF=yes
34 inherit xfconf
35
36 @@ -30,7 +30,10 @@
37 PATCHES=( "${FILESDIR}"/${P}-exo.patch )
38 fi
39
40 - XFCONF="--disable-dependency-tracking
41 - $(xfconf_use_debug)"
42 + XFCONF=(
43 + --disable-dependency-tracking
44 + $(xfconf_use_debug)
45 + )
46 +
47 DOCS="AUTHORS ChangeLog NEWS README TODO"
48 }