diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-29 21:00:15 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-29 21:00:15 +0000 |
commit | 95c76e13e2d2195f7ed67864d438669f71005040 (patch) | |
tree | b646323d63de6d26c15be5f1cf01b60fe227ad12 /xfce-extra/xfce4-mount-plugin | |
parent | bump to eapi3, use arrays (diff) | |
download | gentoo-2-95c76e13e2d2195f7ed67864d438669f71005040.tar.gz gentoo-2-95c76e13e2d2195f7ed67864d438669f71005040.tar.bz2 gentoo-2-95c76e13e2d2195f7ed67864d438669f71005040.zip |
bump to eapi3, use arrays etc
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-mount-plugin')
-rw-r--r-- | xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.5.5.ebuild | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.5.5.ebuild b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.5.5.ebuild index e3948684e260..a1f999f73d97 100644 --- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.5.5.ebuild +++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.5.5.ebuild @@ -1,11 +1,11 @@ -# 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-mount-plugin/xfce4-mount-plugin-0.5.5.ebuild,v 1.2 2009/10/08 17:38:00 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.5.5.ebuild,v 1.3 2011/01/29 21:00:15 ssuominen Exp $ -EAPI=2 +EAPI=3 inherit xfconf -DESCRIPTION="Mount plugin for Xfce4 panel" +DESCRIPTION="Mount plugin for the Xfce panel" HOMEPAGE="http://www.xfce.org/" SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.5/${P}.tar.bz2" @@ -17,11 +17,14 @@ IUSE="debug" RDEPEND=">=xfce-base/libxfcegui4-4.3.20 >=xfce-base/xfce4-panel-4.3.20" DEPEND="${RDEPEND} - dev-util/pkgconfig - dev-util/intltool" + dev-util/intltool + dev-util/pkgconfig" pkg_setup() { + XFCONF=( + --disable-dependency-tracking + $(use_enable debug) + ) + DOCS="AUTHORS ChangeLog NEWS README TODO" - XFCONF="--disable-dependency-tracking - $(use_enable debug)" } |