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-genmon-plugin: xfce4-genmon-plugin-3.2.ebuild
Date: Fri, 04 Feb 2011 17:55:24
Message-Id: 20110204175516.1368320054@flycatcher.gentoo.org
1 ssuominen 11/02/04 17:55:16
2
3 Modified: xfce4-genmon-plugin-3.2.ebuild
4 Log:
5 EAPI3 plus cleanup
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.2.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.2.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.2.ebuild?r1=1.3&r2=1.4
15
16 Index: xfce4-genmon-plugin-3.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.2.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- xfce4-genmon-plugin-3.2.ebuild 8 Aug 2010 12:57:40 -0000 1.3
23 +++ xfce4-genmon-plugin-3.2.ebuild 4 Feb 2011 17:55:16 -0000 1.4
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-genmon-plugin/xfce4-genmon-plugin-3.2.ebuild,v 1.3 2010/08/08 12:57:40 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.2.ebuild,v 1.4 2011/02/04 17:55:16 ssuominen Exp $
30
31 -EAPI=2
32 +EAPI=3
33 EAUTORECONF=yes
34 inherit xfconf
35
36 @@ -18,12 +18,16 @@
37 RDEPEND=">=xfce-base/libxfcegui4-4.3.22
38 >=xfce-base/xfce4-panel-4.3.22"
39 DEPEND="${RDEPEND}
40 - dev-util/pkgconfig
41 - dev-util/intltool"
42 + dev-util/intltool
43 + dev-util/pkgconfig"
44
45 pkg_setup() {
46 PATCHES=( "${FILESDIR}"/${P}-link_to_libxfcegui4.patch )
47 - XFCONF="--disable-dependency-tracking
48 - $(xfconf_use_debug)"
49 +
50 + XFCONF=(
51 + --disable-dependency-tracking
52 + $(xfconf_use_debug)
53 + )
54 +
55 DOCS="AUTHORS ChangeLog README"
56 }