summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-11-27 19:17:16 +0000
committerPacho Ramos <pacho@gentoo.org>2012-11-27 19:17:16 +0000
commitf90f2d78a09273e66dcb28f9660e8bc93b854114 (patch)
tree2d0aa7bb45286184cc6e032d25e9bf32b449ef5b /www-apache/mod_fastcgi_handler
parentDrop apache herd as discussed in http://www.gossamer-threads.com/lists/gentoo... (diff)
downloadgentoo-2-f90f2d78a09273e66dcb28f9660e8bc93b854114.tar.gz
gentoo-2-f90f2d78a09273e66dcb28f9660e8bc93b854114.tar.bz2
gentoo-2-f90f2d78a09273e66dcb28f9660e8bc93b854114.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_handler')
-rw-r--r--www-apache/mod_fastcgi_handler/ChangeLog11
-rw-r--r--www-apache/mod_fastcgi_handler/metadata.xml2
-rw-r--r--www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.2.ebuild24
-rw-r--r--www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.4.ebuild32
-rw-r--r--www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.5.ebuild32
5 files changed, 9 insertions, 92 deletions
diff --git a/www-apache/mod_fastcgi_handler/ChangeLog b/www-apache/mod_fastcgi_handler/ChangeLog
index 84cc8a332ff1..cd36b58d8250 100644
--- a/www-apache/mod_fastcgi_handler/ChangeLog
+++ b/www-apache/mod_fastcgi_handler/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-apache/mod_fastcgi_handler
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fastcgi_handler/ChangeLog,v 1.4 2011/06/05 15:42:41 hollow Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fastcgi_handler/ChangeLog,v 1.5 2012/11/27 19:17:16 pacho Exp $
+
+ 27 Nov 2012; Pacho Ramos <pacho@gentoo.org> -mod_fastcgi_handler-0.2.ebuild,
+ -mod_fastcgi_handler-0.4.ebuild, -mod_fastcgi_handler-0.5.ebuild,
+ metadata.xml:
+ Drop apache herd as discussed in http://www.gossamer-
+ threads.com/lists/gentoo/dev/262834
*mod_fastcgi_handler-0.6 (05 Jun 2011)
@@ -26,4 +32,3 @@
+files/20_mod_fastcgi_handler.conf, +mod_fastcgi_handler-0.2.ebuild,
+metadata.xml:
initial ebuild
-
diff --git a/www-apache/mod_fastcgi_handler/metadata.xml b/www-apache/mod_fastcgi_handler/metadata.xml
index 64a719ea1bfd..4538a68724a6 100644
--- a/www-apache/mod_fastcgi_handler/metadata.xml
+++ b/www-apache/mod_fastcgi_handler/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_handler/mod_fastcgi_handler-0.2.ebuild b/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.2.ebuild
deleted file mode 100644
index b1fde822d297..000000000000
--- a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.2.ebuild,v 1.1 2010/06/19 17:08:51 hollow Exp $
-
-inherit apache-module
-
-DESCRIPTION="A simple FastCGI handler module"
-HOMEPAGE="http://bb.xnull.de/projects/mod_fastcgi_handler/"
-SRC_URI="http://bb.xnull.de/projects/mod_fastcgi_handler/dist/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-APACHE2_MOD_CONF="20_${PN}"
-APACHE2_MOD_DEFINE="FASTCGI_HANDLER"
-
-APXS2_ARGS="-o ${PN}.so -c *.c"
-
-need_apache2
diff --git a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.4.ebuild b/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.4.ebuild
deleted file mode 100644
index c589589902d8..000000000000
--- a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.4.ebuild,v 1.1 2010/12/11 18:51:39 hollow Exp $
-
-EAPI="3"
-
-GITHUB_AUTHOR="hollow"
-GITHUB_PROJECT="mod_fastcgi_handler"
-GITHUB_COMMIT="8973a51"
-
-inherit apache-module
-
-DESCRIPTION="A simple FastCGI handler module"
-HOMEPAGE="http://github.com/hollow/mod_fastcgi_handler"
-SRC_URI="http://nodeload.github.com/${GITHUB_AUTHOR}/${GITHUB_PROJECT}/tarball/v${PV} -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}"/${GITHUB_AUTHOR}-${GITHUB_PROJECT}-${GITHUB_COMMIT}
-
-APACHE2_MOD_CONF="20_${PN}"
-APACHE2_MOD_DEFINE="FASTCGI_HANDLER"
-
-APXS2_ARGS="-o ${PN}.so -c *.c"
-
-need_apache2
diff --git a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.5.ebuild b/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.5.ebuild
deleted file mode 100644
index 19516dee402f..000000000000
--- a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.5.ebuild,v 1.1 2011/03/23 14:13:43 hollow Exp $
-
-EAPI="3"
-
-GITHUB_AUTHOR="hollow"
-GITHUB_PROJECT="mod_fastcgi_handler"
-GITHUB_COMMIT="c9bd8e0"
-
-inherit apache-module
-
-DESCRIPTION="A simple FastCGI handler module"
-HOMEPAGE="http://github.com/hollow/mod_fastcgi_handler"
-SRC_URI="http://nodeload.github.com/${GITHUB_AUTHOR}/${GITHUB_PROJECT}/tarball/v${PV} -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}"/${GITHUB_AUTHOR}-${GITHUB_PROJECT}-${GITHUB_COMMIT}
-
-APACHE2_MOD_CONF="20_${PN}"
-APACHE2_MOD_DEFINE="FASTCGI_HANDLER"
-
-APXS2_ARGS="-o ${PN}.so -c *.c"
-
-need_apache2