diff options
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/geoip/files/digest-geoip-1.2.0 | 1 | ||||
-rw-r--r-- | dev-libs/geoip/geoip-1.2.0.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-libs/geoip/files/digest-geoip-1.2.0 b/dev-libs/geoip/files/digest-geoip-1.2.0 deleted file mode 100644 index 80c65075403c..000000000000 --- a/dev-libs/geoip/files/digest-geoip-1.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 0cd8fab82963f9c0e293a0faf6c7c9cd GeoIP-1.2.0.tar.gz 501698 diff --git a/dev-libs/geoip/geoip-1.2.0.ebuild b/dev-libs/geoip/geoip-1.2.0.ebuild deleted file mode 100644 index d60de2f4bf35..000000000000 --- a/dev-libs/geoip/geoip-1.2.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.2.0.ebuild,v 1.4 2003/09/11 02:25:27 msterret Exp $ - -inherit eutils - -MY_P=${P/geoip/GeoIP} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Geo-IP enables you to easily lookup countries by IP addresses, even when Reverse DNS entries don't exist. The Geo-IP database contains IP Network Blocks as keys and countries as values, covering every public IP address." - -SRC_URI="http://www.maxmind.com/download/geoip/api/c/${MY_P}.tar.gz" -HOMEPAGE="http://www.maxmind.com/geoip/api/c.shtml" -KEYWORDS="~x86 ~sparc" -LICENSE="GPL-2" -SLOT="0" -MAINTAINER="solar@gentoo.org" -IUSE="" - -DEPEND="virtual/glibc - sys-libs/zlib" - -src_compile() { - econf --enable-shared || die "econf failed" - emake || die "emake failed" -} - -src_install() { - einstall || die "einstall failed" -} |