commit: 1f5c58c13a1098b4aff91b02aa10bf8c5278cd80 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Sat Mar 18 08:10:56 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sat Mar 18 08:11:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f5c58c1
www-apache/mod_scgi: remove old Package-Manager: Portage-2.3.5, Repoman-2.3.2 www-apache/mod_scgi/mod_scgi-1.14.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/www-apache/mod_scgi/mod_scgi-1.14.ebuild b/www-apache/mod_scgi/mod_scgi-1.14.ebuild deleted file mode 100644 index c6e1c33ce41..00000000000 --- a/www-apache/mod_scgi/mod_scgi-1.14.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="3" - -inherit apache-module - -DESCRIPTION="Apache module for a replacement of the CGI protocol, similar to FastCGI" -HOMEPAGE="http://python.ca/scgi/ https://pypi.python.org/pypi/scgi" -SRC_URI="http://python.ca/scgi/releases/scgi-${PV}.tar.gz" - -LICENSE="CNRI" -SLOT="0" -KEYWORDS="~amd64 hppa ~ppc x86" -IUSE="" - -DEPEND="~www-apps/scgi-${PV}" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/scgi-${PV}" - -APXS2_S="${S}/apache2" -APACHE2_MOD_FILE="${S}/apache2/.libs/${PN}.so" -APACHE2_MOD_CONF="20_mod_scgi" -APACHE2_MOD_DEFINE="SCGI" - -DOCFILES="PKG-INFO LICENSE.txt CHANGES.txt apache2/README.txt" - -need_apache2_2
