diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-29 20:55:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-29 20:55:42 +0000 |
commit | e7f62c1b337dd43ccbca9ee4d3ecf3c7992165b9 (patch) | |
tree | 41d6d8026ecaf22fd85b497a26bfbba351b175ee /dev-libs/geoip | |
parent | old (diff) | |
download | historical-e7f62c1b337dd43ccbca9ee4d3ecf3c7992165b9.tar.gz historical-e7f62c1b337dd43ccbca9ee4d3ecf3c7992165b9.tar.bz2 historical-e7f62c1b337dd43ccbca9ee4d3ecf3c7992165b9.zip |
cleanup
Diffstat (limited to 'dev-libs/geoip')
-rw-r--r-- | dev-libs/geoip/geoip-1.3.0.ebuild | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/dev-libs/geoip/geoip-1.3.0.ebuild b/dev-libs/geoip/geoip-1.3.0.ebuild index b34b3759d755..affefb18c3a0 100644 --- a/dev-libs/geoip/geoip-1.3.0.ebuild +++ b/dev-libs/geoip/geoip-1.3.0.ebuild @@ -1,21 +1,17 @@ # 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.3.0.ebuild,v 1.1 2003/10/15 22:27:26 solar Exp $ - -inherit eutils +# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.3.0.ebuild,v 1.2 2003/11/29 20:55:42 vapier Exp $ 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" +DESCRIPTION="easily lookup countries by IP addresses, even when Reverse DNS entries don't exist" HOMEPAGE="http://www.maxmind.com/geoip/api/c.shtml" +SRC_URI="http://www.maxmind.com/download/geoip/api/c/${MY_P}.tar.gz" + KEYWORDS="~x86 ~sparc" -LICENSE="GPL-2" SLOT="0" -MAINTAINER="solar@gentoo.org" -IUSE="" +LICENSE="GPL-2" DEPEND="virtual/glibc sys-libs/zlib" |