# Michał Górny <mgorny@gentoo.org> (2019-09-17)
# Unmaintained EAPI 0 Apache modules + mod_access_dnsbl as a revdep.
# Removal in 30 days. Bug #694608.
-www-apache/mod_access_dnsbl
www-apache/mod_authn_sasl
www-apache/mod_depends
www-apache/mod_dnsbl_lookup
+++ /dev/null
-DIST mod_access_dnsbl-0.02.tar.gz 3648 BLAKE2B 20bee079e19a951b0d57ae17f28ed11156db2f2a8fddffefc05b335c8422d0b09b4f20812fb533f8175a3ed3d7e763887d6285f0a58d05f5f01d76dadfd30794 SHA512 5d4217798f2fdced4e6bac55187edfb8534ce4db85a0ca7d3e5a832b962ea12df8ad47284e4f29f9ce5029bd26ffafc403cf3b8cb566d1a108168162a68682f6
+++ /dev/null
-<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
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
+++ /dev/null
-# 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