diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 20:17:08 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 20:17:08 +0000 |
commit | 6f472e95b4512b9ad07dbc6da684b843d11a6fa4 (patch) | |
tree | 3d0081aec89bdd123b8587388ce8fbe9c4de5758 /xfce-extra/xfce4-mount-plugin | |
parent | Stable on amd64 wrt bug #367831 (diff) | |
download | gentoo-2-6f472e95b4512b9ad07dbc6da684b843d11a6fa4.tar.gz gentoo-2-6f472e95b4512b9ad07dbc6da684b843d11a6fa4.tar.bz2 gentoo-2-6f472e95b4512b9ad07dbc6da684b843d11a6fa4.zip |
EAPI4, Fix homepage
(Portage version: 2.2.0_alpha33/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 | 18 |
1 files changed, 7 insertions, 11 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 a1f999f73d97..7c5f62070e91 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,12 +1,12 @@ # 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.3 2011/01/29 21:00:15 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.5.5.ebuild,v 1.4 2011/05/19 20:17:08 ssuominen Exp $ -EAPI=3 +EAPI=4 inherit xfconf DESCRIPTION="Mount plugin for the Xfce panel" -HOMEPAGE="http://www.xfce.org/" +HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin" SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.5/${P}.tar.bz2" LICENSE="GPL-2" @@ -14,17 +14,13 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" IUSE="debug" -RDEPEND=">=xfce-base/libxfcegui4-4.3.20 - >=xfce-base/xfce4-panel-4.3.20" +RDEPEND=">=xfce-base/libxfcegui4-4.8 + >=xfce-base/xfce4-panel-4.8" DEPEND="${RDEPEND} dev-util/intltool dev-util/pkgconfig" pkg_setup() { - XFCONF=( - --disable-dependency-tracking - $(use_enable debug) - ) - - DOCS="AUTHORS ChangeLog NEWS README TODO" + XFCONF=( $(use_enable debug) ) + DOCS=( AUTHORS ChangeLog NEWS README TODO ) } |