Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_geoip2/
Date: Sun, 06 Aug 2017 13:42:45
Message-Id: 1502026905.099c66862bc1e3dff3f32d242771d358c88743ea.amynka@gentoo
1 commit: 099c66862bc1e3dff3f32d242771d358c88743ea
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 6 13:19:20 2017 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 6 13:41:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=099c6686
7
8 www-apache/mod_geoip2: Shorter DESCRIPTION
9
10 www-apache/mod_geoip2/mod_geoip2-1.2.7-r1.ebuild | 5 ++---
11 1 file changed, 2 insertions(+), 3 deletions(-)
12
13 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
14 index 7c72724e597..cde3422fef2 100644
15 --- a/www-apache/mod_geoip2/mod_geoip2-1.2.7-r1.ebuild
16 +++ b/www-apache/mod_geoip2/mod_geoip2-1.2.7-r1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2013 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 inherit apache-module eutils
23 @@ -6,8 +6,7 @@ inherit apache-module eutils
24 MY_P="${PN}_${PV}"
25 MY_PN="${PN/2}"
26
27 -DESCRIPTION="Apache 2.x module for finding the country and city
28 -that a web request originated from"
29 +DESCRIPTION="geoip module gets the country and city a request originated from"
30 HOMEPAGE="http://www.maxmind.com/app/mod_geoip"
31 SRC_URI="http://geolite.maxmind.com/download/geoip/api/mod_geoip2/${MY_P}.tar.gz"
32 LICENSE="Apache-1.1"