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-cpufreq-plugin: xfce4-cpufreq-plugin-0.0.1.ebuild
Date: Fri, 04 Feb 2011 17:59:52
Message-Id: 20110204175943.44FEF2004E@flycatcher.gentoo.org
1 ssuominen 11/02/04 17:59:43
2
3 Modified: xfce4-cpufreq-plugin-0.0.1.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.3 xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild?r1=1.2&r2=1.3
15
16 Index: xfce4-cpufreq-plugin-0.0.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- xfce4-cpufreq-plugin-0.0.1.ebuild 24 Aug 2009 09:37:05 -0000 1.2
23 +++ xfce4-cpufreq-plugin-0.0.1.ebuild 4 Feb 2011 17:59:43 -0000 1.3
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2009 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-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild,v 1.2 2009/08/24 09:37:05 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild,v 1.3 2011/02/04 17:59:43 ssuominen Exp $
30
31 -EAPI=2
32 +EAPI=3
33 inherit xfconf
34
35 DESCRIPTION="A panel plugin for showing information about cpufreq settings"
36 @@ -26,7 +26,9 @@
37 S=${WORKDIR}/${P/cpuf/cpu-f}
38
39 pkg_setup() {
40 - XFCONF="--disable-dependency-tracking
41 - $(use_enable debug)"
42 + XFCONF=(
43 + --disable-dependency-tracking
44 + $(use_enable debug)
45 + )
46 DOCS="AUTHORS ChangeLog README"
47 }