diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-02-11 17:48:45 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-02-11 17:48:45 +0300 |
commit | c4ca03c329bce8ee288038d9a8f6c18dd65f9fbf (patch) | |
tree | 179d5a9e008391eca5b212fb976ac34597147258 /www-apache/mod_fcgid | |
parent | www-apache/mod_fcgid: x86 stable wrt bug #676812 (diff) | |
download | gentoo-c4ca03c329bce8ee288038d9a8f6c18dd65f9fbf.tar.gz gentoo-c4ca03c329bce8ee288038d9a8f6c18dd65f9fbf.tar.bz2 gentoo-c4ca03c329bce8ee288038d9a8f6c18dd65f9fbf.zip |
www-apache/mod_fcgid: Drop old
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'www-apache/mod_fcgid')
-rw-r--r-- | www-apache/mod_fcgid/mod_fcgid-2.3.9.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/www-apache/mod_fcgid/mod_fcgid-2.3.9.ebuild b/www-apache/mod_fcgid/mod_fcgid-2.3.9.ebuild deleted file mode 100644 index aa1fea10f4e4..000000000000 --- a/www-apache/mod_fcgid/mod_fcgid-2.3.9.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit apache-module eutils multilib - -DESCRIPTION="Binary-compatible alternative to mod_fastcgi with better process management" -HOMEPAGE="https://httpd.apache.org/mod_fcgid/" -SRC_URI="mirror://apache/httpd/mod_fcgid/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc ~ppc64 x86" -IUSE="" - -APACHE2_MOD_CONF="2.2/20_${PN}" -APACHE2_MOD_DEFINE="FCGID" - -DOCFILES="CHANGES-FCGID README-FCGID STATUS-FCGID" - -need_apache2 - -src_compile () { - ./configure.apxs || die "apxs configure failed!" - make || die "make failed" - ln -sf modules/fcgid/.libs .libs || die "symlink creation failed" -} |