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: Sun, 25 Oct 2020 08:12:21
Message-Id: 1603613529.1ecc2f5f6333389ac10d84967c6636b32cd1c335.mgorny@gentoo
1 commit: 1ecc2f5f6333389ac10d84967c6636b32cd1c335
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 25 07:16:33 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 25 08:12:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ecc2f5f
7
8 xfce-extra/tumbler: Remove 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.8.ebuild | 57 ---------------------------------
14 2 files changed, 58 deletions(-)
15
16 diff --git a/xfce-extra/tumbler/Manifest b/xfce-extra/tumbler/Manifest
17 index aaf57f3e8e7..c381e436690 100644
18 --- a/xfce-extra/tumbler/Manifest
19 +++ b/xfce-extra/tumbler/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST tumbler-0.2.8.tar.bz2 591099 BLAKE2B 50cb9a0e8859e2f092356fd25a3ca68400b615bfabacce18f98660d761ad1e6723e075d651e99b99a1ca5209b0f6aa769acc05ecedab6ddcef5a33622f690087 SHA512 cfb322fb960b4f4d25c6dc68db5087c46845592fd0af839269598dc22930f5d460aae5df7c852024de3733fad9b0e53a8906700cb4ba43ab60883a6104f3e7cb
22 DIST tumbler-0.2.9.tar.bz2 557794 BLAKE2B 564b0d91489ee617799749db13085301f8b7195736ee01cd44d1e4bee7130a34235deaaac973f9be902b63eab46c69a5a277872204f53067d15645556f00dd42 SHA512 df9cf9b2ba77e220f11c5ca3ec4601c973802b802e989dcd24d1b2c7c13e97c185071488c866f3ed5ed1cc6defde1a4879b5fc2c48bfc015456508e526d6bf0f
23 DIST tumbler-0.3.0.tar.bz2 559424 BLAKE2B e9f9674a5fb3d9acba6435e9a5d1eada27269c24c395211a71dc3c3d751aa20f82ee154b5ebb36c2aecf34710e975b9167277e25cf8b210e8d4014e429a0d944 SHA512 e216a9c8c659457c6e6dbb40d95cd9a34d64d204fea9523d0a66f1c331108f6e01fb83d668b99eed73ed26579ae3a717cd3215ddceaebfff888d942ecb18469b
24
25 diff --git a/xfce-extra/tumbler/tumbler-0.2.8.ebuild b/xfce-extra/tumbler/tumbler-0.2.8.ebuild
26 deleted file mode 100644
27 index 9421282d86a..00000000000
28 --- a/xfce-extra/tumbler/tumbler-0.2.8.ebuild
29 +++ /dev/null
30 @@ -1,57 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -DESCRIPTION="A thumbnail service for Thunar"
37 -HOMEPAGE="https://docs.xfce.org/xfce/thunar/start"
38 -SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
39 -
40 -LICENSE="GPL-2+"
41 -SLOT="0"
42 -KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
43 -IUSE="curl ffmpeg gstreamer jpeg odf pdf raw"
44 -
45 -COMMON_DEPEND=">=dev-libs/glib-2.42:2
46 - media-libs/freetype:2=
47 - media-libs/libpng:0=
48 - >=sys-apps/dbus-1.6
49 - >=x11-libs/gdk-pixbuf-2.14:2
50 - curl? ( >=net-misc/curl-7.25:= )
51 - ffmpeg? ( >=media-video/ffmpegthumbnailer-2.0.8:= )
52 - gstreamer? (
53 - media-libs/gstreamer:1.0
54 - media-libs/gst-plugins-base:1.0
55 - )
56 - jpeg? ( virtual/jpeg:0= )
57 - odf? ( >=gnome-extra/libgsf-1.14.20:= )
58 - pdf? ( >=app-text/poppler-0.12.4[cairo] )
59 - raw? ( >=media-libs/libopenraw-0.0.8:=[gtk] )"
60 -RDEPEND="${COMMON_DEPEND}
61 - >=xfce-base/thunar-1.4
62 - gstreamer? ( media-plugins/gst-plugins-meta:1.0 )"
63 -DEPEND="${COMMON_DEPEND}
64 - dev-util/gtk-doc-am
65 - dev-util/intltool
66 - sys-devel/gettext
67 - virtual/pkgconfig"
68 -
69 -src_configure() {
70 - local myconf=(
71 - $(use_enable curl cover-thumbnailer)
72 - $(use_enable jpeg jpeg-thumbnailer)
73 - $(use_enable ffmpeg ffmpeg-thumbnailer)
74 - $(use_enable gstreamer gstreamer-thumbnailer)
75 - $(use_enable odf odf-thumbnailer)
76 - $(use_enable pdf poppler-thumbnailer)
77 - $(use_enable raw raw-thumbnailer)
78 - )
79 -
80 - econf "${myconf[@]}"
81 -}
82 -
83 -src_install() {
84 - default
85 -
86 - find "${D}" -name '*.la' -delete || die
87 -}