aboutsummaryrefslogtreecommitdiffstats
path: root/www-misc/slowcgi/slowcgi-6.7-r2.ebuild
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-06-05 21:30:06 +0200
committerWynn Wolf Arbor2020-06-05 21:30:06 +0200
commit27ba803309c2b69a71d5d3e85fc641327ac6f1cc (patch)
treeaf32e458d51b93c4cfe862c50672d66e859e9c3b /www-misc/slowcgi/slowcgi-6.7-r2.ebuild
parent65b8c75e6ffce369e92716014d504d00a6488990 (diff)
downloadpramantha-27ba803309c2b69a71d5d3e85fc641327ac6f1cc.tar.gz
www-misc/slowcgi: Bump to 6.7-r3
Include a patch that adds support for running in the foreground without also enabling debug support. Package-Manager: Portage-2.3.99, Repoman-2.3.22
Diffstat (limited to 'www-misc/slowcgi/slowcgi-6.7-r2.ebuild')
-rw-r--r--www-misc/slowcgi/slowcgi-6.7-r2.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/www-misc/slowcgi/slowcgi-6.7-r2.ebuild b/www-misc/slowcgi/slowcgi-6.7-r2.ebuild
deleted file mode 100644
index b6448c9..0000000
--- a/www-misc/slowcgi/slowcgi-6.7-r2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="a FastCGI to CGI wrapper server"
-HOMEPAGE="https://git.oriole.systems/slowcgi"
-SRC_URI="https://git.oriole.systems/slowcgi/snapshot/${P}.tar.gz"
-
-RESTRICT="mirror"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
- acct-user/slowcgi
- acct-group/http"
-
-src_install() {
- emake PREFIX=/usr DESTDIR="${D}" install
-
- newinitd "${FILESDIR}"/slowcgi.initd slowcgi
- newconfd "${FILESDIR}"/slowcgi.confd slowcgi
-}