diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-17 14:21:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-17 14:21:48 +0200 |
commit | c8e6ec9b28f33f876b65ee86bd93d54f81cce47c (patch) | |
tree | ca655e59a06a237cc80e747154ee7003926ee9dd /www-apache | |
parent | www-apache/mod_access_dnsbl: Remove last-rited pkg (diff) | |
download | gentoo-c8e6ec9b28f33f876b65ee86bd93d54f81cce47c.tar.gz gentoo-c8e6ec9b28f33f876b65ee86bd93d54f81cce47c.tar.bz2 gentoo-c8e6ec9b28f33f876b65ee86bd93d54f81cce47c.zip |
www-apache/mod_authn_sasl: 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_authn_sasl/Manifest | 1 | ||||
-rw-r--r-- | www-apache/mod_authn_sasl/files/10_mod_authn_sasl.conf | 5 | ||||
-rw-r--r-- | www-apache/mod_authn_sasl/metadata.xml | 8 | ||||
-rw-r--r-- | www-apache/mod_authn_sasl/mod_authn_sasl-1.2.ebuild | 28 |
4 files changed, 0 insertions, 42 deletions
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 @@ -<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 index f37eabef386a..000000000000 --- a/www-apache/mod_authn_sasl/metadata.xml +++ /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 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 -} |