diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-11 02:26:18 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-11 02:26:18 +0000 |
commit | a95f66245036aec9661f5c0ba58ca870f389280d (patch) | |
tree | 2e3deda556ba462301a640661ec78abdc604b7c0 /dev-libs/geoip | |
parent | make use of the dvdr USE-flag (diff) | |
download | gentoo-2-a95f66245036aec9661f5c0ba58ca870f389280d.tar.gz gentoo-2-a95f66245036aec9661f5c0ba58ca870f389280d.tar.bz2 gentoo-2-a95f66245036aec9661f5c0ba58ca870f389280d.zip |
repoman: fix leading whitespace
Diffstat (limited to 'dev-libs/geoip')
-rw-r--r-- | dev-libs/geoip/Manifest | 4 | ||||
-rw-r--r-- | dev-libs/geoip/geoip-1.2.0.ebuild | 5 | ||||
-rw-r--r-- | dev-libs/geoip/geoip-1.2.1.ebuild | 5 |
3 files changed, 6 insertions, 8 deletions
diff --git a/dev-libs/geoip/Manifest b/dev-libs/geoip/Manifest index bfc1c9518ed7..cdb92de8f9e8 100644 --- a/dev-libs/geoip/Manifest +++ b/dev-libs/geoip/Manifest @@ -1,6 +1,6 @@ MD5 279a3b0306b0d735b21f6a17f4d638a9 ChangeLog 793 -MD5 0f0bf2ede75fc11085eb34e669fe28e3 geoip-1.2.0.ebuild 916 +MD5 a38f81fd4e812266ac5f10bced757603 geoip-1.2.0.ebuild 915 MD5 a3e63a5c91c6002a0575111e7f3c0917 metadata.xml 519 -MD5 c1ae468858b5a4fae1a40b40da765b9f geoip-1.2.1.ebuild 916 +MD5 e2610b2e35cc208280cae84732ee2342 geoip-1.2.1.ebuild 915 MD5 61bae4871849e30d49e82afb6528755e files/digest-geoip-1.2.0 63 MD5 a7ff42dbfbcaea43eec4a9aabaeffe00 files/digest-geoip-1.2.1 63 diff --git a/dev-libs/geoip/geoip-1.2.0.ebuild b/dev-libs/geoip/geoip-1.2.0.ebuild index 15934bbd7b9e..d60de2f4bf35 100644 --- a/dev-libs/geoip/geoip-1.2.0.ebuild +++ b/dev-libs/geoip/geoip-1.2.0.ebuild @@ -1,14 +1,13 @@ # 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.3 2003/09/06 22:29:24 msterret Exp $ +# $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." +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" diff --git a/dev-libs/geoip/geoip-1.2.1.ebuild b/dev-libs/geoip/geoip-1.2.1.ebuild index c09a15dee704..ab0857f6f387 100644 --- a/dev-libs/geoip/geoip-1.2.1.ebuild +++ b/dev-libs/geoip/geoip-1.2.1.ebuild @@ -1,14 +1,13 @@ # 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.1.ebuild,v 1.2 2003/09/06 22:29:24 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.2.1.ebuild,v 1.3 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." +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" |