diff options
author | Sam James <sam@gentoo.org> | 2022-02-20 05:08:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-20 05:25:18 +0000 |
commit | e033027ff7162a712cc912a43995b94df56c1c73 (patch) | |
tree | f030913a78d2c4500734c1d559b3b6b3937aa54d /www-apache | |
parent | www-apache/mod_rpaf: drop 0.6-r1 (diff) | |
download | gentoo-e033027ff7162a712cc912a43995b94df56c1c73.tar.gz gentoo-e033027ff7162a712cc912a43995b94df56c1c73.tar.bz2 gentoo-e033027ff7162a712cc912a43995b94df56c1c73.zip |
www-apache/mod_fcgid: drop 2.3.9-r1
Bug: https://bugs.gentoo.org/833711
Closes: https://bugs.gentoo.org/827682
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_fcgid/mod_fcgid-2.3.9-r1.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/www-apache/mod_fcgid/mod_fcgid-2.3.9-r1.ebuild b/www-apache/mod_fcgid/mod_fcgid-2.3.9-r1.ebuild deleted file mode 100644 index 693cc0c6699d..000000000000 --- a/www-apache/mod_fcgid/mod_fcgid-2.3.9-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit apache-module 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_configure() { - ./configure.apxs || die "apxs configure failed" -} - -src_compile() { - emake - ln -sf modules/fcgid/.libs .libs || die "symlink creation failed" -} |