diff options
-rw-r--r-- | www-apache/mod_scgi/mod_scgi-1.14.ebuild | 29 |
1 files changed, 0 insertions, 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 c6e1c33ce410..000000000000 --- 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 |