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/Manifest              |  4 ++--
 www-misc/slowcgi/files/slowcgi.confd   |  2 +-
 www-misc/slowcgi/slowcgi-6.7-r1.ebuild | 27 +++++++++++++++++++++++++++
 www-misc/slowcgi/slowcgi-6.7.ebuild    | 23 -----------------------
 4 files changed, 30 insertions(+), 26 deletions(-)
 create mode 100644 www-misc/slowcgi/slowcgi-6.7-r1.ebuild
 delete mode 100644 www-misc/slowcgi/slowcgi-6.7.ebuild

diff --git a/www-misc/slowcgi/Manifest b/www-misc/slowcgi/Manifest
index 50656f3..94bf59a 100644
--- a/www-misc/slowcgi/Manifest
+++ b/www-misc/slowcgi/Manifest
@@ -1,4 +1,4 @@
-AUX slowcgi.confd 62 BLAKE2B 85d620a16d9d58f85c72e25f483a5cdf8ac8263f4d271b2ec159293e4da7e052e12b6f47d67f27ac1fe71065a58c61954f8825160c75b7b2a99291551a415574 SHA512 786f2e9be3fab6123d2fb13e0f8d75e991526850a7a7e2bfef82c56272f9f584157658842e08fda7ada16eda8a38fa3c03683fb211a207380466467ad8f55525
+AUX slowcgi.confd 66 BLAKE2B 3c2915a7fb5c8573b6893179a973a491ce502f757e90f0c1a758f6cc4131dbea43394e64a5c6442aa6542535ca1a859fdef85f67d1e1e0548049d6a507186387 SHA512 7eaa94c3a30f886427466f65e5b86244295e1aca790a0e6b5e6932cbfa68bbc0809e68d6dbddc4521f3d4bf330822746de06055e844813493a5340db040f960f
 AUX slowcgi.initd 250 BLAKE2B bc4da30f282896926dc374a169f6d4ef35525022e0864fcd778cbcdddfe701cc08bde8e385584123ac61a8c56b4711c07579fc7e791b0e98592a10844ff07779 SHA512 343ccfe9ea3d2bec667bd9ba4c7816041ff49f6e2894d447cf6dc0faad4d597fb72cb8afc53122bf5585e772ca2083bd8d6dd395fc513fc0a03039a9f352073f
-EBUILD slowcgi-6.7.ebuild 502 BLAKE2B 271547e765d705c2cc396756e8e576c209e487fb6b37501ba025e3e634f57c75c0d6993e8bed1040893a3a27c67a0dcec0e737a4afbbaaf743c2e4945d7ada96 SHA512 50c08acd8cdd7423b0dc1b1fa9fb83d7ffae015e336bf94b8c06826b53b1b7c748f883e92c483609d5b9756120ba7b69a13e9acb103a0d1705184764b3a3f7c0
+EBUILD slowcgi-6.7-r1.ebuild 549 BLAKE2B 43bb570eca68325c0e9e3a6b71ce2f7845b0e0323f1951ed80c9d3fa7fbb4bcb43e6ff6bc92d1590fab1cb72c49a42aa338050f31621b419037d6b0786f4bcc3 SHA512 26bbeb68aad343c4b569d726cdbd246294d10bd3484404835997332395af6fbf0a41fc07fb06f6747ce63b4484475897a23c976c4ca3f1aab5930e58d51d505d
 MISC metadata.xml 223 BLAKE2B 2c1cd83f1f1d25a43ea978cd66b5c9f6020889613dfaed65d6745858a45d4bf50fda775305420e41c36cafd63d63746ed894411acbced66ab8ae04906dfb8592 SHA512 4f71eacfeb2b21a4ea746ce1663777937b920e942c94eef1fe93c3557e207c9fdb2569369d56637cba563dc50179d62195db6225123ecfedc303600b8a0bb49b
diff --git a/www-misc/slowcgi/files/slowcgi.confd b/www-misc/slowcgi/files/slowcgi.confd
index 89e9e8f..8cef8a4 100644
--- a/www-misc/slowcgi/files/slowcgi.confd
+++ b/www-misc/slowcgi/files/slowcgi.confd
@@ -1 +1 @@
-SLOWCGI_OPTS="-d -p / -s /run/slowcgi.sock -U caddy -u caddy"
+SLOWCGI_OPTS="-d -p / -s /run/slowcgi.sock -U slowcgi -u slowcgi"
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
+}
diff --git a/www-misc/slowcgi/slowcgi-6.7.ebuild b/www-misc/slowcgi/slowcgi-6.7.ebuild
deleted file mode 100644
index 6af92e1..0000000
--- a/www-misc/slowcgi/slowcgi-6.7.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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=""
-
-src_install() {
-	emake PREFIX=/usr DESTDIR="${D}" install
-
-	newinitd "${FILESDIR}"/slowcgi.initd slowcgi
-	newconfd "${FILESDIR}"/slowcgi.confd slowcgi
-}
-- 
cgit v1.2.3-2-gb3c3