summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-10-15 16:54:16 +0000
committerSamuli Suominen <drac@gentoo.org>2007-10-15 16:54:16 +0000
commit5665292f58f8ffd7f5e8029585bc59353cb4eae1 (patch)
treec31a422c248de90efa1c1a815bcdafe3036d3cfc /xfce-extra/thunar-volman
parentMask app-emacs/ngnus live cvs ebuild. (diff)
downloadgentoo-2-5665292f58f8ffd7f5e8029585bc59353cb4eae1.tar.gz
gentoo-2-5665292f58f8ffd7f5e8029585bc59353cb4eae1.tar.bz2
gentoo-2-5665292f58f8ffd7f5e8029585bc59353cb4eae1.zip
clean old.
(Portage version: 2.1.3.13)
Diffstat (limited to 'xfce-extra/thunar-volman')
-rw-r--r--xfce-extra/thunar-volman/files/digest-thunar-volman-0.1.23
-rw-r--r--xfce-extra/thunar-volman/thunar-volman-0.1.2.ebuild30
2 files changed, 0 insertions, 33 deletions
diff --git a/xfce-extra/thunar-volman/files/digest-thunar-volman-0.1.2 b/xfce-extra/thunar-volman/files/digest-thunar-volman-0.1.2
deleted file mode 100644
index 0635769ce545..000000000000
--- a/xfce-extra/thunar-volman/files/digest-thunar-volman-0.1.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 910de35c398f70b66b38803bdfdd26f1 thunar-volman-0.1.2.tar.bz2 297862
-RMD160 b9fc8f0c09eafd9fc4b5fd8bf95f35ac72bcc454 thunar-volman-0.1.2.tar.bz2 297862
-SHA256 81d9943b0bf58f25dfb57edd4ced2c513b549618dd8dfe43813c56f28c8e0b6f thunar-volman-0.1.2.tar.bz2 297862
diff --git a/xfce-extra/thunar-volman/thunar-volman-0.1.2.ebuild b/xfce-extra/thunar-volman/thunar-volman-0.1.2.ebuild
deleted file mode 100644
index 06ea44b0cb0b..000000000000
--- a/xfce-extra/thunar-volman/thunar-volman-0.1.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2007 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.1.2.ebuild,v 1.17 2007/07/15 11:03:21 armin76 Exp $
-
-inherit eutils xfce44
-
-xfce44
-
-DESCRIPTION="Thunar volume management"
-HOMEPAGE="http://foo-projects.org/~benny/projects/thunar-volman"
-SRC_URI="http://download2.berlios.de/xfce-goodies/${P}.tar.bz2"
-
-KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
-
-RDEPEND="dev-libs/dbus-glib
- sys-apps/hal
- >=xfce-extra/exo-0.3.2
- >=xfce-base/thunar-${THUNAR_MASTER_VERSION}"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-pkg_setup() {
- if ! built_with_use xfce-extra/exo hal; then
- ewarn "Volume management requires exo with hal support. Enable"
- ewarn "hal USE flag and re-emerge exo."
- die "re-emerge exo with USE hal"
- fi
-}
-
-DOCS="AUTHORS ChangeLog NEWS README THANKS"