X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=sci-geosciences%2Fgmapcatcher%2Fgmapcatcher-0.8.0.0.ebuild;fp=sci-geosciences%2Fgmapcatcher%2Fgmapcatcher-0.8.0.0.ebuild;h=0000000000000000000000000000000000000000;hp=9fca1445804ac92d4a4f23f10cf4ccf70a7faad2;hb=145b6300eb2598ee95040ee74e862a3ef162668f;hpb=8b8367e20fcf97db062001745ed91b308fe63869 diff --git a/sci-geosciences/gmapcatcher/gmapcatcher-0.8.0.0.ebuild b/sci-geosciences/gmapcatcher/gmapcatcher-0.8.0.0.ebuild deleted file mode 100644 index 9fca144..0000000 --- a/sci-geosciences/gmapcatcher/gmapcatcher-0.8.0.0.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -inherit base eutils python - -PYTHON_DEPEND="2" - -DESCRIPTION="An offline map viewer for Google Maps, OpenStreetMap and others." -HOMEPAGE="http://code.google.com/p/gmapcatcher/" -SRC_URI="http://gmapcatcher.googlecode.com/files/mapcatcher_${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -RESTRICT="mirror" -IUSE="" - -DEPEND="|| ( dev-lang/python:2.6 dev-lang/python:2.7 ) - x11-libs/gtk+ - dev-python/pygtk - dev-python/pygobject - dev-python/pycairo - virtual/python-imaging" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/mapcatcher-${PV}" - - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - python_convert_shebangs -r 2 . -} - -src_install() { - domenu gmapcatcher.desktop - newicon images/map.png mapcatcher.png - doman man/* - dodoc README - - insinto $(python_get_sitedir) - doins -r gmapcatcher || die - - exeinto /usr/bin/ - doexe mapcatcher || die - doexe mapdownloader || die - doexe mapexport.py || die -} - - -