Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_fcgid/
Date: Mon, 11 Feb 2019 14:49:02
Message-Id: 1549896525.c4ca03c329bce8ee288038d9a8f6c18dd65f9fbf.zlogene@gentoo
1 commit: c4ca03c329bce8ee288038d9a8f6c18dd65f9fbf
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 11 14:48:45 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 11 14:48:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ca03c3
7
8 www-apache/mod_fcgid: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 www-apache/mod_fcgid/mod_fcgid-2.3.9.ebuild | 28 ----------------------------
14 1 file changed, 28 deletions(-)
15
16 diff --git a/www-apache/mod_fcgid/mod_fcgid-2.3.9.ebuild b/www-apache/mod_fcgid/mod_fcgid-2.3.9.ebuild
17 deleted file mode 100644
18 index aa1fea10f4e..00000000000
19 --- a/www-apache/mod_fcgid/mod_fcgid-2.3.9.ebuild
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=0
26 -
27 -inherit apache-module eutils 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_compile () {
46 - ./configure.apxs || die "apxs configure failed!"
47 - make || die "make failed"
48 - ln -sf modules/fcgid/.libs .libs || die "symlink creation failed"
49 -}