diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-17 14:21:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-17 14:21:43 +0200 |
commit | 0dc2b2ec8f8ab2c49097393174b8d46eb558c1fe (patch) | |
tree | 666c0b3433a9fddcf301beed5ff0015dbca8e5ef /www-apache | |
parent | dev-db/xbsql: Remove last-rited pkg (diff) | |
download | gentoo-0dc2b2ec8f8ab2c49097393174b8d46eb558c1fe.tar.gz gentoo-0dc2b2ec8f8ab2c49097393174b8d46eb558c1fe.tar.bz2 gentoo-0dc2b2ec8f8ab2c49097393174b8d46eb558c1fe.zip |
www-apache/mod_access_dnsbl: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694608
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_access_dnsbl/Manifest | 1 | ||||
-rw-r--r-- | www-apache/mod_access_dnsbl/files/10_mod_access_dnsbl.conf | 11 | ||||
-rw-r--r-- | www-apache/mod_access_dnsbl/metadata.xml | 5 | ||||
-rw-r--r-- | www-apache/mod_access_dnsbl/mod_access_dnsbl-0.02.ebuild | 23 |
4 files changed, 0 insertions, 40 deletions
diff --git a/www-apache/mod_access_dnsbl/Manifest b/www-apache/mod_access_dnsbl/Manifest deleted file mode 100644 index 925fa889586b..000000000000 --- a/www-apache/mod_access_dnsbl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mod_access_dnsbl-0.02.tar.gz 3648 BLAKE2B 20bee079e19a951b0d57ae17f28ed11156db2f2a8fddffefc05b335c8422d0b09b4f20812fb533f8175a3ed3d7e763887d6285f0a58d05f5f01d76dadfd30794 SHA512 5d4217798f2fdced4e6bac55187edfb8534ce4db85a0ca7d3e5a832b962ea12df8ad47284e4f29f9ce5029bd26ffafc403cf3b8cb566d1a108168162a68682f6 diff --git a/www-apache/mod_access_dnsbl/files/10_mod_access_dnsbl.conf b/www-apache/mod_access_dnsbl/files/10_mod_access_dnsbl.conf deleted file mode 100644 index 7e9419e97fd1..000000000000 --- a/www-apache/mod_access_dnsbl/files/10_mod_access_dnsbl.conf +++ /dev/null @@ -1,11 +0,0 @@ -<IfDefine DNSBL> -LoadModule access_dnsbl_module modules/mod_access_dnsbl.so - -# example configuration: -#<Directory /var/www/localhost/htdocs/protected> -# DNSBLOrder allow,deny -# DNSBLDeny from spammers -#</Directory> -</IfDefine> - -# vim: ts=4 filetype=apache diff --git a/www-apache/mod_access_dnsbl/metadata.xml b/www-apache/mod_access_dnsbl/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/www-apache/mod_access_dnsbl/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/www-apache/mod_access_dnsbl/mod_access_dnsbl-0.02.ebuild b/www-apache/mod_access_dnsbl/mod_access_dnsbl-0.02.ebuild deleted file mode 100644 index 4c64f55a2afe..000000000000 --- a/www-apache/mod_access_dnsbl/mod_access_dnsbl-0.02.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit apache-module - -DESCRIPTION="Specify access controls based on DNSBL zones" -HOMEPAGE="http://www.apacheconsultancy.com/modules/mod_access_dnsbl/" -SRC_URI="http://www.apacheconsultancy.com/modules/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="www-apache/mod_dnsbl_lookup" -RDEPEND="${DEPEND}" - -APACHE2_MOD_CONF="10_${PN}" -APACHE2_MOD_DEFINE="DNSBL" - -need_apache2 |