From c8e6ec9b28f33f876b65ee86bd93d54f81cce47c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 17 Oct 2019 14:21:48 +0200 Subject: [PATCH] www-apache/mod_authn_sasl: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/694608 Signed-off-by: Michał Górny --- profiles/package.mask | 1 - www-apache/mod_authn_sasl/Manifest | 1 - .../files/10_mod_authn_sasl.conf | 5 ---- www-apache/mod_authn_sasl/metadata.xml | 8 ------ .../mod_authn_sasl/mod_authn_sasl-1.2.ebuild | 28 ------------------- 5 files changed, 43 deletions(-) delete mode 100644 www-apache/mod_authn_sasl/Manifest delete mode 100644 www-apache/mod_authn_sasl/files/10_mod_authn_sasl.conf delete mode 100644 www-apache/mod_authn_sasl/metadata.xml delete mode 100644 www-apache/mod_authn_sasl/mod_authn_sasl-1.2.ebuild diff --git a/profiles/package.mask b/profiles/package.mask index e9929e10414d..bb2a343ecd3d 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_authn_sasl www-apache/mod_depends www-apache/mod_dnsbl_lookup www-apache/mod_flvx diff --git a/www-apache/mod_authn_sasl/Manifest b/www-apache/mod_authn_sasl/Manifest deleted file mode 100644 index 32e618da923b..000000000000 --- a/www-apache/mod_authn_sasl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mod_authn_sasl-1.2.tar.bz2 274790 BLAKE2B 77d0139e8ca40088bda7a53df7811701821b481d9d677600d88cd4a2cb0b800dbf7279bb9dd8534805608a57fa3c018e3027d6412b6fcb4b3ddc71988cabdef6 SHA512 cc967d350c7110f98b56fa94244473dd2cfc813e7992d7aa8a0ae2219264834b1e2218a1f0982bad661e335bfd713cfb9e8efa6ab69f07a309370e4b7d74ef02 diff --git a/www-apache/mod_authn_sasl/files/10_mod_authn_sasl.conf b/www-apache/mod_authn_sasl/files/10_mod_authn_sasl.conf deleted file mode 100644 index 05f71c156e41..000000000000 --- a/www-apache/mod_authn_sasl/files/10_mod_authn_sasl.conf +++ /dev/null @@ -1,5 +0,0 @@ - -LoadModule authn_sasl_module modules/mod_authn_sasl.so - - -# vim: ts=4 filetype=apache diff --git a/www-apache/mod_authn_sasl/metadata.xml b/www-apache/mod_authn_sasl/metadata.xml deleted file mode 100644 index f37eabef386a..000000000000 --- a/www-apache/mod_authn_sasl/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - mod-authn-sasl - - diff --git a/www-apache/mod_authn_sasl/mod_authn_sasl-1.2.ebuild b/www-apache/mod_authn_sasl/mod_authn_sasl-1.2.ebuild deleted file mode 100644 index 1eeadf5e27ae..000000000000 --- a/www-apache/mod_authn_sasl/mod_authn_sasl-1.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils apache-module - -DESCRIPTION="Cyrus SASL authentication module for Apache" -HOMEPAGE="http://mod-authn-sasl.sourceforge.net/" -SRC_URI="http://downloads.sourceforge.net/project/mod-authn-sasl/mod-authn-sasl/${PV}/${P}.tar.bz2" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -DEPEND="dev-libs/cyrus-sasl" -RDEPEND="${DEPEND}" - -APXS2_ARGS="-c ${PN}.c -lsasl2" -APACHE2_MOD_CONF="10_${PN}" -APACHE2_MOD_DEFINE="AUTHN_SASL" - -need_apache2 - -src_install() { - apache-module_src_install -} -- 2.26.2