From: Michał Górny Date: Thu, 17 Oct 2019 12:21:43 +0000 (+0200) Subject: www-apache/mod_access_dnsbl: Remove last-rited pkg X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0dc2b2ec8f8ab2c49097393174b8d46eb558c1fe;p=gentoo.git www-apache/mod_access_dnsbl: Remove last-rited pkg Closes: https://bugs.gentoo.org/694608 Signed-off-by: Michał Górny --- diff --git a/profiles/package.mask b/profiles/package.mask index 6dd5ab1fad7c..e9929e10414d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -453,7 +453,6 @@ sys-boot/systemrescuecd-x86-grub # Michał Górny (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 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 @@ - -LoadModule access_dnsbl_module modules/mod_access_dnsbl.so - -# example configuration: -# -# DNSBLOrder allow,deny -# DNSBLDeny from spammers -# - - -# 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 @@ - - - - - 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