summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-08-26 20:15:59 +0200
committerConrad Kostecki <conikost@gentoo.org>2021-09-20 22:29:40 +0200
commit0e30834a9ef18c0b7dd9216b2ed3738bc2b03cd5 (patch)
tree878a4f25be41f219798fd193d4d00a6e6aa55db8 /media-gfx
parentsys-cluster/kube-scheduler: 1.19.15 bump (diff)
downloadgentoo-0e30834a9ef18c0b7dd9216b2ed3738bc2b03cd5.tar.gz
gentoo-0e30834a9ef18c0b7dd9216b2ed3738bc2b03cd5.tar.bz2
gentoo-0e30834a9ef18c0b7dd9216b2ed3738bc2b03cd5.zip
media-gfx/gpicview: Remove old 0.2.5{,-r1}
Closes: https://github.com/gentoo/gentoo/pull/22117 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/gpicview/gpicview-0.2.5-r1.ebuild31
-rw-r--r--media-gfx/gpicview/gpicview-0.2.5.ebuild25
2 files changed, 0 insertions, 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 03518f32a401..000000000000
--- 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 129a3c80b690..000000000000
--- 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
-}