diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-11-27 19:08:52 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-11-27 19:08:52 +0000 |
commit | 4ee56008def1d44738be70b31ff88d23b76e2e23 (patch) | |
tree | 9ef8484001ef1ac4c00393c8a757178123d3f559 /www-apache/mod_authnz_external | |
parent | Drop apache herd as discussed in http://www.gossamer-threads.com/lists/gentoo... (diff) | |
download | gentoo-2-4ee56008def1d44738be70b31ff88d23b76e2e23.tar.gz gentoo-2-4ee56008def1d44738be70b31ff88d23b76e2e23.tar.bz2 gentoo-2-4ee56008def1d44738be70b31ff88d23b76e2e23.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_authnz_external')
4 files changed, 8 insertions, 52 deletions
diff --git a/www-apache/mod_authnz_external/ChangeLog b/www-apache/mod_authnz_external/ChangeLog index 8004faa74e97..a38ecce86e16 100644 --- a/www-apache/mod_authnz_external/ChangeLog +++ b/www-apache/mod_authnz_external/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-apache/mod_authnz_external -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_authnz_external/ChangeLog,v 1.10 2011/10/18 10:14:53 chainsaw Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_authnz_external/ChangeLog,v 1.11 2012/11/27 19:08:52 pacho Exp $ + + 27 Nov 2012; Pacho Ramos <pacho@gentoo.org> -mod_authnz_external-3.1.0.ebuild, + -mod_authnz_external-3.2.4.ebuild, metadata.xml: + Drop apache herd as discussed in http://www.gossamer- + threads.com/lists/gentoo/dev/262834 18 Oct 2011; Tony Vroon <chainsaw@gentoo.org> mod_authnz_external-3.2.6.ebuild: @@ -48,4 +53,3 @@ +files/10_mod_authnz_external.conf, +metadata.xml, +mod_authnz_external-3.1.0.ebuild: initial version; #187739 - diff --git a/www-apache/mod_authnz_external/metadata.xml b/www-apache/mod_authnz_external/metadata.xml index 4098c90b3233..ba08acf34594 100644 --- a/www-apache/mod_authnz_external/metadata.xml +++ b/www-apache/mod_authnz_external/metadata.xml @@ -1,7 +1,7 @@ <?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> <upstream> <remote-id type="google-code">mod-auth-external</remote-id> </upstream> diff --git a/www-apache/mod_authnz_external/mod_authnz_external-3.1.0.ebuild b/www-apache/mod_authnz_external/mod_authnz_external-3.1.0.ebuild deleted file mode 100644 index c8878248f2a2..000000000000 --- a/www-apache/mod_authnz_external/mod_authnz_external-3.1.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_authnz_external/mod_authnz_external-3.1.0.ebuild,v 1.4 2009/09/18 12:11:09 hollow Exp $ - -inherit eutils apache-module - -DESCRIPTION="An Apache2 authentication DSO using external programs" -HOMEPAGE="http://www.unixpapa.com/mod_auth_external.html" -SRC_URI="http://www.unixpapa.com/software/${P}.tar.gz" - -LICENSE="Apache-1.1" -SLOT="2" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -DOCFILES="AUTHENTICATORS CHANGES INSTALL INSTALL.HARDCODE README TODO UPGRADE" - -APACHE2_MOD_CONF="10_${PN}" -APACHE2_MOD_DEFINE="AUTHNZ_EXTERNAL" - -need_apache2_2 diff --git a/www-apache/mod_authnz_external/mod_authnz_external-3.2.4.ebuild b/www-apache/mod_authnz_external/mod_authnz_external-3.2.4.ebuild deleted file mode 100644 index 7a76b8db6c67..000000000000 --- a/www-apache/mod_authnz_external/mod_authnz_external-3.2.4.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_authnz_external/mod_authnz_external-3.2.4.ebuild,v 1.1 2009/09/18 12:11:09 hollow Exp $ - -inherit eutils apache-module - -DESCRIPTION="An Apache2 authentication DSO using external programs" -HOMEPAGE="http://code.google.com/p/mod-auth-external/" -SRC_URI="http://mod-auth-external.googlecode.com/files/${P}.tar.gz" - -LICENSE="Apache-1.1" -SLOT="2" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -DOCFILES="AUTHENTICATORS CHANGES INSTALL INSTALL.HARDCODE README TODO UPGRADE" - -APACHE2_MOD_CONF="10_${PN}" -APACHE2_MOD_DEFINE="AUTHNZ_EXTERNAL" - -need_apache2_2 |