summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-03-12 16:04:38 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-03-12 16:05:37 +0100
commit1c530f8b32606bce13310a3d89394efba80678bb (patch)
tree715501209a1181b360576341d5705376e64a8e99 /sci-calculators
parentnet-fs/samba: Added sub-slot dep to dev-libs/icu (diff)
downloadgentoo-1c530f8b32606bce13310a3d89394efba80678bb.tar.gz
gentoo-1c530f8b32606bce13310a3d89394efba80678bb.tar.bz2
gentoo-1c530f8b32606bce13310a3d89394efba80678bb.zip
sci-calculators/gonvert: Remove last-rited package
Closes: https://bugs.gentoo.org/708156 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/gonvert/Manifest1
-rw-r--r--sci-calculators/gonvert/files/0.2.23-paths.patch64
-rw-r--r--sci-calculators/gonvert/gonvert-0.2.39-r1.ebuild35
-rw-r--r--sci-calculators/gonvert/metadata.xml19
4 files changed, 0 insertions, 119 deletions
diff --git a/sci-calculators/gonvert/Manifest b/sci-calculators/gonvert/Manifest
deleted file mode 100644
index 56804cbe445c..000000000000
--- 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 72a39758236a..000000000000
--- 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 77c107f5fb2c..000000000000
--- 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 d7e425a15e64..000000000000
--- 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>