summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-09-09 19:36:09 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-09-09 19:36:09 +0000
commit8b7607c9c3490152647277bdf130019ae90808b3 (patch)
treed97537f643dba67fb799a8f98d4f92702882eeb4 /xfce-extra/thunar-volman
parentRemove description for unused xfce_plugins_logout. (diff)
downloadgentoo-2-8b7607c9c3490152647277bdf130019ae90808b3.tar.gz
gentoo-2-8b7607c9c3490152647277bdf130019ae90808b3.tar.bz2
gentoo-2-8b7607c9c3490152647277bdf130019ae90808b3.zip
old
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/thunar-volman')
-rw-r--r--xfce-extra/thunar-volman/ChangeLog6
-rw-r--r--xfce-extra/thunar-volman/thunar-volman-0.6.0.ebuild39
2 files changed, 5 insertions, 40 deletions
diff --git a/xfce-extra/thunar-volman/ChangeLog b/xfce-extra/thunar-volman/ChangeLog
index 0d5208655769..94a100cd720c 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.78 2012/09/09 14:48:01 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.79 2012/09/09 19:36:09 ssuominen Exp $
+
+ 09 Sep 2012; Samuli Suominen <ssuominen@gentoo.org>
+ -thunar-volman-0.6.0.ebuild:
+ old
09 Sep 2012; Raúl Porcel <armin76@gentoo.org> thunar-volman-0.8.0.ebuild:
alpha/ia64/sparc stable wrt #416233
diff --git a/xfce-extra/thunar-volman/thunar-volman-0.6.0.ebuild b/xfce-extra/thunar-volman/thunar-volman-0.6.0.ebuild
deleted file mode 100644
index ad0e61befeab..000000000000
--- a/xfce-extra/thunar-volman/thunar-volman-0.6.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.6.0.ebuild,v 1.9 2012/05/05 07:06:33 mgorny 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}/0.6/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
-IUSE="debug libnotify"
-
-COMMON_DEPEND=">=xfce-base/exo-0.6
- >=dev-libs/glib-2.18:2
- >=x11-libs/gtk+-2.14:2
- || ( >=sys-fs/udev-171[gudev] >=sys-fs/udev-145[extras] )
- >=xfce-base/libxfce4ui-4.8
- >=xfce-base/libxfce4util-4.8
- >=xfce-base/xfconf-4.8
- libnotify? ( x11-libs/libnotify )"
-RDEPEND="${COMMON_DEPEND}
- >=xfce-base/thunar-1.2[udev]"
-DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig
- dev-util/intltool
- sys-devel/gettext"
-
-pkg_setup() {
- XFCONF=(
- $(use_enable libnotify notifications)
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS README THANKS )
-}