media-gfx/gnome-raw-thumbnailer: cleanup old revision
authorGilles Dartiguelongue <eva@gentoo.org>
Sat, 17 Nov 2018 18:32:31 +0000 (19:32 +0100)
committerGilles Dartiguelongue <eva@gentoo.org>
Sat, 17 Nov 2018 18:48:12 +0000 (19:48 +0100)
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0.ebuild [deleted file]

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
deleted file mode 100644 (file)
index b42ec75..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-MY_P="${PN/gnome-}-${PV}"
-
-DESCRIPTION="A lightweight and fast raw image thumbnailer for GNOME"
-HOMEPAGE="https://libopenraw.freedesktop.org/wiki/RawThumbnailer"
-SRC_URI="https://libopenraw.freedesktop.org/download/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-       >=media-libs/libopenraw-0.0.9[gtk]
-       >=x11-libs/gdk-pixbuf-2:2
-       >=dev-libs/glib-2.26:2
-       !media-gfx/raw-thumbnailer
-"
-DEPEND="${RDEPEND}
-       dev-util/intltool
-       virtual/pkgconfig
-       sys-devel/gettext
-"
-
-S="${WORKDIR}/${MY_P}"