summaryrefslogtreecommitdiff
path: root/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-12 21:55:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-12 21:55:15 +0000
commit7218e1b46bceac05841e90472501742d905fb3fc (patch)
tree56fae051db521b8fce8014cbc8b11484885b14b3 /www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r1.ebuild
parent6d691ad5b6239929063441bbd14c489e92e7396e (diff)
gentoo resync : 12.03.2021
Diffstat (limited to 'www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r1.ebuild')
-rw-r--r--www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r1.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r1.ebuild b/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r1.ebuild
deleted file mode 100644
index 83ca086002c3..000000000000
--- a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit apache-module
-
-DESCRIPTION="A simple FastCGI handler module"
-HOMEPAGE="https://github.com/hollow/mod_fastcgi_handler"
-SRC_URI="https://github.com/hollow/mod_fastcgi_handler/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-APACHE2_MOD_CONF="20_${PN}"
-APACHE2_MOD_DEFINE="FASTCGI_HANDLER"
-
-APXS2_ARGS="-o ${PN}.so -c *.c"
-
-need_apache2