summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-02-04 17:59:06 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-02-04 17:59:06 +0000
commit77e8e3e0c4a53dc1899453b0d4b2ce2f599df41b (patch)
treeeff9b0991f703f0dd7ecf910b24dde987fe03ebe /xfce-extra/xfce4-quicklauncher-plugin
parentEAPI3 plus cleanup (diff)
downloadgentoo-2-77e8e3e0c4a53dc1899453b0d4b2ce2f599df41b.tar.gz
gentoo-2-77e8e3e0c4a53dc1899453b0d4b2ce2f599df41b.tar.bz2
gentoo-2-77e8e3e0c4a53dc1899453b0d4b2ce2f599df41b.zip
EAPI3 plus cleanup
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-quicklauncher-plugin')
-rw-r--r--xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild14
1 files changed, 8 insertions, 6 deletions
diff --git a/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild b/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
index f037385e78fb..27e1795f1e2d 100644
--- a/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
+++ b/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
@@ -1,10 +1,10 @@
-# 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-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.8 2010/08/29 18:06:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.9 2011/02/04 17:59:06 ssuominen Exp $
+EAPI=3
EAUTORECONF=yes
EINTLTOOLIZE=yes
-EAPI=2
inherit xfconf
DESCRIPTION="Xfce4 panel quicklauncher plugin"
@@ -24,9 +24,11 @@ DEPEND="${RDEPEND}
pkg_setup() {
DOCS="AUTHORS ChangeLog TODO"
- XFCONF="--disable-dependency-tracking
- $(use_enable debug)"
- PATCHES=( "${FILESDIR}/${P}-X-XFCE-Module-Path.patch" )
+ XFCONF=(
+ --disable-dependency-tracking
+ $(use_enable debug)
+ )
+ PATCHES=( "${FILESDIR}"/${P}-X-XFCE-Module-Path.patch )
}
src_prepare() {