Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gpicview/
Date: Mon, 20 Sep 2021 20:30:28
Message-Id: 1632169780.0e30834a9ef18c0b7dd9216b2ed3738bc2b03cd5.conikost@gentoo
1 commit: 0e30834a9ef18c0b7dd9216b2ed3738bc2b03cd5
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Thu Aug 26 18:15:59 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 20 20:29:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e30834a
7
8 media-gfx/gpicview: Remove old 0.2.5{,-r1}
9
10 Closes: https://github.com/gentoo/gentoo/pull/22117
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 media-gfx/gpicview/gpicview-0.2.5-r1.ebuild | 31 -----------------------------
15 media-gfx/gpicview/gpicview-0.2.5.ebuild | 25 -----------------------
16 2 files changed, 56 deletions(-)
17
18 diff --git a/media-gfx/gpicview/gpicview-0.2.5-r1.ebuild b/media-gfx/gpicview/gpicview-0.2.5-r1.ebuild
19 deleted file mode 100644
20 index 03518f32a40..00000000000
21 --- a/media-gfx/gpicview/gpicview-0.2.5-r1.ebuild
22 +++ /dev/null
23 @@ -1,31 +0,0 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=6
28 -
29 -inherit gnome2-utils xdg-utils
30 -
31 -DESCRIPTION="A Simple and Fast Image Viewer for X"
32 -HOMEPAGE="http://lxde.sourceforge.net/gpicview"
33 -SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
34 -
35 -LICENSE="GPL-2"
36 -SLOT="0"
37 -KEYWORDS="~alpha amd64 arm arm64 ppc x86 ~x86-linux"
38 -
39 -RDEPEND="virtual/jpeg:0
40 - >=x11-libs/gtk+-2.6:2"
41 -DEPEND="${RDEPEND}
42 - >=dev-util/intltool-0.40
43 - sys-devel/gettext
44 - virtual/pkgconfig"
45 -
46 -pkg_postinst() {
47 - gnome2_icon_cache_update
48 - xdg_desktop_database_update
49 -}
50 -
51 -pkg_postrm() {
52 - gnome2_icon_cache_update
53 - xdg_desktop_database_update
54 -}
55
56 diff --git a/media-gfx/gpicview/gpicview-0.2.5.ebuild b/media-gfx/gpicview/gpicview-0.2.5.ebuild
57 deleted file mode 100644
58 index 129a3c80b69..00000000000
59 --- a/media-gfx/gpicview/gpicview-0.2.5.ebuild
60 +++ /dev/null
61 @@ -1,25 +0,0 @@
62 -# Copyright 1999-2017 Gentoo Foundation
63 -# Distributed under the terms of the GNU General Public License v2
64 -
65 -EAPI=6
66 -
67 -DESCRIPTION="A Simple and Fast Image Viewer for X"
68 -HOMEPAGE="http://lxde.sourceforge.net/gpicview"
69 -SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
70 -
71 -LICENSE="GPL-2"
72 -SLOT="0"
73 -KEYWORDS="~alpha amd64 arm ~arm64 ppc x86 ~x86-linux"
74 -IUSE=""
75 -
76 -RDEPEND="virtual/jpeg:0
77 - >=x11-libs/gtk+-2.6:2"
78 -DEPEND="${RDEPEND}
79 - >=dev-util/intltool-0.40
80 - virtual/pkgconfig
81 - sys-devel/gettext"
82 -
83 -src_install() {
84 - emake DESTDIR="${D}" install
85 - dodoc AUTHORS
86 -}