Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, sci-calculators/gonvert/, sci-calculators/gonvert/files/
Date: Thu, 12 Mar 2020 15:06:02
Message-Id: 1584025537.1c530f8b32606bce13310a3d89394efba80678bb.asturm@gentoo
1 commit: 1c530f8b32606bce13310a3d89394efba80678bb
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 12 15:04:38 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 12 15:05:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c530f8b
7
8 sci-calculators/gonvert: Remove last-rited package
9
10 Closes: https://bugs.gentoo.org/708156
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 profiles/package.mask | 5 --
14 sci-calculators/gonvert/Manifest | 1 -
15 sci-calculators/gonvert/files/0.2.23-paths.patch | 64 ------------------------
16 sci-calculators/gonvert/gonvert-0.2.39-r1.ebuild | 35 -------------
17 sci-calculators/gonvert/metadata.xml | 19 -------
18 5 files changed, 124 deletions(-)
19
20 diff --git a/profiles/package.mask b/profiles/package.mask
21 index 545fa274903..a508f3065e0 100644
22 --- a/profiles/package.mask
23 +++ b/profiles/package.mask
24 @@ -599,11 +599,6 @@ dev-lang/vala:0.48
25 # Mask for testing revdeps.
26 >=dev-games/mygui-3.4.0
27
28 -# Andreas Sturmlechner <asturm@g.o> (2020-02-11)
29 -# Upstream "unable to port away from" dev-python/pygtk, bug #708156
30 -# Masked for removal in 30 days.
31 -sci-calculators/gonvert
32 -
33 # David Seifert <soap@g.o> (2020-02-11)
34 # Unmaintained, EAPI 4, last release over 9 years ago, no revdeps.
35 # Removal in 30 days.
36
37 diff --git a/sci-calculators/gonvert/Manifest b/sci-calculators/gonvert/Manifest
38 deleted file mode 100644
39 index 56804cbe445..00000000000
40 --- a/sci-calculators/gonvert/Manifest
41 +++ /dev/null
42 @@ -1 +0,0 @@
43 -DIST gonvert-0.2.39.tar.gz 125040 BLAKE2B 359a2d616ec63b4a343600395b2fdd5a4bc266f847cedf0ac03f7578906a88628dbf8406265ddf21affa790e96572c2f099adf32203f1b80e5ddf48be1c203a1 SHA512 508c4fe4a453f68ea48787843b96b7f6ee6706e7a264c5698ceb5cba3b90996f506e67230d37b2750db69921aba90f56d4eca2a21531c33aa5cdd95e2ca9ea4b
44
45 diff --git a/sci-calculators/gonvert/files/0.2.23-paths.patch b/sci-calculators/gonvert/files/0.2.23-paths.patch
46 deleted file mode 100644
47 index 72a39758236..00000000000
48 --- a/sci-calculators/gonvert/files/0.2.23-paths.patch
49 +++ /dev/null
50 @@ -1,64 +0,0 @@
51 -diff -uNr gonvert-0.2.23.ORIG//gonvert gonvert-0.2.23/gonvert
52 ---- gonvert-0.2.23.ORIG//gonvert 2010-05-02 15:56:46.807041971 +0100
53 -+++ gonvert-0.2.23/gonvert 2010-05-02 15:57:06.840166944 +0100
54 -@@ -739,9 +739,9 @@
55 - if os.path.exists('gonvert.glade'):
56 - homepath=''
57 - pixmapspath='pixmaps/'
58 --elif os.path.exists('/usr/local/share/gonvert/gonvert.glade'):
59 -- homepath='/usr/local/share/gonvert/'
60 -- pixmapspath='/usr/local/share/pixmaps/'
61 -+elif os.path.exists('/usr/share/gonvert/gonvert.glade'):
62 -+ homepath='/usr/share/gonvert/'
63 -+ pixmapspath='/usr/share/pixmaps/'
64 - else:
65 - #look for it in the installed directory
66 - homepath=sys.path[0] + '/../share/gonvert/'
67 -diff -uNr gonvert-0.2.23.ORIG//Makefile gonvert-0.2.23/Makefile
68 ---- gonvert-0.2.23.ORIG//Makefile 2010-05-02 15:56:46.808041940 +0100
69 -+++ gonvert-0.2.23/Makefile 2010-05-02 15:57:06.840166944 +0100
70 -@@ -4,7 +4,7 @@
71 - VERSION=$(shell head -3 $(NAME) | grep version | cut -d\" -f2)
72 -
73 - #DESTDIR can be defined when calling make ie. make install DESTDIR=$RPM_BUILD_ROOT
74 --prefix = /usr/local
75 -+prefix = /usr
76 - bindir = $(prefix)/bin
77 - datadir = $(prefix)/share
78 - docdir = $(datadir)/doc
79 -@@ -18,7 +18,7 @@
80 - install -D -m0644 gonvert.glade $(DESTDIR)$(datadir)/gonvert/gonvert.glade
81 - install -d -m0755 $(DESTDIR)$(datadir)/pixmaps/
82 - install -m0644 pixmaps/*.png $(DESTDIR)$(datadir)/pixmaps/
83 -- install -D -m0644 gonvert.desktop $(DESTDIR)$(datadir)/gnome/apps/Utilities/gonvert.desktop
84 -+ install -D -m0644 gonvert.desktop $(DESTDIR)$(datadir)/applications/gonvert.desktop
85 - install -d -m0755 $(DESTDIR)$(docdir)/gonvert/
86 - install -m0644 doc/* $(DESTDIR)$(docdir)/gonvert/
87 -
88 -@@ -27,7 +27,7 @@
89 - install -D -m0644 gonvert.glade $(DESTDIR)$(datadir)/gonvert/gonvert.glade
90 - install -d -m0755 $(DESTDIR)$(datadir)/pixmaps/
91 - install -m0644 pixmaps/*.png $(DESTDIR)$(datadir)/pixmaps/
92 -- install -D -m0644 gonvert.desktop $(DESTDIR)$(datadir)/gnome/apps/Utilities/gonvert.desktop
93 -+ install -D -m0644 gonvert.desktop $(DESTDIR)$(datadir)/applications/gonvert.desktop
94 - install -d -m0755 $(DESTDIR)$(docdir)/gonvert/
95 - install -m0644 doc/* $(DESTDIR)$(docdir)/gonvert/
96 - install -m0644 i18n/pl_messages.gmo /usr/share/locale/pl/LC_MESSAGES/gonvert.mo
97 -@@ -37,7 +37,7 @@
98 - rm -f $(bindir)/gonvert
99 - rm -rf $(datadir)/gonvert*
100 - rm -rf $(docdir)/gonvert*
101 -- rm -f /usr/share/gnome/apps/Utilities/$(NAME).desktop
102 -+ rm -f /usr/share/applications/$(NAME).desktop
103 - rm -f /usr/share/pixmaps/$(NAME).png
104 -
105 - uninstall_pl:
106 -@@ -45,7 +45,7 @@
107 - rm -f $(bindir)/gonvert
108 - rm -rf $(datadir)/gonvert*
109 - rm -rf $(docdir)/gonvert*
110 -- rm -f /usr/share/gnome/apps/Utilities/$(NAME).desktop
111 -+ rm -f /usr/share/applications/$(NAME).desktop
112 - rm -f /usr/share/pixmaps/$(NAME).png
113 - rm -f /usr/share/locale/pl/LC_MESSAGES/gonvert.mo
114 -
115
116 diff --git a/sci-calculators/gonvert/gonvert-0.2.39-r1.ebuild b/sci-calculators/gonvert/gonvert-0.2.39-r1.ebuild
117 deleted file mode 100644
118 index 77c107f5fb2..00000000000
119 --- a/sci-calculators/gonvert/gonvert-0.2.39-r1.ebuild
120 +++ /dev/null
121 @@ -1,35 +0,0 @@
122 -# Copyright 1999-2020 Gentoo Authors
123 -# Distributed under the terms of the GNU General Public License v2
124 -
125 -EAPI=6
126 -
127 -PYTHON_COMPAT=( python2_7 )
128 -
129 -inherit python-single-r1
130 -
131 -DESCRIPTION="Unit conversion utility written in PyGTK"
132 -HOMEPAGE="http://unihedron.com/projects/gonvert/index.php"
133 -SRC_URI="http://unihedron.com/projects/gonvert/downloads/${P}.tar.gz"
134 -
135 -LICENSE="GPL-2"
136 -SLOT="0"
137 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
138 -IUSE=""
139 -
140 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
141 -
142 -RDEPEND="
143 - ${PYTHON_DEPS}
144 - $(python_gen_cond_dep '
145 - dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}]
146 - ')"
147 -DEPEND="${RDEPEND}"
148 -
149 -PATCHES=( "${FILESDIR}"/0.2.23-paths.patch )
150 -
151 -src_install() {
152 - emake install DESTDIR="${D}" prefix="${EPREFIX}/usr"
153 - python_fix_shebang "${ED%/}"/usr/bin
154 - rm -fr "${ED%/}/usr/share/doc/${PN}" || die
155 - einstalldocs
156 -}
157
158 diff --git a/sci-calculators/gonvert/metadata.xml b/sci-calculators/gonvert/metadata.xml
159 deleted file mode 100644
160 index d7e425a15e6..00000000000
161 --- a/sci-calculators/gonvert/metadata.xml
162 +++ /dev/null
163 @@ -1,19 +0,0 @@
164 -<?xml version="1.0" encoding="UTF-8"?>
165 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
166 -<pkgmetadata>
167 - <maintainer type="person">
168 - <email>chainsaw@g.o</email>
169 - <name>Tony Vroon</name>
170 - </maintainer>
171 - <maintainer type="project">
172 - <email>sci@g.o</email>
173 - <name>Gentoo Science Project</name>
174 - </maintainer>
175 - <longdescription lang="en">
176 - gonvert is a conversion utility that allows conversion between many
177 - units like CGS, Ancient, Imperial with many categories like length,
178 - mass, numbers, etc. All units converted values shown at once as you
179 - type. Easy to add/change your own units. Written in
180 - Python,pygtk,libgade.
181 -</longdescription>
182 -</pkgmetadata>