summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-05-19 20:17:08 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-05-19 20:17:08 +0000
commit62a778ff24cea4cac019c5bd25a05e88ea794ec2 (patch)
tree2f85fbdfd340ea3ada257f625724591543ef19c0 /xfce-extra
parentStable on amd64 wrt bug #367831 (diff)
downloadhistorical-62a778ff24cea4cac019c5bd25a05e88ea794ec2.tar.gz
historical-62a778ff24cea4cac019c5bd25a05e88ea794ec2.tar.bz2
historical-62a778ff24cea4cac019c5bd25a05e88ea794ec2.zip
EAPI4, Fix homepage
Package-Manager: portage-2.2.0_alpha33/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.5.5.ebuild18
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 )
}