summaryrefslogtreecommitdiff
path: root/www-apache/mod_fcgid
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /www-apache/mod_fcgid
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'www-apache/mod_fcgid')
-rw-r--r--www-apache/mod_fcgid/Manifest1
-rw-r--r--www-apache/mod_fcgid/files/2.2/20_mod_fcgid.conf7
-rw-r--r--www-apache/mod_fcgid/metadata.xml10
-rw-r--r--www-apache/mod_fcgid/mod_fcgid-2.3.9-r2.ebuild36
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 f4b79e10d0aa..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://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <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>
-</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"
-}