summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-02-04 17:59:43 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-02-04 17:59:43 +0000
commit1e9c3f56db58892eba17ed1dd9f8325af39a52ae (patch)
tree87941c60aa566bae53662fa901be0c4631e53e8c /xfce-extra/xfce4-cpufreq-plugin
parentFix scanpci location. (diff)
downloadhistorical-1e9c3f56db58892eba17ed1dd9f8325af39a52ae.tar.gz
historical-1e9c3f56db58892eba17ed1dd9f8325af39a52ae.tar.bz2
historical-1e9c3f56db58892eba17ed1dd9f8325af39a52ae.zip
EAPI3 plus cleanup
Package-Manager: portage-2.2.0_alpha19/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-cpufreq-plugin')
-rw-r--r--xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild
index f01197ef05eb..8586d20d55e2 100644
--- a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild
+++ b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
-EAPI=2
+EAPI=3
inherit xfconf
DESCRIPTION="A panel plugin for showing information about cpufreq settings"
@@ -26,7 +26,9 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${P/cpuf/cpu-f}
pkg_setup() {
- XFCONF="--disable-dependency-tracking
- $(use_enable debug)"
+ XFCONF=(
+ --disable-dependency-tracking
+ $(use_enable debug)
+ )
DOCS="AUTHORS ChangeLog README"
}