commit: 0e30834a9ef18c0b7dd9216b2ed3738bc2b03cd5
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Thu Aug 26 18:15:59 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Sep 20 20:29:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e30834a
media-gfx/gpicview: Remove old 0.2.5{,-r1}
Closes: https://github.com/gentoo/gentoo/pull/22117
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
media-gfx/gpicview/gpicview-0.2.5-r1.ebuild | 31 -----------------------------
media-gfx/gpicview/gpicview-0.2.5.ebuild | 25 -----------------------
2 files changed, 56 deletions(-)
diff --git a/media-gfx/gpicview/gpicview-0.2.5-r1.ebuild
b/media-gfx/gpicview/gpicview-0.2.5-r1.ebuild
deleted file mode 100644
index 03518f32a40..00000000000
--- a/media-gfx/gpicview/gpicview-0.2.5-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils xdg-utils
-
-DESCRIPTION="A Simple and Fast Image Viewer for X"
-HOMEPAGE="http://lxde.sourceforge.net/gpicview"
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ppc x86 ~x86-linux"
-
-RDEPEND="virtual/jpeg:0
- >=x11-libs/gtk+-2.6:2"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.40
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_postinst() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
-}
diff --git a/media-gfx/gpicview/gpicview-0.2.5.ebuild
b/media-gfx/gpicview/gpicview-0.2.5.ebuild
deleted file mode 100644
index 129a3c80b69..00000000000
--- a/media-gfx/gpicview/gpicview-0.2.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A Simple and Fast Image Viewer for X"
-HOMEPAGE="http://lxde.sourceforge.net/gpicview"
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ppc x86 ~x86-linux"
-IUSE=""
-
-RDEPEND="virtual/jpeg:0
- >=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
-}