summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apache/mod_authn_sasl/mod_authn_sasl-1.2.ebuild')
-rw-r--r--www-apache/mod_authn_sasl/mod_authn_sasl-1.2.ebuild28
1 files changed, 0 insertions, 28 deletions
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
-}