dev-python/geopy: Remove package
[wtk-overlay.git] / dev-python / geopy / geopy-9999.ebuild
diff --git a/dev-python/geopy/geopy-9999.ebuild b/dev-python/geopy/geopy-9999.ebuild
deleted file mode 100644 (file)
index 9d0baef..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.[01]"
-
-inherit eutils distutils
-
-if [[ ${PV} == "9999" ]] ; then
-       inherit git-2
-       EGIT_BRANCH="master"
-       EGIT_REPO_URI="git://github.com/geopy/${PN}.git"
-       SRC_URI=""
-else
-       SRC_URI="https://github.com/geopy/${PN}/tarball/v${PV} -> ${P}.tar.gz"
-fi
-
-DESCRIPTION="A Geocoding Toolbox for Python"
-HOMEPAGE="http://code.google.com/p/geopy/"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="test"