diff options
author | Jonas Stein <jstein@gentoo.org> | 2017-08-06 15:19:20 +0200 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2017-08-06 15:41:45 +0200 |
commit | 099c66862bc1e3dff3f32d242771d358c88743ea (patch) | |
tree | bde340303649cf50194f8c5a5c8f96455bb89f3c /www-apache/mod_geoip2/mod_geoip2-1.2.7-r1.ebuild | |
parent | www-apache/mod_fcgid: Shorter DESCRIPTION (diff) | |
download | gentoo-099c66862bc1e3dff3f32d242771d358c88743ea.tar.gz gentoo-099c66862bc1e3dff3f32d242771d358c88743ea.tar.bz2 gentoo-099c66862bc1e3dff3f32d242771d358c88743ea.zip |
www-apache/mod_geoip2: Shorter DESCRIPTION
Diffstat (limited to 'www-apache/mod_geoip2/mod_geoip2-1.2.7-r1.ebuild')
-rw-r--r-- | www-apache/mod_geoip2/mod_geoip2-1.2.7-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www-apache/mod_geoip2/mod_geoip2-1.2.7-r1.ebuild b/www-apache/mod_geoip2/mod_geoip2-1.2.7-r1.ebuild index 7c72724e5971..cde3422fef2e 100644 --- a/www-apache/mod_geoip2/mod_geoip2-1.2.7-r1.ebuild +++ b/www-apache/mod_geoip2/mod_geoip2-1.2.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit apache-module eutils @@ -6,8 +6,7 @@ inherit apache-module eutils MY_P="${PN}_${PV}" MY_PN="${PN/2}" -DESCRIPTION="Apache 2.x module for finding the country and city -that a web request originated from" +DESCRIPTION="geoip module gets the country and city a request originated from" HOMEPAGE="http://www.maxmind.com/app/mod_geoip" SRC_URI="http://geolite.maxmind.com/download/geoip/api/mod_geoip2/${MY_P}.tar.gz" LICENSE="Apache-1.1" |