diff options
Diffstat (limited to 'www-apache/mod_geoip2')
-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" |