summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-extra/thunar-thumbnailers')
-rw-r--r--xfce-extra/thunar-thumbnailers/files/digest-thunar-thumbnailers-0.2.03
-rw-r--r--xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.2.0.ebuild36
2 files changed, 0 insertions, 39 deletions
diff --git a/xfce-extra/thunar-thumbnailers/files/digest-thunar-thumbnailers-0.2.0 b/xfce-extra/thunar-thumbnailers/files/digest-thunar-thumbnailers-0.2.0
deleted file mode 100644
index 41dc4c7270dc..000000000000
--- a/xfce-extra/thunar-thumbnailers/files/digest-thunar-thumbnailers-0.2.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 9d1e5ebe36c8672048062392d4f329b9 thunar-thumbnailers-0.2.0.tar.bz2 79301
-RMD160 085ed54142d59a04278a6c2d6067e32e041ebe1a thunar-thumbnailers-0.2.0.tar.bz2 79301
-SHA256 e096fd5596d144cf95394a24eadf9135cfc12fee1f53461f9c881b64d6349335 thunar-thumbnailers-0.2.0.tar.bz2 79301
diff --git a/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.2.0.ebuild b/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.2.0.ebuild
deleted file mode 100644
index ffc066cb6878..000000000000
--- a/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.2.0.ebuild
+++ /dev/null
@@ -1,36 +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-thumbnailers/thunar-thumbnailers-0.2.0.ebuild,v 1.13 2007/06/14 11:22:56 armin76 Exp $
-
-inherit xfce44
-
-xfce44
-
-DESCRIPTION="Thunar thumbnailers plugin"
-HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-thumbnailers"
-SRC_URI="http://goodies.xfce.org/releases/${PN}/${P}${COMPRESS}"
-
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE="dcraw ffmpeg grace tetex"
-
-RDEPEND=">=xfce-base/thunar-${THUNAR_MASTER_VERSION}
- media-gfx/imagemagick
- dcraw? ( media-gfx/dcraw )
- grace? ( sci-visualization/grace )
- tetex? ( virtual/tetex )
- ffmpeg? ( media-video/ffmpegthumbnailer )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${PN}-0.0.1svn-r02578"
-
-XFCE_CONFIG="${XFCE_CONFIG} $(use_enable tetex tex) $(use_enable dcraw raw) \
- $(use_enable grace) $(use_enable ffmpeg) --disable-update-mime-database"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-pkg_postinst() {
- xfce44_pkg_postinst
- elog "Run /usr/libexec/thunar-vfs-update-thumbnailers-cache-1 as a user to enable
- thumbnailers."
-}