diff options
author | 2011-10-14 12:11:26 -0500 | |
---|---|---|
committer | 2011-10-14 12:11:26 -0500 | |
commit | a701cb7fc344847e788cd6ff398e954bc9d80c5c (patch) | |
tree | e61a175b05d6170c7bc0ba48f4742450765124ed /www-apache/mod_geoip2/mod_geoip2-1.2.7.ebuild | |
parent | [www-misc/mirrorbrain] misc WIP fixes (diff) | |
download | darkside-a701cb7fc344847e788cd6ff398e954bc9d80c5c.tar.gz darkside-a701cb7fc344847e788cd6ff398e954bc9d80c5c.tar.bz2 darkside-a701cb7fc344847e788cd6ff398e954bc9d80c5c.zip |
rm www-apache/mod_geoip2, in tree
Diffstat (limited to 'www-apache/mod_geoip2/mod_geoip2-1.2.7.ebuild')
-rw-r--r-- | www-apache/mod_geoip2/mod_geoip2-1.2.7.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/www-apache/mod_geoip2/mod_geoip2-1.2.7.ebuild b/www-apache/mod_geoip2/mod_geoip2-1.2.7.ebuild deleted file mode 100644 index c0861d9..0000000 --- a/www-apache/mod_geoip2/mod_geoip2-1.2.7.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit apache-module - -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" -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" - -KEYWORDS="~x86 ~amd64" -IUSE="" -SLOT="0" - -DEPEND=">=dev-libs/geoip-1.4.8" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -# See apache-module.eclass for more information. -APACHE2_MOD_CONF="30_${PN}" -APACHE2_MOD_FILE="${S}/.libs/${MY_PN}.so" -APXS2_ARGS="-l GeoIP -c ${MY_PN}.c" -DOCFILES="INSTALL README README.php Changes" - -need_apache2 |