diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-12-18 19:40:14 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-12-18 19:40:14 +0000 |
commit | 0725b40fbefa254457351b3bab4f6a4f148fa962 (patch) | |
tree | eb59e86c97a62ea8faabe223aae71c1cf269f213 /xfce-extra/xfce4-gvfs-mount | |
parent | old (diff) | |
download | gentoo-2-0725b40fbefa254457351b3bab4f6a4f148fa962.tar.gz gentoo-2-0725b40fbefa254457351b3bab4f6a4f148fa962.tar.bz2 gentoo-2-0725b40fbefa254457351b3bab4f6a4f148fa962.zip |
tidy
(Portage version: 2.2.0_alpha9/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-gvfs-mount')
-rw-r--r-- | xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild b/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild index 892aea008b72..cd5fb277883d 100644 --- a/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild +++ b/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild @@ -1,19 +1,19 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild,v 1.1 2009/08/24 10:03:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild,v 1.2 2010/12/18 19:40:14 ssuominen Exp $ -EAPI=2 +EAPI=3 inherit xfconf MY_REV=6d2684b -DESCRIPTION="Nice little mounter working with gvfs" -HOMEPAGE="http://www.xfce.org/" +DESCRIPTION="A panel plug-in to mount remote filesystems for the Xfce desktop environment" +HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-gvfs-mount" SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.0/${P}-${MY_REV}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="debug" RDEPEND=">=dev-libs/dbus-glib-0.76 @@ -30,7 +30,10 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${P}-${MY_REV} pkg_setup() { - XFCONF="--disable-dependency-tracking - $(use_enable debug)" + XFCONF=( + --disable-dependency-tracking + $(xfconf_use_debug) + ) + DOCS="AUTHORS NEWS README" } |