* [gentoo-commits] repo/gentoo:master commit in: profiles/, sci-calculators/gonvert/, sci-calculators/gonvert/files/
@ 2020-03-12 15:05 Andreas Sturmlechner
0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2020-03-12 15:05 UTC (permalink / raw
To: gentoo-commits
commit: 1c530f8b32606bce13310a3d89394efba80678bb
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 12 15:04:38 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 12 15:05:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c530f8b
sci-calculators/gonvert: Remove last-rited package
Closes: https://bugs.gentoo.org/708156
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
profiles/package.mask | 5 --
sci-calculators/gonvert/Manifest | 1 -
sci-calculators/gonvert/files/0.2.23-paths.patch | 64 ------------------------
sci-calculators/gonvert/gonvert-0.2.39-r1.ebuild | 35 -------------
sci-calculators/gonvert/metadata.xml | 19 -------
5 files changed, 124 deletions(-)
diff --git a/profiles/package.mask b/profiles/package.mask
index 545fa274903..a508f3065e0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -599,11 +599,6 @@ dev-lang/vala:0.48
# Mask for testing revdeps.
>=dev-games/mygui-3.4.0
-# Andreas Sturmlechner <asturm@gentoo.org> (2020-02-11)
-# Upstream "unable to port away from" dev-python/pygtk, bug #708156
-# Masked for removal in 30 days.
-sci-calculators/gonvert
-
# David Seifert <soap@gentoo.org> (2020-02-11)
# Unmaintained, EAPI 4, last release over 9 years ago, no revdeps.
# Removal in 30 days.
diff --git a/sci-calculators/gonvert/Manifest b/sci-calculators/gonvert/Manifest
deleted file mode 100644
index 56804cbe445..00000000000
--- a/sci-calculators/gonvert/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gonvert-0.2.39.tar.gz 125040 BLAKE2B 359a2d616ec63b4a343600395b2fdd5a4bc266f847cedf0ac03f7578906a88628dbf8406265ddf21affa790e96572c2f099adf32203f1b80e5ddf48be1c203a1 SHA512 508c4fe4a453f68ea48787843b96b7f6ee6706e7a264c5698ceb5cba3b90996f506e67230d37b2750db69921aba90f56d4eca2a21531c33aa5cdd95e2ca9ea4b
diff --git a/sci-calculators/gonvert/files/0.2.23-paths.patch b/sci-calculators/gonvert/files/0.2.23-paths.patch
deleted file mode 100644
index 72a39758236..00000000000
--- a/sci-calculators/gonvert/files/0.2.23-paths.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-diff -uNr gonvert-0.2.23.ORIG//gonvert gonvert-0.2.23/gonvert
---- gonvert-0.2.23.ORIG//gonvert 2010-05-02 15:56:46.807041971 +0100
-+++ gonvert-0.2.23/gonvert 2010-05-02 15:57:06.840166944 +0100
-@@ -739,9 +739,9 @@
- if os.path.exists('gonvert.glade'):
- homepath=''
- pixmapspath='pixmaps/'
--elif os.path.exists('/usr/local/share/gonvert/gonvert.glade'):
-- homepath='/usr/local/share/gonvert/'
-- pixmapspath='/usr/local/share/pixmaps/'
-+elif os.path.exists('/usr/share/gonvert/gonvert.glade'):
-+ homepath='/usr/share/gonvert/'
-+ pixmapspath='/usr/share/pixmaps/'
- else:
- #look for it in the installed directory
- homepath=sys.path[0] + '/../share/gonvert/'
-diff -uNr gonvert-0.2.23.ORIG//Makefile gonvert-0.2.23/Makefile
---- gonvert-0.2.23.ORIG//Makefile 2010-05-02 15:56:46.808041940 +0100
-+++ gonvert-0.2.23/Makefile 2010-05-02 15:57:06.840166944 +0100
-@@ -4,7 +4,7 @@
- VERSION=$(shell head -3 $(NAME) | grep version | cut -d\" -f2)
-
- #DESTDIR can be defined when calling make ie. make install DESTDIR=$RPM_BUILD_ROOT
--prefix = /usr/local
-+prefix = /usr
- bindir = $(prefix)/bin
- datadir = $(prefix)/share
- docdir = $(datadir)/doc
-@@ -18,7 +18,7 @@
- install -D -m0644 gonvert.glade $(DESTDIR)$(datadir)/gonvert/gonvert.glade
- install -d -m0755 $(DESTDIR)$(datadir)/pixmaps/
- install -m0644 pixmaps/*.png $(DESTDIR)$(datadir)/pixmaps/
-- install -D -m0644 gonvert.desktop $(DESTDIR)$(datadir)/gnome/apps/Utilities/gonvert.desktop
-+ install -D -m0644 gonvert.desktop $(DESTDIR)$(datadir)/applications/gonvert.desktop
- install -d -m0755 $(DESTDIR)$(docdir)/gonvert/
- install -m0644 doc/* $(DESTDIR)$(docdir)/gonvert/
-
-@@ -27,7 +27,7 @@
- install -D -m0644 gonvert.glade $(DESTDIR)$(datadir)/gonvert/gonvert.glade
- install -d -m0755 $(DESTDIR)$(datadir)/pixmaps/
- install -m0644 pixmaps/*.png $(DESTDIR)$(datadir)/pixmaps/
-- install -D -m0644 gonvert.desktop $(DESTDIR)$(datadir)/gnome/apps/Utilities/gonvert.desktop
-+ install -D -m0644 gonvert.desktop $(DESTDIR)$(datadir)/applications/gonvert.desktop
- install -d -m0755 $(DESTDIR)$(docdir)/gonvert/
- install -m0644 doc/* $(DESTDIR)$(docdir)/gonvert/
- install -m0644 i18n/pl_messages.gmo /usr/share/locale/pl/LC_MESSAGES/gonvert.mo
-@@ -37,7 +37,7 @@
- rm -f $(bindir)/gonvert
- rm -rf $(datadir)/gonvert*
- rm -rf $(docdir)/gonvert*
-- rm -f /usr/share/gnome/apps/Utilities/$(NAME).desktop
-+ rm -f /usr/share/applications/$(NAME).desktop
- rm -f /usr/share/pixmaps/$(NAME).png
-
- uninstall_pl:
-@@ -45,7 +45,7 @@
- rm -f $(bindir)/gonvert
- rm -rf $(datadir)/gonvert*
- rm -rf $(docdir)/gonvert*
-- rm -f /usr/share/gnome/apps/Utilities/$(NAME).desktop
-+ rm -f /usr/share/applications/$(NAME).desktop
- rm -f /usr/share/pixmaps/$(NAME).png
- rm -f /usr/share/locale/pl/LC_MESSAGES/gonvert.mo
-
diff --git a/sci-calculators/gonvert/gonvert-0.2.39-r1.ebuild b/sci-calculators/gonvert/gonvert-0.2.39-r1.ebuild
deleted file mode 100644
index 77c107f5fb2..00000000000
--- a/sci-calculators/gonvert/gonvert-0.2.39-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="Unit conversion utility written in PyGTK"
-HOMEPAGE="http://unihedron.com/projects/gonvert/index.php"
-SRC_URI="http://unihedron.com/projects/gonvert/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
- ${PYTHON_DEPS}
- $(python_gen_cond_dep '
- dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}]
- ')"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/0.2.23-paths.patch )
-
-src_install() {
- emake install DESTDIR="${D}" prefix="${EPREFIX}/usr"
- python_fix_shebang "${ED%/}"/usr/bin
- rm -fr "${ED%/}/usr/share/doc/${PN}" || die
- einstalldocs
-}
diff --git a/sci-calculators/gonvert/metadata.xml b/sci-calculators/gonvert/metadata.xml
deleted file mode 100644
index d7e425a15e6..00000000000
--- a/sci-calculators/gonvert/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>chainsaw@gentoo.org</email>
- <name>Tony Vroon</name>
- </maintainer>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription lang="en">
- gonvert is a conversion utility that allows conversion between many
- units like CGS, Ancient, Imperial with many categories like length,
- mass, numbers, etc. All units converted values shown at once as you
- type. Easy to add/change your own units. Written in
- Python,pygtk,libgade.
-</longdescription>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-03-12 15:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-12 15:05 [gentoo-commits] repo/gentoo:master commit in: profiles/, sci-calculators/gonvert/, sci-calculators/gonvert/files/ Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox