summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/geoip-python/geoip-python-1.2.1.ebuild')
-rw-r--r--dev-python/geoip-python/geoip-python-1.2.1.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/geoip-python/geoip-python-1.2.1.ebuild b/dev-python/geoip-python/geoip-python-1.2.1.ebuild
deleted file mode 100644
index 4424ddc50053..000000000000
--- a/dev-python/geoip-python/geoip-python-1.2.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.1.ebuild,v 1.4 2009/01/24 18:08:09 patrick Exp $
-
-inherit distutils
-
-MY_P=${P/geoip-python/GeoIP-Python}
-DESCRIPTION="Python Bindings for GeoIP"
-HOMEPAGE="http://www.maxmind.com/app/python"
-SRC_URI="http://www.maxmind.com/download/geoip/api/python/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=">=dev-libs/geoip-1.2.1
- virtual/python"
-
-S=${WORKDIR}/${MY_P}
-DOCS="README ChangeLog test.py test_city.py test_org.py"