www-apache/mod_authn_sasl: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Thu, 17 Oct 2019 12:21:48 +0000 (14:21 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 17 Oct 2019 12:21:48 +0000 (14:21 +0200)
Closes: https://bugs.gentoo.org/694608
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
www-apache/mod_authn_sasl/Manifest [deleted file]
www-apache/mod_authn_sasl/files/10_mod_authn_sasl.conf [deleted file]
www-apache/mod_authn_sasl/metadata.xml [deleted file]
www-apache/mod_authn_sasl/mod_authn_sasl-1.2.ebuild [deleted file]

index e9929e10414ddea31be35890cacef80adf19e4d1..bb2a343ecd3d7ef397a3ca98d6e5b62422b2fd22 100644 (file)
@@ -453,7 +453,6 @@ sys-boot/systemrescuecd-x86-grub
 # 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_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 (file)
index 32e618d..0000000
+++ /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 (file)
index 05f71c1..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<IfDefine AUTHN_SASL>
-LoadModule authn_sasl_module modules/mod_authn_sasl.so
-</IfDefine>
-
-# 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 (file)
index f37eabe..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <upstream>
-               <remote-id type="sourceforge">mod-authn-sasl</remote-id>
-       </upstream>
-</pkgmetadata>
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 (file)
index 1eeadf5..0000000
+++ /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
-}