diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-11-27 19:07:27 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-11-27 19:07:27 +0000 |
commit | 16dff06da71563f6f40e07a2f4d77123b97cf015 (patch) | |
tree | 6ad70b182bfdf644d3d7f424658cb0ef7dda0de3 /www-apache/mod_authn_sasl | |
parent | Drop apache herd as discussed in http://www.gossamer-threads.com/lists/gentoo... (diff) | |
download | gentoo-2-16dff06da71563f6f40e07a2f4d77123b97cf015.tar.gz gentoo-2-16dff06da71563f6f40e07a2f4d77123b97cf015.tar.bz2 gentoo-2-16dff06da71563f6f40e07a2f4d77123b97cf015.zip |
Drop apache herd as discussed in http://www.gossamer-threads.com/lists/gentoo/dev/262834
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'www-apache/mod_authn_sasl')
-rw-r--r-- | www-apache/mod_authn_sasl/ChangeLog | 10 | ||||
-rw-r--r-- | www-apache/mod_authn_sasl/metadata.xml | 2 | ||||
-rw-r--r-- | www-apache/mod_authn_sasl/mod_authn_sasl-1.1.ebuild | 27 |
3 files changed, 8 insertions, 31 deletions
diff --git a/www-apache/mod_authn_sasl/ChangeLog b/www-apache/mod_authn_sasl/ChangeLog index aa0329be44a7..9aec02d8da3d 100644 --- a/www-apache/mod_authn_sasl/ChangeLog +++ b/www-apache/mod_authn_sasl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-apache/mod_authn_sasl -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_authn_sasl/ChangeLog,v 1.2 2011/10/14 17:27:00 beandog Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_authn_sasl/ChangeLog,v 1.3 2012/11/27 19:07:27 pacho Exp $ + + 27 Nov 2012; Pacho Ramos <pacho@gentoo.org> -mod_authn_sasl-1.1.ebuild, + metadata.xml: + Drop apache herd as discussed in http://www.gossamer- + threads.com/lists/gentoo/dev/262834 *mod_authn_sasl-1.2 (14 Oct 2011) @@ -12,4 +17,3 @@ 14 Oct 2011; Steve Dibb <beandog@gentoo.org> +files/10_mod_authn_sasl.conf, +mod_authn_sasl-1.1.ebuild: Initial ebuild, bug 330781; Thanks to Phil Turmel - diff --git a/www-apache/mod_authn_sasl/metadata.xml b/www-apache/mod_authn_sasl/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_authn_sasl/metadata.xml +++ b/www-apache/mod_authn_sasl/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>apache</herd> +<maintainer><email>maintainer-needed@gentoo.org</email></maintainer> </pkgmetadata> diff --git a/www-apache/mod_authn_sasl/mod_authn_sasl-1.1.ebuild b/www-apache/mod_authn_sasl/mod_authn_sasl-1.1.ebuild deleted file mode 100644 index 05fc33e3a586..000000000000 --- a/www-apache/mod_authn_sasl/mod_authn_sasl-1.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2010-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_authn_sasl/mod_authn_sasl-1.1.ebuild,v 1.1 2011/10/14 17:24:30 beandog Exp $ - -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 ~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_2 - -src_install() { - apache-module_src_install -} |