diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-20 20:29:49 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-20 20:29:49 +0000 |
commit | d778f8e6481d81ab1429c580f3985c18976007ea (patch) | |
tree | 0f9c3ba45b177fdb1ed1cc1790a76b80e47b424c /xfce-extra/thunar-volman | |
parent | Set PYTHON_DEPEND=2 and do emake DESTDIR=. Suggested by Arfrever. (diff) | |
download | historical-d778f8e6481d81ab1429c580f3985c18976007ea.tar.gz historical-d778f8e6481d81ab1429c580f3985c18976007ea.tar.bz2 historical-d778f8e6481d81ab1429c580f3985c18976007ea.zip |
old
Package-Manager: portage-2.2.0_alpha100/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/thunar-volman')
-rw-r--r-- | xfce-extra/thunar-volman/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/thunar-volman/thunar-volman-0.7.0.ebuild | 39 |
2 files changed, 5 insertions, 40 deletions
diff --git a/xfce-extra/thunar-volman/ChangeLog b/xfce-extra/thunar-volman/ChangeLog index f3a6ee02fba0..c9b9d517e424 100644 --- a/xfce-extra/thunar-volman/ChangeLog +++ b/xfce-extra/thunar-volman/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/thunar-volman # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.68 2012/04/14 07:28:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.69 2012/04/20 20:23:45 ssuominen Exp $ + + 20 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> + -thunar-volman-0.7.0.ebuild: + old *thunar-volman-0.7.1 (14 Apr 2012) diff --git a/xfce-extra/thunar-volman/thunar-volman-0.7.0.ebuild b/xfce-extra/thunar-volman/thunar-volman-0.7.0.ebuild deleted file mode 100644 index 9f32f1bdd51b..000000000000 --- a/xfce-extra/thunar-volman/thunar-volman-0.7.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 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.7.0.ebuild,v 1.1 2012/03/31 05:53:33 ssuominen Exp $ - -EAPI=4 -inherit xfconf - -DESCRIPTION="Daemon that enforces volume-related policies" -HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-volman" -SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug libnotify" - -COMMON_DEPEND=">=dev-libs/glib-2.18 - || ( >=sys-fs/udev-171-r5[gudev] <sys-fs/udev-171-r5[extras] ) - >=x11-libs/gtk+-2.14:2 - >=xfce-base/exo-0.7 - >=xfce-base/libxfce4ui-4.9 - >=xfce-base/libxfce4util-4.9 - >=xfce-base/xfconf-4.9 - libnotify? ( >=x11-libs/libnotify-0.7 )" -RDEPEND="${COMMON_DEPEND} - >=xfce-base/thunar-1.3[udev]" -DEPEND="${COMMON_DEPEND} - dev-util/intltool - dev-util/pkgconfig - sys-devel/gettext" - -pkg_setup() { - XFCONF=( - $(use_enable libnotify notifications) - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README THANKS ) -} |