From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0CE1A138334 for ; Sat, 17 Nov 2018 18:48:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4A5DE0B94; Sat, 17 Nov 2018 18:48:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A54FEE0B94 for ; Sat, 17 Nov 2018 18:48:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFAAF335C58 for ; Sat, 17 Nov 2018 18:48:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4F33455 for ; Sat, 17 Nov 2018 18:48:23 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1542480492.d70b2045fdd814de817e4c3c892a71bdc459e773.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnome-raw-thumbnailer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0.ebuild X-VCS-Directories: media-gfx/gnome-raw-thumbnailer/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: d70b2045fdd814de817e4c3c892a71bdc459e773 X-VCS-Branch: master Date: Sat, 17 Nov 2018 18:48:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2951f67b-5dc7-4072-afb7-c5394a2a4bbc X-Archives-Hash: c7dd298a6459dfab978d7a1f1b9fee5c commit: d70b2045fdd814de817e4c3c892a71bdc459e773 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Nov 17 18:32:31 2018 +0000 Commit: Gilles Dartiguelongue gentoo 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 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}"