diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-12-03 23:48:42 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-12-03 23:48:42 +0000 |
commit | 51ab80a85b9abe62eefc154ca1f817177b45f1db (patch) | |
tree | 0cef1175e8de4ce41dd714458c689c18e68213aa /xfce-extra/thunar-thumbnailers | |
parent | Removed old (diff) | |
download | gentoo-2-51ab80a85b9abe62eefc154ca1f817177b45f1db.tar.gz gentoo-2-51ab80a85b9abe62eefc154ca1f817177b45f1db.tar.bz2 gentoo-2-51ab80a85b9abe62eefc154ca1f817177b45f1db.zip |
Removed old
(Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc7 x86_64)
Diffstat (limited to 'xfce-extra/thunar-thumbnailers')
3 files changed, 5 insertions, 72 deletions
diff --git a/xfce-extra/thunar-thumbnailers/ChangeLog b/xfce-extra/thunar-thumbnailers/ChangeLog index 9af2c1fa723e..0607456cae18 100644 --- a/xfce-extra/thunar-thumbnailers/ChangeLog +++ b/xfce-extra/thunar-thumbnailers/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/thunar-thumbnailers # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-thumbnailers/ChangeLog,v 1.63 2008/11/20 16:44:50 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-thumbnailers/ChangeLog,v 1.64 2008/12/03 23:48:42 angelos Exp $ + + 03 Dec 2008; Christoph Mende <angelos@gentoo.org> + -thunar-thumbnailers-0.3.2.ebuild, -thunar-thumbnailers-0.4.0.ebuild: + Removed old 20 Nov 2008; Brent Baude <ranger@gentoo.org> thunar-thumbnailers-0.4.1.ebuild: diff --git a/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.3.2.ebuild b/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.3.2.ebuild deleted file mode 100644 index 2314c6582a58..000000000000 --- a/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.3.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2008 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.3.2.ebuild,v 1.9 2008/09/28 15:17:39 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 arm hppa ia64 ppc ppc64 sparc x86" -IUSE="ffmpeg grace latex raw" - -RDEPEND="xfce-base/thunar - media-gfx/imagemagick - app-arch/unzip - raw? ( media-gfx/raw-thumbnailer media-gfx/dcraw ) - grace? ( sci-visualization/grace ) - latex? ( virtual/latex-base ) - ffmpeg? ( media-video/ffmpegthumbnailer )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -pkg_setup() { - DOCS="AUTHORS ChangeLog README" - XFCE_CONFIG+=" $(use_enable latex tex) $(use_enable raw) $(use_enable grace) - $(use_enable ffmpeg) --disable-update-mime-database" -} - -pkg_postinst() { - xfce44_pkg_postinst - elog "Existing users need to run /usr/libexec/thunar-vfs-update-thumbnailers-cache-1." -} diff --git a/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.4.0.ebuild b/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.4.0.ebuild deleted file mode 100644 index 872f84641c58..000000000000 --- a/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.4.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2008 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.4.0.ebuild,v 1.1 2008/08/21 19:26:55 angelos 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 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="ffmpeg grace latex raw" - -RDEPEND="xfce-base/thunar - media-gfx/imagemagick - app-arch/unzip - raw? ( media-gfx/raw-thumbnailer media-gfx/dcraw ) - grace? ( sci-visualization/grace ) - latex? ( virtual/latex-base ) - ffmpeg? ( media-video/ffmpegthumbnailer )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -pkg_setup() { - XFCE_CONFIG+=" $(use_enable latex tex) $(use_enable raw) $(use_enable grace) - $(use_enable ffmpeg) --disable-update-mime-database" -} - -pkg_postinst() { - xfce44_pkg_postinst - elog "Existing users need to run /usr/libexec/thunar-vfs-update-thumbnailers-cache-1." -} - -DOCS="AUTHORS ChangeLog NEWS README" |