Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/raw-thumbnailer/
Date: Sun, 30 Sep 2018 17:10:36
Message-Id: 1538327350.771d09e203a2ca12c9a0e262b44eb7c24d6e3771.asturm@gentoo
1 commit: 771d09e203a2ca12c9a0e262b44eb7c24d6e3771
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 30 17:08:20 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 30 17:09:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=771d09e2
7
8 media-gfx/raw-thumbnailer: Drop old
9
10 Bug: https://bugs.gentoo.org/644572
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12 Package-Manager: Portage-2.3.50, Repoman-2.3.11
13
14 .../raw-thumbnailer/raw-thumbnailer-0.2.1.ebuild | 21 ---------------------
15 1 file changed, 21 deletions(-)
16
17 diff --git a/media-gfx/raw-thumbnailer/raw-thumbnailer-0.2.1.ebuild b/media-gfx/raw-thumbnailer/raw-thumbnailer-0.2.1.ebuild
18 deleted file mode 100644
19 index baf2934ea32..00000000000
20 --- a/media-gfx/raw-thumbnailer/raw-thumbnailer-0.2.1.ebuild
21 +++ /dev/null
22 @@ -1,21 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=4
27 -
28 -DESCRIPTION="A lightweight and fast raw image thumbnailer"
29 -HOMEPAGE="https://github.com/erlendd/raw-thumbnailer"
30 -SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
35 -IUSE=""
36 -
37 -RDEPEND="~media-libs/libopenraw-0.0.9[gtk]
38 - x11-libs/gtk+:2
39 - !media-gfx/gnome-raw-thumbnailer"
40 -DEPEND="${RDEPEND}
41 - virtual/pkgconfig"
42 -
43 -DOCS=( AUTHORS ChangeLog )