From 375aee3c489dccd8fed2a26cd0aa25a45b3b01a3 Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Mon, 25 May 2020 14:36:08 +0200 Subject: www-misc/slowcgi: Bump to 6.7-r1 Use GLEP 81 for the slowcgi user and group. Package-Manager: Portage-2.3.99, Repoman-2.3.22 --- www-misc/slowcgi/slowcgi-6.7-r1.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 www-misc/slowcgi/slowcgi-6.7-r1.ebuild (limited to 'www-misc/slowcgi/slowcgi-6.7-r1.ebuild') diff --git a/www-misc/slowcgi/slowcgi-6.7-r1.ebuild b/www-misc/slowcgi/slowcgi-6.7-r1.ebuild new file mode 100644 index 0000000..91cf838 --- /dev/null +++ b/www-misc/slowcgi/slowcgi-6.7-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit git-r3 + +DESCRIPTION="a FastCGI to CGI wrapper server" +HOMEPAGE="https://git.oriole.systems/slowcgi.git" +EGIT_REPO_URI="https://git.oriole.systems/slowcgi.git" +EGIT_COMMIT="${PV}" + +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 +} -- cgit v1.2.3-2-gb3c3