commit: f3dcfbebc65387ba05244315415645efcb70b0b5 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Sun Apr 15 14:42:35 2018 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Sun Apr 15 14:42:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3dcfbeb
www-apache/mod_fastcgi_handler: Remove 0.6 (r0) Closes: https://bugs.gentoo.org/652788 Package-Manager: Portage-2.3.28, Repoman-2.3.9 .../mod_fastcgi_handler-0.6.ebuild | 31 ---------------------- 1 file changed, 31 deletions(-) diff --git a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6.ebuild b/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6.ebuild deleted file mode 100644 index 4b07964fa87..00000000000 --- a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="3" - -GITHUB_AUTHOR="hollow" -GITHUB_PROJECT="mod_fastcgi_handler" -GITHUB_COMMIT="c5e075b" - -inherit apache-module - -DESCRIPTION="A simple FastCGI handler module" -HOMEPAGE="https://github.com/hollow/mod_fastcgi_handler" -SRC_URI="https://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
