commit: d70b2045fdd814de817e4c3c892a71bdc459e773 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sat Nov 17 18:32:31 2018 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sat Nov 17 18:48:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d70b2045
media-gfx/gnome-raw-thumbnailer: cleanup old revision Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org> .../gnome-raw-thumbnailer-3.0.0.ebuild | 30 ---------------------- 1 file changed, 30 deletions(-) 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 index b42ec755b1f..00000000000 --- a/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0.ebuild +++ /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}"