diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2011-10-12 22:21:40 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2011-10-12 22:21:40 +0000 |
commit | 5f81bf6146980a798d5f58227c088bde2c4f90e0 (patch) | |
tree | b23265d05e1dece07c6a0b77f3f380654eec792e /www-apache/mod_asn/mod_asn-1.2-r1.ebuild | |
parent | rm www-apache/mod_memcache (diff) | |
download | darkside-5f81bf6146980a798d5f58227c088bde2c4f90e0.tar.gz darkside-5f81bf6146980a798d5f58227c088bde2c4f90e0.tar.bz2 darkside-5f81bf6146980a798d5f58227c088bde2c4f90e0.zip |
[www-apache/mod_asn] cleanup and bump
Diffstat (limited to 'www-apache/mod_asn/mod_asn-1.2-r1.ebuild')
-rw-r--r-- | www-apache/mod_asn/mod_asn-1.2-r1.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/www-apache/mod_asn/mod_asn-1.2-r1.ebuild b/www-apache/mod_asn/mod_asn-1.2-r1.ebuild deleted file mode 100644 index 3262bc3..0000000 --- a/www-apache/mod_asn/mod_asn-1.2-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit apache-module - -DESCRIPTION="Apache module which does AS and network prefix lookups" -HOMEPAGE="http://mirrorbrain.org/mod_asn" -LICENSE="Apache-2.0" -SRC_URI="http://mirrorbrain.org/files/releases/${P}.tar.gz" - -KEYWORDS="~x86 ~amd64" -IUSE="" -SLOT="0" - -# See apache-module.eclass for more information. -APACHE2_MOD_CONF="30_${PN}" - -src_install() { - apache-module_src_install - newsbin asn_import.py asn_import - newsbin asn_get_routeviews.py asn_get_routeviews - dodoc README INSTALL asn.sql mod_asn.conf -} - -need_apache2 |