summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-11-09 20:40:52 -0500
committerAaron Bauman <bman@gentoo.org>2019-11-09 20:47:42 -0500
commit5e438ed15bc90138d8f0c7ba2b69065c79ac6a7c (patch)
treeb5eda9130d98fbd52ed043ad69930bebac0ff35a
parentmedia-gfx/album: drop EAPI=4 (diff)
downloadgentoo-5e438ed15bc90138d8f0c7ba2b69065c79ac6a7c.tar.gz
gentoo-5e438ed15bc90138d8f0c7ba2b69065c79ac6a7c.tar.bz2
gentoo-5e438ed15bc90138d8f0c7ba2b69065c79ac6a7c.zip
media-gfx/gpicview: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r--media-gfx/gpicview/Manifest1
-rw-r--r--media-gfx/gpicview/gpicview-0.2.4.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/media-gfx/gpicview/Manifest b/media-gfx/gpicview/Manifest
index 69488b79df4e..ba3411072b0e 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 2e1c27f296de..000000000000
--- 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
-}