Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/tumbler/
Date: Mon, 08 Apr 2019 19:17:44
Message-Id: 1554751049.335f2c7b23b14ed6d9b380d58a9e979d25b5139b.mgorny@gentoo
1 commit: 335f2c7b23b14ed6d9b380d58a9e979d25b5139b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 8 18:55:26 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 8 19:17:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=335f2c7b
7
8 xfce-extra/tumbler: Drop old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/tumbler/Manifest | 1 -
13 xfce-extra/tumbler/tumbler-0.2.0.ebuild | 57 ---------------------------------
14 2 files changed, 58 deletions(-)
15
16 diff --git a/xfce-extra/tumbler/Manifest b/xfce-extra/tumbler/Manifest
17 index 95c94784f4b..a588170ee49 100644
18 --- a/xfce-extra/tumbler/Manifest
19 +++ b/xfce-extra/tumbler/Manifest
20 @@ -1,2 +1 @@
21 -DIST tumbler-0.2.0.tar.bz2 571300 BLAKE2B b4b923716897773febaff21c7d13fb8e4abfb36f9a0a02e4b777516ecd6170552d757057a228832924f4d8cb9f61380109ef52d0efaddcf69069ca5c0df4ae6c SHA512 54f83f904b32fcde5960f3343f8f4477bd30cd96a784aec5a3cb70aa2c9f924e833b2c0b429d608a36c75104d2689975d688358893127aed501f3cd8f24c280b
22 DIST tumbler-0.2.3.tar.bz2 538109 BLAKE2B 74f99241aad53202f1241b3865a51bbcfa0b503495e02edc55aed997343fac7057fb7f8f76ef2473cdce9fa38e8069bbb69812aaccfedab41d5f3fb67b2a3a39 SHA512 aefe284c3baa1d8eaf79c9bdb3cfc044ee6a1f36be34efd67541e6310aa275b5235b29f68483b7b7b5a8df699a8b3db8dc75569ec2b90253756fd6285a2e3816
23
24 diff --git a/xfce-extra/tumbler/tumbler-0.2.0.ebuild b/xfce-extra/tumbler/tumbler-0.2.0.ebuild
25 deleted file mode 100644
26 index 78ae69e7b63..00000000000
27 --- a/xfce-extra/tumbler/tumbler-0.2.0.ebuild
28 +++ /dev/null
29 @@ -1,57 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -DESCRIPTION="A thumbnail service for Thunar"
36 -HOMEPAGE="https://docs.xfce.org/xfce/thunar/start"
37 -SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
38 -
39 -LICENSE="GPL-2"
40 -SLOT="0"
41 -KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
42 -IUSE="curl ffmpeg gstreamer jpeg odf pdf raw"
43 -
44 -COMMON_DEPEND=">=dev-libs/glib-2.26:2=
45 - media-libs/freetype:2=
46 - media-libs/libpng:0=
47 - >=sys-apps/dbus-1.6:=
48 - >=x11-libs/gdk-pixbuf-2.14:2=
49 - curl? ( >=net-misc/curl-7.25:= )
50 - ffmpeg? ( >=media-video/ffmpegthumbnailer-2.0.8:= )
51 - gstreamer? (
52 - media-libs/gstreamer:1.0
53 - media-libs/gst-plugins-base:1.0
54 - )
55 - jpeg? ( virtual/jpeg:0= )
56 - odf? ( >=gnome-extra/libgsf-1.14.20:= )
57 - pdf? ( >=app-text/poppler-0.12.4[cairo] )
58 - raw? ( >=media-libs/libopenraw-0.0.8:=[gtk] )"
59 -RDEPEND="${COMMON_DEPEND}
60 - >=xfce-base/thunar-1.4
61 - gstreamer? ( media-plugins/gst-plugins-meta:1.0 )"
62 -DEPEND="${COMMON_DEPEND}
63 - dev-util/gtk-doc-am
64 - dev-util/intltool
65 - sys-devel/gettext
66 - virtual/pkgconfig"
67 -
68 -src_configure() {
69 - local myconf=(
70 - $(use_enable curl cover-thumbnailer)
71 - $(use_enable jpeg jpeg-thumbnailer)
72 - $(use_enable ffmpeg ffmpeg-thumbnailer)
73 - $(use_enable gstreamer gstreamer-thumbnailer)
74 - $(use_enable odf odf-thumbnailer)
75 - $(use_enable pdf poppler-thumbnailer)
76 - $(use_enable raw raw-thumbnailer)
77 - )
78 -
79 - econf "${myconf[@]}"
80 -}
81 -
82 -src_install() {
83 - default
84 -
85 - find "${D}" -name '*.la' -delete || die
86 -}