commit:     d08f9ad3d14d84cdbc188803acd5c90eff4eca9d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 17:02:56 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 17:20:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d08f9ad3

xfce-extra/tumbler: Remove redundant versions

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-extra/tumbler/Manifest             |  1 -
 xfce-extra/tumbler/tumbler-0.2.7.ebuild | 57 ---------------------------------
 2 files changed, 58 deletions(-)

diff --git a/xfce-extra/tumbler/Manifest b/xfce-extra/tumbler/Manifest
index 830d580e1ad..2c83f12f25a 100644
--- a/xfce-extra/tumbler/Manifest
+++ b/xfce-extra/tumbler/Manifest
@@ -1,2 +1 @@
-DIST tumbler-0.2.7.tar.bz2 564538 BLAKE2B 
64fc31e70be584ab04134de4f98e0302f91be213481b451c5b1563c001e240091b0721132415e92f5f60f7b0cd10099d9fa3fdf0435d3fa9e7c496f6f9673d3d
 SHA512 
d5121da67bc2b1bf115980b6c9ef9fcaf71cdf52976227dd360afa44ac477c305a774a29be876e4fd0874f71bae3682b28c2429864283dd14b9e9bd1790a9083
 DIST tumbler-0.2.8.tar.bz2 591099 BLAKE2B 
50cb9a0e8859e2f092356fd25a3ca68400b615bfabacce18f98660d761ad1e6723e075d651e99b99a1ca5209b0f6aa769acc05ecedab6ddcef5a33622f690087
 SHA512 
cfb322fb960b4f4d25c6dc68db5087c46845592fd0af839269598dc22930f5d460aae5df7c852024de3733fad9b0e53a8906700cb4ba43ab60883a6104f3e7cb

diff --git a/xfce-extra/tumbler/tumbler-0.2.7.ebuild 
b/xfce-extra/tumbler/tumbler-0.2.7.ebuild
deleted file mode 100644
index 9421282d86a..00000000000
--- a/xfce-extra/tumbler/tumbler-0.2.7.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A thumbnail service for Thunar"
-HOMEPAGE="https://docs.xfce.org/xfce/thunar/start";
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
-IUSE="curl ffmpeg gstreamer jpeg odf pdf raw"
-
-COMMON_DEPEND=">=dev-libs/glib-2.42:2
-       media-libs/freetype:2=
-       media-libs/libpng:0=
-       >=sys-apps/dbus-1.6
-       >=x11-libs/gdk-pixbuf-2.14:2
-       curl? ( >=net-misc/curl-7.25:= )
-       ffmpeg? ( >=media-video/ffmpegthumbnailer-2.0.8:= )
-       gstreamer? (
-               media-libs/gstreamer:1.0
-               media-libs/gst-plugins-base:1.0
-               )
-       jpeg? ( virtual/jpeg:0= )
-       odf? ( >=gnome-extra/libgsf-1.14.20:= )
-       pdf? ( >=app-text/poppler-0.12.4[cairo] )
-       raw? ( >=media-libs/libopenraw-0.0.8:=[gtk] )"
-RDEPEND="${COMMON_DEPEND}
-       >=xfce-base/thunar-1.4
-       gstreamer? ( media-plugins/gst-plugins-meta:1.0 )"
-DEPEND="${COMMON_DEPEND}
-       dev-util/gtk-doc-am
-       dev-util/intltool
-       sys-devel/gettext
-       virtual/pkgconfig"
-
-src_configure() {
-       local myconf=(
-               $(use_enable curl cover-thumbnailer)
-               $(use_enable jpeg jpeg-thumbnailer)
-               $(use_enable ffmpeg ffmpeg-thumbnailer)
-               $(use_enable gstreamer gstreamer-thumbnailer)
-               $(use_enable odf odf-thumbnailer)
-               $(use_enable pdf poppler-thumbnailer)
-               $(use_enable raw raw-thumbnailer)
-       )
-
-       econf "${myconf[@]}"
-}
-
-src_install() {
-       default
-
-       find "${D}" -name '*.la' -delete || die
-}

Reply via email to