summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-02-04 17:55:16 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-02-04 17:55:16 +0000
commit7b3ce41aa79ef07c3c08b725efe256cdc44a3f29 (patch)
tree0cc79a14b574a5aa852b65a8b5fe920a2011e012 /xfce-extra/xfce4-genmon-plugin
parentFix scanpci location. (diff)
downloadgentoo-2-7b3ce41aa79ef07c3c08b725efe256cdc44a3f29.tar.gz
gentoo-2-7b3ce41aa79ef07c3c08b725efe256cdc44a3f29.tar.bz2
gentoo-2-7b3ce41aa79ef07c3c08b725efe256cdc44a3f29.zip
EAPI3 plus cleanup
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-genmon-plugin')
-rw-r--r--xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.2.ebuild18
1 files changed, 11 insertions, 7 deletions
diff --git a/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.2.ebuild b/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.2.ebuild
index a6b363b712e6..51337a9ec12e 100644
--- a/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.2.ebuild
+++ b/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 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-genmon-plugin/xfce4-genmon-plugin-3.2.ebuild,v 1.3 2010/08/08 12:57:40 ssuominen Exp $
+# $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 $
-EAPI=2
+EAPI=3
EAUTORECONF=yes
inherit xfconf
@@ -18,12 +18,16 @@ IUSE="debug"
RDEPEND=">=xfce-base/libxfcegui4-4.3.22
>=xfce-base/xfce4-panel-4.3.22"
DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-util/intltool"
+ dev-util/intltool
+ dev-util/pkgconfig"
pkg_setup() {
PATCHES=( "${FILESDIR}"/${P}-link_to_libxfcegui4.patch )
- XFCONF="--disable-dependency-tracking
- $(xfconf_use_debug)"
+
+ XFCONF=(
+ --disable-dependency-tracking
+ $(xfconf_use_debug)
+ )
+
DOCS="AUTHORS ChangeLog README"
}