Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnome-raw-thumbnailer/
Date: Sat, 17 Nov 2018 18:48:29
Message-Id: 1542480492.d70b2045fdd814de817e4c3c892a71bdc459e773.eva@gentoo
1 commit: d70b2045fdd814de817e4c3c892a71bdc459e773
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 17 18:32:31 2018 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 17 18:48:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d70b2045
7
8 media-gfx/gnome-raw-thumbnailer: cleanup old revision
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.11
11 Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>
12
13 .../gnome-raw-thumbnailer-3.0.0.ebuild | 30 ----------------------
14 1 file changed, 30 deletions(-)
15
16 diff --git a/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0.ebuild b/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0.ebuild
17 deleted file mode 100644
18 index b42ec755b1f..00000000000
19 --- a/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0.ebuild
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -inherit gnome2
27 -
28 -MY_P="${PN/gnome-}-${PV}"
29 -
30 -DESCRIPTION="A lightweight and fast raw image thumbnailer for GNOME"
31 -HOMEPAGE="https://libopenraw.freedesktop.org/wiki/RawThumbnailer"
32 -SRC_URI="https://libopenraw.freedesktop.org/download/${MY_P}.tar.bz2"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="amd64 x86"
37 -IUSE=""
38 -
39 -RDEPEND="
40 - >=media-libs/libopenraw-0.0.9[gtk]
41 - >=x11-libs/gdk-pixbuf-2:2
42 - >=dev-libs/glib-2.26:2
43 - !media-gfx/raw-thumbnailer
44 -"
45 -DEPEND="${RDEPEND}
46 - dev-util/intltool
47 - virtual/pkgconfig
48 - sys-devel/gettext
49 -"
50 -
51 -S="${WORKDIR}/${MY_P}"