diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /www-apache/mod_fcgid | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'www-apache/mod_fcgid')
| -rw-r--r-- | www-apache/mod_fcgid/Manifest | 1 | ||||
| -rw-r--r-- | www-apache/mod_fcgid/files/2.2/20_mod_fcgid.conf | 7 | ||||
| -rw-r--r-- | www-apache/mod_fcgid/metadata.xml | 10 | ||||
| -rw-r--r-- | www-apache/mod_fcgid/mod_fcgid-2.3.9-r2.ebuild | 36 |
4 files changed, 0 insertions, 54 deletions
diff --git a/www-apache/mod_fcgid/Manifest b/www-apache/mod_fcgid/Manifest deleted file mode 100644 index b26637e00795..000000000000 --- a/www-apache/mod_fcgid/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mod_fcgid-2.3.9.tar.bz2 80205 BLAKE2B f0320e56f40c90f89d12ecbb91a54a98d49262d01547d743060dfc57c3217f9927a2931d997a003f686d09f4df1c42de45088ce4909aa689f7b7f4ab05b53971 SHA512 c429c14990cc8b492e88db1aa00fc2593bfb1b129b9001be21670d42c8f3e5038acd3f4556b48f3ac7dfc03c8d3656f0d4402122932e5bdc2c2aab1c7c235121 diff --git a/www-apache/mod_fcgid/files/2.2/20_mod_fcgid.conf b/www-apache/mod_fcgid/files/2.2/20_mod_fcgid.conf deleted file mode 100644 index 38cfa39e0bdf..000000000000 --- a/www-apache/mod_fcgid/files/2.2/20_mod_fcgid.conf +++ /dev/null @@ -1,7 +0,0 @@ -<IfDefine FCGID> -LoadModule fcgid_module modules/mod_fcgid.so -SocketPath /var/run/fcgidsock -SharememPath /var/run/fcgid_shm -</IfDefine> - -# vim: ts=4 filetype=apache diff --git a/www-apache/mod_fcgid/metadata.xml b/www-apache/mod_fcgid/metadata.xml deleted file mode 100644 index 833cf6f99b54..000000000000 --- a/www-apache/mod_fcgid/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <longdescription lang="en"> - mod_fcgid has a new process management strategy, which concentrates on - reducing the number of fastcgi server, and kick out the corrupt fastcgi - server as soon as possible. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/www-apache/mod_fcgid/mod_fcgid-2.3.9-r2.ebuild b/www-apache/mod_fcgid/mod_fcgid-2.3.9-r2.ebuild deleted file mode 100644 index 3e9da91b4532..000000000000 --- a/www-apache/mod_fcgid/mod_fcgid-2.3.9-r2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit apache-module depend.apache - -DESCRIPTION="Binary-compatible alternative to mod_fastcgi with better process management" -HOMEPAGE="https://httpd.apache.org/mod_fcgid/" -SRC_URI="mirror://apache/httpd/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc ~ppc64 x86" - -APACHE2_MOD_CONF="2.2/20_${PN}" -APACHE2_MOD_DEFINE="FCGID" - -DOCFILES="CHANGES-FCGID README-FCGID STATUS-FCGID" - -need_apache2 - -# Work around Bug #616612 -pkg_setup() { - _init_apache2 - _init_apache2_late -} - -src_configure() { - ./configure.apxs || die "apxs configure failed" -} - -src_compile() { - emake - ln -sf modules/fcgid/.libs .libs || die "symlink creation failed" -} |
