Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gtkam/, media-gfx/gtkam/files/, profiles/
Date: Mon, 14 Jun 2021 08:26:08
Message-Id: 1623659116.22e4e485c4bdfdd74ca332ec4068de5fc6baa308.asturm@gentoo
1 commit: 22e4e485c4bdfdd74ca332ec4068de5fc6baa308
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 14 07:56:01 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 14 08:25:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22e4e485
7
8 media-gfx/gtkam: Remove last-rited package
9
10 Bug: https://bugs.gentoo.org/560032
11 Bug: https://bugs.gentoo.org/740020
12 Bug: https://bugs.gentoo.org/769095
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 media-gfx/gtkam/Manifest | 1 -
16 .../files/gtkam-0.1.18-desktop-validation.patch | 15 -------
17 media-gfx/gtkam/gtkam-1.0-r1.ebuild | 46 ----------------------
18 media-gfx/gtkam/metadata.xml | 11 ------
19 profiles/package.mask | 6 ---
20 5 files changed, 79 deletions(-)
21
22 diff --git a/media-gfx/gtkam/Manifest b/media-gfx/gtkam/Manifest
23 deleted file mode 100644
24 index df55d6cb524..00000000000
25 --- a/media-gfx/gtkam/Manifest
26 +++ /dev/null
27 @@ -1 +0,0 @@
28 -DIST gtkam-1.0.tar.bz2 908986 BLAKE2B 941207d7865144611caba41c4c2e87719cf3b7ba50c1b48e9e5876ae403504443801cce2c14d3eaabcca749ef0e3ba9d95184081333361058d9fbde10ad4e935 SHA512 3b2b8aa5114237dc6fd5d6727e9ae76e88afa3257d0f18d790cc706b737c0a1002b86559621b3357629f9a7fb4d8f321c46f9eec83c7aa27998acb0f48904f7c
29
30 diff --git a/media-gfx/gtkam/files/gtkam-0.1.18-desktop-validation.patch b/media-gfx/gtkam/files/gtkam-0.1.18-desktop-validation.patch
31 deleted file mode 100644
32 index c9d6ae6989c..00000000000
33 --- a/media-gfx/gtkam/files/gtkam-0.1.18-desktop-validation.patch
34 +++ /dev/null
35 @@ -1,15 +0,0 @@
36 ---- a/gtkam.desktop.in~ 2011-05-26 09:57:43.000000000 +0200
37 -+++ b/gtkam.desktop.in 2012-01-31 10:00:56.687216188 +0100
38 -@@ -1,11 +1,10 @@
39 - [Desktop Entry]
40 --Encoding=UTF-8
41 - _Name=Gtkam Digital Camera Browser
42 - _Comment=Browse and download images from an attached digital camera
43 - Exec=gtkam
44 - Icon=gtkam-camera
45 - Terminal=false
46 - Type=Application
47 --Categories=GNOME;GTK;Photography;Graphics;RasterGraphics;Viewer;
48 -+Categories=GNOME;GTK;Photography;Graphics;2DGraphics;RasterGraphics;Viewer;
49 - StartupNotify=true
50 - X-GNOME-DocPath=gtkam/gtkam.xml
51
52 diff --git a/media-gfx/gtkam/gtkam-1.0-r1.ebuild b/media-gfx/gtkam/gtkam-1.0-r1.ebuild
53 deleted file mode 100644
54 index 4f2f08b09ba..00000000000
55 --- a/media-gfx/gtkam/gtkam-1.0-r1.ebuild
56 +++ /dev/null
57 @@ -1,46 +0,0 @@
58 -# Copyright 1999-2020 Gentoo Authors
59 -# Distributed under the terms of the GNU General Public License v2
60 -
61 -EAPI=6
62 -inherit gnome2
63 -
64 -DESCRIPTION="A frontend for gPhoto 2"
65 -HOMEPAGE="http://gphoto.org/proj/gtkam"
66 -SRC_URI="mirror://sourceforge/gphoto/${P}.tar.bz2"
67 -
68 -LICENSE="GPL-2"
69 -SLOT="0"
70 -KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
71 -IUSE="gimp nls"
72 -
73 -RDEPEND="
74 - x11-libs/gtk+:2
75 - >=media-libs/libgphoto2-2.5.0
76 - >=media-libs/libexif-0.3.2
77 - media-libs/libexif-gtk
78 - gimp? ( media-gfx/gimp:0/2 )
79 -"
80 -DEPEND="${RDEPEND}
81 - >=dev-util/intltool-0.40
82 - virtual/pkgconfig
83 - nls? ( >=sys-devel/gettext-0.14.1 )
84 -"
85 -
86 -PATCHES=(
87 - # Fix .desktop validity, bug #271569
88 - "${FILESDIR}/${PN}-0.1.18-desktop-validation.patch"
89 -)
90 -
91 -src_configure() {
92 - gnome2_src_configure \
93 - --without-bonobo \
94 - --without-gnome \
95 - $(use_with gimp) \
96 - $(use_enable nls) \
97 - --with-rpmbuild=/bin/false
98 -}
99 -
100 -src_install() {
101 - gnome2_src_install
102 - rm -rf "${ED}"/usr/share/doc/gtkam || die "rm failed"
103 -}
104
105 diff --git a/media-gfx/gtkam/metadata.xml b/media-gfx/gtkam/metadata.xml
106 deleted file mode 100644
107 index d2ef3b521ff..00000000000
108 --- a/media-gfx/gtkam/metadata.xml
109 +++ /dev/null
110 @@ -1,11 +0,0 @@
111 -<?xml version="1.0" encoding="UTF-8"?>
112 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
113 -<pkgmetadata>
114 - <maintainer type="project">
115 - <email>gnome@g.o</email>
116 - <name>Gentoo GNOME Desktop</name>
117 - </maintainer>
118 - <upstream>
119 - <remote-id type="sourceforge">gphoto</remote-id>
120 - </upstream>
121 -</pkgmetadata>
122
123 diff --git a/profiles/package.mask b/profiles/package.mask
124 index 1b89907166e..6a47719adce 100644
125 --- a/profiles/package.mask
126 +++ b/profiles/package.mask
127 @@ -347,12 +347,6 @@ app-editors/amyedit
128 # Removal on 2021-06-14. Bug #769032
129 app-mobilephone/gnocky
130
131 -# Andreas Sturmlechner <asturm@g.o> (2021-05-15)
132 -# Long-standing bugs, GTK+2-based, last revdep of media-libs/libexif-gtk.
133 -# Alternative: media-gfx/shotwell
134 -# Removal on 2021-06-14. Bugs #560032, #740020, #769095
135 -media-gfx/gtkam
136 -
137 # Michał Górny <mgorny@g.o> (2021-05-15)
138 # Relies on dev-python/astunparse that is broken with Python 3.8+
139 # and abandoned upstream. The current version is also broken