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 46BC4138334 for ; Sun, 30 Sep 2018 17:10:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56BA6E07D8; Sun, 30 Sep 2018 17:10:35 +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 26FACE07D8 for ; Sun, 30 Sep 2018 17:10:35 +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 EDED2335CC8 for ; Sun, 30 Sep 2018 17:10:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB01C440 for ; Sun, 30 Sep 2018 17:10:30 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1538327350.771d09e203a2ca12c9a0e262b44eb7c24d6e3771.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/raw-thumbnailer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/raw-thumbnailer/raw-thumbnailer-0.2.1.ebuild X-VCS-Directories: media-gfx/raw-thumbnailer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 771d09e203a2ca12c9a0e262b44eb7c24d6e3771 X-VCS-Branch: master Date: Sun, 30 Sep 2018 17:10:30 +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: 0a7e024c-5109-432f-8da5-49b8411eebb0 X-Archives-Hash: 891ddcbdbf265bafcadc114e0d10d955 commit: 771d09e203a2ca12c9a0e262b44eb7c24d6e3771 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 30 17:08:20 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 30 17:09:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=771d09e2 media-gfx/raw-thumbnailer: Drop old Bug: https://bugs.gentoo.org/644572 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 .../raw-thumbnailer/raw-thumbnailer-0.2.1.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/media-gfx/raw-thumbnailer/raw-thumbnailer-0.2.1.ebuild b/media-gfx/raw-thumbnailer/raw-thumbnailer-0.2.1.ebuild deleted file mode 100644 index baf2934ea32..00000000000 --- a/media-gfx/raw-thumbnailer/raw-thumbnailer-0.2.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -DESCRIPTION="A lightweight and fast raw image thumbnailer" -HOMEPAGE="https://github.com/erlendd/raw-thumbnailer" -SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" -IUSE="" - -RDEPEND="~media-libs/libopenraw-0.0.9[gtk] - x11-libs/gtk+:2 - !media-gfx/gnome-raw-thumbnailer" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog )