Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_fcgid/
Date: Sun, 20 Feb 2022 05:27:34
Message-Id: 1645334718.e033027ff7162a712cc912a43995b94df56c1c73.sam@gentoo
1 commit: e033027ff7162a712cc912a43995b94df56c1c73
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 20 05:08:06 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 20 05:25:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e033027f
7
8 www-apache/mod_fcgid: drop 2.3.9-r1
9
10 Bug: https://bugs.gentoo.org/833711
11 Closes: https://bugs.gentoo.org/827682
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 www-apache/mod_fcgid/mod_fcgid-2.3.9-r1.ebuild | 30 --------------------------
15 1 file changed, 30 deletions(-)
16
17 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
18 deleted file mode 100644
19 index 693cc0c6699d..000000000000
20 --- a/www-apache/mod_fcgid/mod_fcgid-2.3.9-r1.ebuild
21 +++ /dev/null
22 @@ -1,30 +0,0 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -inherit apache-module multilib
28 -
29 -DESCRIPTION="Binary-compatible alternative to mod_fastcgi with better process management"
30 -HOMEPAGE="https://httpd.apache.org/mod_fcgid/"
31 -SRC_URI="mirror://apache/httpd/mod_fcgid/${P}.tar.bz2"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~hppa ppc ~ppc64 x86"
36 -IUSE=""
37 -
38 -APACHE2_MOD_CONF="2.2/20_${PN}"
39 -APACHE2_MOD_DEFINE="FCGID"
40 -
41 -DOCFILES="CHANGES-FCGID README-FCGID STATUS-FCGID"
42 -
43 -need_apache2
44 -
45 -src_configure() {
46 - ./configure.apxs || die "apxs configure failed"
47 -}
48 -
49 -src_compile() {
50 - emake
51 - ln -sf modules/fcgid/.libs .libs || die "symlink creation failed"
52 -}