xfce-extra/tumbler: Drop old
authorMichał Górny <mgorny@gentoo.org>
Mon, 8 Apr 2019 18:55:26 +0000 (20:55 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 8 Apr 2019 19:17:29 +0000 (21:17 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
xfce-extra/tumbler/Manifest
xfce-extra/tumbler/tumbler-0.2.0.ebuild [deleted file]

index 95c94784f4bb376a2683a4833f68f86207f8a7e6..a588170ee491efeb1a52828c4c27be1965b8c3fc 100644 (file)
@@ -1,2 +1 @@
-DIST tumbler-0.2.0.tar.bz2 571300 BLAKE2B b4b923716897773febaff21c7d13fb8e4abfb36f9a0a02e4b777516ecd6170552d757057a228832924f4d8cb9f61380109ef52d0efaddcf69069ca5c0df4ae6c SHA512 54f83f904b32fcde5960f3343f8f4477bd30cd96a784aec5a3cb70aa2c9f924e833b2c0b429d608a36c75104d2689975d688358893127aed501f3cd8f24c280b
 DIST tumbler-0.2.3.tar.bz2 538109 BLAKE2B 74f99241aad53202f1241b3865a51bbcfa0b503495e02edc55aed997343fac7057fb7f8f76ef2473cdce9fa38e8069bbb69812aaccfedab41d5f3fb67b2a3a39 SHA512 aefe284c3baa1d8eaf79c9bdb3cfc044ee6a1f36be34efd67541e6310aa275b5235b29f68483b7b7b5a8df699a8b3db8dc75569ec2b90253756fd6285a2e3816
diff --git a/xfce-extra/tumbler/tumbler-0.2.0.ebuild b/xfce-extra/tumbler/tumbler-0.2.0.ebuild
deleted file mode 100644 (file)
index 78ae69e..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A thumbnail service for Thunar"
-HOMEPAGE="https://docs.xfce.org/xfce/thunar/start"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="curl ffmpeg gstreamer jpeg odf pdf raw"
-
-COMMON_DEPEND=">=dev-libs/glib-2.26: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
-}