diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-11-27 19:16:38 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-11-27 19:16:38 +0000 |
commit | e277422cb6fc9fdc37876653df528afa3c96127c (patch) | |
tree | 261be5af02a0d4a229f441498bb3d714bca88d16 /www-apache/mod_fastcgi | |
parent | Drop apache herd as discussed in http://www.gossamer-threads.com/lists/gentoo... (diff) | |
download | gentoo-2-e277422cb6fc9fdc37876653df528afa3c96127c.tar.gz gentoo-2-e277422cb6fc9fdc37876653df528afa3c96127c.tar.bz2 gentoo-2-e277422cb6fc9fdc37876653df528afa3c96127c.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_fastcgi')
-rw-r--r-- | www-apache/mod_fastcgi/ChangeLog | 8 | ||||
-rw-r--r-- | www-apache/mod_fastcgi/metadata.xml | 2 | ||||
-rw-r--r-- | www-apache/mod_fastcgi/mod_fastcgi-2.4.6-r1.ebuild | 28 | ||||
-rw-r--r-- | www-apache/mod_fastcgi/mod_fastcgi-2.4.6.ebuild | 22 | ||||
-rw-r--r-- | www-apache/mod_fastcgi/mod_fastcgi-2.4.7_pre0811090952.ebuild | 32 |
5 files changed, 8 insertions, 84 deletions
diff --git a/www-apache/mod_fastcgi/ChangeLog b/www-apache/mod_fastcgi/ChangeLog index 0828d0f6998f..70492e554c8f 100644 --- a/www-apache/mod_fastcgi/ChangeLog +++ b/www-apache/mod_fastcgi/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-apache/mod_fastcgi # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fastcgi/ChangeLog,v 1.13 2012/10/16 02:52:38 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fastcgi/ChangeLog,v 1.14 2012/11/27 19:16:38 pacho Exp $ + + 27 Nov 2012; Pacho Ramos <pacho@gentoo.org> -mod_fastcgi-2.4.6-r1.ebuild, + -mod_fastcgi-2.4.6.ebuild, -mod_fastcgi-2.4.7_pre0811090952.ebuild, + metadata.xml: + Drop apache herd as discussed in http://www.gossamer- + threads.com/lists/gentoo/dev/262834 16 Oct 2012; Patrick Lauer <patrick@gentoo.org> mod_fastcgi-2.4.6-r1.ebuild, mod_fastcgi-2.4.6.ebuild, mod_fastcgi-2.4.7_pre0811090952.ebuild, diff --git a/www-apache/mod_fastcgi/metadata.xml b/www-apache/mod_fastcgi/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_fastcgi/metadata.xml +++ b/www-apache/mod_fastcgi/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_fastcgi/mod_fastcgi-2.4.6-r1.ebuild b/www-apache/mod_fastcgi/mod_fastcgi-2.4.6-r1.ebuild deleted file mode 100644 index 49c38abc7a56..000000000000 --- a/www-apache/mod_fastcgi/mod_fastcgi-2.4.6-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fastcgi/mod_fastcgi-2.4.6-r1.ebuild,v 1.5 2012/10/16 02:52:38 patrick Exp $ - -inherit apache-module eutils - -DESCRIPTION="FastCGI is a open extension to CGI without the limitations of server specific APIs." -HOMEPAGE="http://fastcgi.com/" -SRC_URI="http://www.fastcgi.com/dist/${P}.tar.gz" - -KEYWORDS="amd64 x86" -SLOT="0" -LICENSE="mod_fastcgi" -IUSE="" - -APXS2_ARGS="-c mod_fastcgi.c fcgi*.c" -APACHE2_MOD_CONF="20_${PN}" -APACHE2_MOD_DEFINE="FASTCGI" - -DOCFILES="CHANGES README docs/LICENSE.TERMS docs/mod_fastcgi.html" - -need_apache2_2 - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PV}-graceful.patch -} diff --git a/www-apache/mod_fastcgi/mod_fastcgi-2.4.6.ebuild b/www-apache/mod_fastcgi/mod_fastcgi-2.4.6.ebuild deleted file mode 100644 index 3b1b588b60b9..000000000000 --- a/www-apache/mod_fastcgi/mod_fastcgi-2.4.6.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fastcgi/mod_fastcgi-2.4.6.ebuild,v 1.4 2012/10/16 02:52:38 patrick Exp $ - -inherit apache-module - -DESCRIPTION="FastCGI is a open extension to CGI without the limitations of server specific APIs." -HOMEPAGE="http://fastcgi.com/" -SRC_URI="http://www.fastcgi.com/dist/${P}.tar.gz" - -KEYWORDS="amd64 x86" -SLOT="0" -LICENSE="mod_fastcgi" -IUSE="" - -APXS2_ARGS="-c mod_fastcgi.c fcgi*.c" -APACHE2_MOD_CONF="20_${PN}" -APACHE2_MOD_DEFINE="FASTCGI" - -DOCFILES="CHANGES README docs/LICENSE.TERMS docs/mod_fastcgi.html" - -need_apache2_2 diff --git a/www-apache/mod_fastcgi/mod_fastcgi-2.4.7_pre0811090952.ebuild b/www-apache/mod_fastcgi/mod_fastcgi-2.4.7_pre0811090952.ebuild deleted file mode 100644 index 452ab7fb2f1d..000000000000 --- a/www-apache/mod_fastcgi/mod_fastcgi-2.4.7_pre0811090952.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fastcgi/mod_fastcgi-2.4.7_pre0811090952.ebuild,v 1.4 2012/10/16 02:52:38 patrick Exp $ - -inherit apache-module eutils - -MY_P="${PN}-SNAP-${PV/2.4.7_pre/}" - -DESCRIPTION="FastCGI is a open extension to CGI without the limitations of server specific APIs." -HOMEPAGE="http://fastcgi.com/" -SRC_URI="http://www.fastcgi.com/dist/${MY_P}.tar.gz" - -KEYWORDS="amd64 x86" -SLOT="0" -LICENSE="mod_fastcgi" -IUSE="" - -APXS2_ARGS="-c mod_fastcgi.c fcgi*.c" -APACHE2_MOD_CONF="20_${PN}" -APACHE2_MOD_DEFINE="FASTCGI" - -DOCFILES="CHANGES README docs/LICENSE.TERMS docs/mod_fastcgi.html" - -S="${WORKDIR}/${MY_P}" - -need_apache2_2 - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/2.4.6-graceful.patch -} |