summaryrefslogtreecommitdiff
path: root/sci-calculators/gonvert
diff options
context:
space:
mode:
Diffstat (limited to 'sci-calculators/gonvert')
-rw-r--r--sci-calculators/gonvert/Manifest4
-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, 122 deletions
diff --git a/sci-calculators/gonvert/Manifest b/sci-calculators/gonvert/Manifest
deleted file mode 100644
index d3671b95ec89..000000000000
--- a/sci-calculators/gonvert/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX 0.2.23-paths.patch 2756 BLAKE2B 6cfdc09e6a6e09e144b4e06ea16742311056eb56aff957846267174434abc983c59ab8ea033801bc05b155ebd6e3c203629287cb86296a90ed425bf4515d0b47 SHA512 72ec21802f0c365efc1dff067f17c4ea07ad74a84588859de000efec2f7830e330ea0470ea04983c8622aa2f8099ddef4336a23d3367caaf0033e19dc90b978e
-DIST gonvert-0.2.39.tar.gz 125040 BLAKE2B 359a2d616ec63b4a343600395b2fdd5a4bc266f847cedf0ac03f7578906a88628dbf8406265ddf21affa790e96572c2f099adf32203f1b80e5ddf48be1c203a1 SHA512 508c4fe4a453f68ea48787843b96b7f6ee6706e7a264c5698ceb5cba3b90996f506e67230d37b2750db69921aba90f56d4eca2a21531c33aa5cdd95e2ca9ea4b
-EBUILD gonvert-0.2.39-r1.ebuild 815 BLAKE2B 3743e21889e666f3c7ebed47dd7c28307734392697157882c0c1f59feaea60ec16600e8ece39e0b608383b0cae8f324dbd8d9a42235b249f5d0680ecd83f7b20 SHA512 e3c12aaad18a38e9f12bebc335d6132e66658f9ee15519d0b9769c4a189a02948932f1d744998a28bd3a40ad8d4135ea09768b0bdd012cc0e0d0936988c54e5f
-MISC metadata.xml 708 BLAKE2B a684e94e0169269142c1f915a10593cfeddac8d2321af3eaa57ac7c5b4467030210c6bc03207e66918ad3f97fad70aa7bdabbd74d1bb70633fc8e01bd0d7755a SHA512 c88b8e10790e10f415ddd0c1453f976767c5b51722936d37a9c423f016c6ac3ae0e19e1103a61f09fb381f6ffc64318012068df50b53e2655e92cbfef663edd5
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>