diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-28 06:42:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-28 06:42:41 +0000 |
commit | d434c753996c978062b6b1c8ed8d863fd24083d8 (patch) | |
tree | 0f623fe702b36c570bc1cb2518c478ddb4cf8f9a /dev-libs | |
parent | hppa luvin (diff) | |
download | historical-d434c753996c978062b6b1c8ed8d863fd24083d8.tar.gz historical-d434c753996c978062b6b1c8ed8d863fd24083d8.tar.bz2 historical-d434c753996c978062b6b1c8ed8d863fd24083d8.zip |
cleanup some crap
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/geoip/geoip-1.2.1.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-libs/geoip/geoip-1.2.1.ebuild b/dev-libs/geoip/geoip-1.2.1.ebuild index b0665df5cad2..9f66d4996641 100644 --- a/dev-libs/geoip/geoip-1.2.1.ebuild +++ b/dev-libs/geoip/geoip-1.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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.1.ebuild,v 1.4 2003/10/15 22:27:26 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.2.1.ebuild,v 1.5 2004/01/28 06:42:41 vapier Exp $ inherit eutils @@ -8,14 +8,12 @@ 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="" +KEYWORDS="x86 ~sparc" DEPEND="virtual/glibc sys-libs/zlib" |