diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-06 17:19:01 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-06 17:20:24 +0300 |
commit | 741cab355bc21860650e98faaa26d545ce926f68 (patch) | |
tree | 0e1be376eea032d7abc485eba2168a99459516fc /sci-geosciences | |
parent | media-libs/libcanberra: remove old (diff) | |
download | gentoo-741cab355bc21860650e98faaa26d545ce926f68.tar.gz gentoo-741cab355bc21860650e98faaa26d545ce926f68.tar.bz2 gentoo-741cab355bc21860650e98faaa26d545ce926f68.zip |
sci-geosciences/gmapcatcher: remove last rited package
Closes: https://bugs.gentoo.org/624046
Diffstat (limited to 'sci-geosciences')
4 files changed, 0 insertions, 68 deletions
diff --git a/sci-geosciences/gmapcatcher/Manifest b/sci-geosciences/gmapcatcher/Manifest deleted file mode 100644 index ccb44b63dba5..000000000000 --- a/sci-geosciences/gmapcatcher/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gmapcatcher-0.8.0.4.tar.gz 3782763 BLAKE2B 10923766e8c5e238f64772331bf1307d764db7fe5a02c0b1c62da563bd50c3e1dea34901d97896f22302fe47ad4da4ab1b154b8b8c9c176349372d86b427d86c SHA512 9ff11ca2c61f01090e7cd616c5fe0c4faf7fb1eb11962071601d87a7f84b309b25de36c82d713c1d08ffdb0f806c8fcccfc877ac7fc5eadf3d49625ce360d719 diff --git a/sci-geosciences/gmapcatcher/files/gmapcatcher-0.8.0.4-setuppy-docs.patch b/sci-geosciences/gmapcatcher/files/gmapcatcher-0.8.0.4-setuppy-docs.patch deleted file mode 100644 index 77383f198992..000000000000 --- a/sci-geosciences/gmapcatcher/files/gmapcatcher-0.8.0.4-setuppy-docs.patch +++ /dev/null @@ -1,18 +0,0 @@ -Drop docs from setup.py, distutils-r1 takes care of it. -Handle the man pages in the ebuild because the tarball does not -contain compressed man files. - ---- a/setup.py -+++ b/setup.py -@@ -13,10 +13,7 @@ - description = 'Offline Map Viewer', - version = VERSION, - url = WEB_ADDRESS, -- data_files = [('share/doc/mapcatcher', ['README', 'changelog']), -- ('share/applications', ['gmapcatcher.desktop']), -- ('share/man/man1', -- ['man/mapcatcher.1.gz', 'man/mapdownloader.1.gz']), -+ data_files = [('share/applications', ['gmapcatcher.desktop']), - ('share/pixmaps', ['images/mapcatcher.png']), - ('share/pixmaps/gmapcatcher', - map(lambda(thestr): "images/" + thestr, os.listdir('images'))) diff --git a/sci-geosciences/gmapcatcher/gmapcatcher-0.8.0.4.ebuild b/sci-geosciences/gmapcatcher/gmapcatcher-0.8.0.4.ebuild deleted file mode 100644 index 50cf9f4b23ab..000000000000 --- a/sci-geosciences/gmapcatcher/gmapcatcher-0.8.0.4.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -inherit vcs-snapshot distutils-r1 - -MY_COMMIT_HASH="b3156dc56d105bcab8a1123793dcc16b7f9f3a9a" -DESCRIPTION="An offline viewer for different map providers" -HOMEPAGE="https://github.com/heldersepu/GMapCatcher" -SRC_URI="https://github.com/heldersepu/GMapCatcher/archive/${MY_COMMIT_HASH}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="x11-libs/gtk+:2 - dev-python/pygtk[${PYTHON_USEDEP}] - dev-python/pygobject[${PYTHON_USEDEP}] - dev-python/pycairo[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" - -PATCHES=("${FILESDIR}"/${P}-setuppy-docs.patch) - -src_prepare() { - # Move things around to make setup.py happy - mv installer/setup.py "${S}/" || die - mv maps.py mapcatcher || die - mv download.py mapdownloader || die - mv images/map.png images/mapcatcher.png || die - sed -i -e "/Version=/d" -e "s/Application;//" gmapcatcher.desktop || die - distutils-r1_src_prepare -} - -src_install() { - distutils-r1_src_install - doman man/mapcatcher.1 man/mapdownloader.1 -} diff --git a/sci-geosciences/gmapcatcher/metadata.xml b/sci-geosciences/gmapcatcher/metadata.xml deleted file mode 100644 index fb6f59fe329f..000000000000 --- a/sci-geosciences/gmapcatcher/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> - <upstream> - <remote-id type="github">heldersepu/GMapCatcher</remote-id> - </upstream> -</pkgmetadata> |