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 2F4A513997D for ; Sun, 10 Nov 2019 11:15:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83E8FE0784; Sun, 10 Nov 2019 11:15:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B017EE0822 for ; Sun, 10 Nov 2019 11:15:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 737DC34CD2F for ; Sun, 10 Nov 2019 01:47:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D0758A6 for ; Sun, 10 Nov 2019 01:47:48 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1573350462.5e438ed15bc90138d8f0c7ba2b69065c79ac6a7c.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gpicview/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gpicview/Manifest media-gfx/gpicview/gpicview-0.2.4.ebuild X-VCS-Directories: media-gfx/gpicview/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 5e438ed15bc90138d8f0c7ba2b69065c79ac6a7c X-VCS-Branch: master Date: Sun, 10 Nov 2019 01:47:48 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: df367039-465f-42b6-a9c6-a02901e19cdf X-Archives-Hash: 9af2da20db0b1b3b37ba917998671901 commit: 5e438ed15bc90138d8f0c7ba2b69065c79ac6a7c Author: Aaron Bauman gentoo org> AuthorDate: Sun Nov 10 01:40:52 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Nov 10 01:47:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e438ed1 media-gfx/gpicview: drop old EAPI Signed-off-by: Aaron Bauman gentoo.org> media-gfx/gpicview/Manifest | 1 - media-gfx/gpicview/gpicview-0.2.4.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/media-gfx/gpicview/Manifest b/media-gfx/gpicview/Manifest index 69488b79df4..ba3411072b0 100644 --- a/media-gfx/gpicview/Manifest +++ b/media-gfx/gpicview/Manifest @@ -1,2 +1 @@ -DIST gpicview-0.2.4.tar.gz 488510 BLAKE2B 2a674c35cb849531923afde826bdf3f10eeb61f09b2bcb92166532918bd286a886ab52fdfb0b8b00e4e3c4b63aa9f473fd938d81b14409854ec1ccb3421da605 SHA512 60aeae5100ceafc5131cf61d600be5e5fd21c7d0fa62b8124b6f5bc917666b80908ba9e540010867c6d3eab485d9735dfa72f16095be468a718c55eeb65cef34 DIST gpicview-0.2.5.tar.xz 349536 BLAKE2B c215e812693a30d55d3e606b9958d308b5d7f564ba0c3fc60e7606c492ec3ddd9997ae63f0865a6bebdf79c0a18e6a8b26a1e2c8d5dd7e2174d211130dbbe817 SHA512 afc7e67c7ae1252f9c1816ee46fe69e96ea7be9a60e03406a539f17b2e4f0e4b93a028c6f3f1c455f5433d6d7d78a58dcee2cb0ac91ea53093a21935bf454afd diff --git a/media-gfx/gpicview/gpicview-0.2.4.ebuild b/media-gfx/gpicview/gpicview-0.2.4.ebuild deleted file mode 100644 index 2e1c27f296d..00000000000 --- a/media-gfx/gpicview/gpicview-0.2.4.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -DESCRIPTION="A Simple and Fast Image Viewer for X" -HOMEPAGE="http://lxde.sourceforge.net/gpicview" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ppc x86 ~x86-linux" -IUSE="" - -RDEPEND="virtual/jpeg - >=x11-libs/gtk+-2.6:2" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.40 - virtual/pkgconfig - sys-devel/gettext" - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS -}