diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-23 17:56:55 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-23 17:56:55 +0000 |
commit | 550c35cc72a9cf0fcae12d7e3d642bd248dafdae (patch) | |
tree | 18a4e8bd66a9e22fbd0fbec9474cce06a1884279 /xfce-extra/thunar-volman | |
parent | xfce-base/exo (diff) | |
download | gentoo-2-550c35cc72a9cf0fcae12d7e3d642bd248dafdae.tar.gz gentoo-2-550c35cc72a9cf0fcae12d7e3d642bd248dafdae.tar.bz2 gentoo-2-550c35cc72a9cf0fcae12d7e3d642bd248dafdae.zip |
xfce-base/exo
(Portage version: 2.2_rc39/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/thunar-volman')
-rw-r--r-- | xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild | 13 | ||||
-rw-r--r-- | xfce-extra/thunar-volman/thunar-volman-0.3.80.ebuild | 6 |
2 files changed, 9 insertions, 10 deletions
diff --git a/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild b/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild index 2da6fbfad07a..b24469b5693a 100644 --- a/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild +++ b/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild,v 1.9 2008/12/21 12:40:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild,v 1.10 2009/08/23 17:56:55 ssuominen Exp $ inherit eutils xfce44 @@ -15,23 +15,22 @@ IUSE="debug" RDEPEND="dev-libs/dbus-glib sys-apps/hal - >=xfce-extra/exo-0.3.2 - >=xfce-base/thunar-${THUNAR_MASTER_VERSION}" + >=xfce-base/exo-0.3.2 + >=xfce-base/thunar-1" DEPEND="${RDEPEND} dev-util/pkgconfig" pkg_setup() { - if ! built_with_use xfce-extra/exo hal; then + if ! built_with_use xfce-base/exo hal; then ewarn "Volume management requires xfce-extra/exo with hal support. Enable" ewarn "hal USE flag and re-emerge xfce-extra/exo." - die "re-emerge xfce-extra/exo with USE hal" + die "re-emerge xfce-base/exo with USE hal" fi } src_unpack() { unpack ${A} cd "${S}" - # Fix make check. echo thunar-volman-settings.desktop.in.in >> po/POTFILES.skip } diff --git a/xfce-extra/thunar-volman/thunar-volman-0.3.80.ebuild b/xfce-extra/thunar-volman/thunar-volman-0.3.80.ebuild index c8920f7b06af..d7b1d9e7cbe8 100644 --- a/xfce-extra/thunar-volman/thunar-volman-0.3.80.ebuild +++ b/xfce-extra/thunar-volman/thunar-volman-0.3.80.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.3.80.ebuild,v 1.1 2009/03/10 14:15:39 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.3.80.ebuild,v 1.2 2009/08/23 17:56:55 ssuominen Exp $ EAPI=2 @@ -16,7 +16,7 @@ IUSE="debug" RDEPEND="dev-libs/dbus-glib sys-apps/hal - >=xfce-extra/exo-0.3.8[hal] - >=xfce-base/thunar-${THUNAR_VERSION}" + >=xfce-base/exo-0.3.8[hal] + >=xfce-base/thunar-1" DOCS="AUTHORS ChangeLog NEWS README THANKS" |