From 2ea27a7de8ea0f09d55c2fb51a2485195b554542 Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Mon, 25 May 2020 14:29:59 +0200 Subject: acct-user/caddy: Bump to 1 Add ACCT_USER_HOME_OWNER and _PERMS instead of using diropts in the caddy ebuild itelf. Package-Manager: Portage-2.3.99, Repoman-2.3.22 --- acct-user/caddy/Manifest | 2 +- acct-user/caddy/caddy-0.ebuild | 13 ------------- acct-user/caddy/caddy-1.ebuild | 15 +++++++++++++++ 3 files changed, 16 insertions(+), 14 deletions(-) delete mode 100644 acct-user/caddy/caddy-0.ebuild create mode 100644 acct-user/caddy/caddy-1.ebuild (limited to 'acct-user') diff --git a/acct-user/caddy/Manifest b/acct-user/caddy/Manifest index 604228f..7cbc8d7 100644 --- a/acct-user/caddy/Manifest +++ b/acct-user/caddy/Manifest @@ -1,2 +1,2 @@ -EBUILD caddy-0.ebuild 238 BLAKE2B b53c5c3dda01c0de650800e7eadf7d27c8ea714ba14e611778940bb6b812b66b562a3b820e265dd4d32562ea30f87d118e079d57150b84372f529029c9ce4a2b SHA512 5db44bd4c74ee60a63de3a98b3403c92818d4655643f2ac2b1ac2fe1630c866ad94e61702dfcef8c45f2b5fabef70489c557c5f06bdc3fb25afbfe0de3e2d60e +EBUILD caddy-1.ebuild 296 BLAKE2B d23009a504ec3239db6774ec7a7d4b9106b883e557377507b356c5442440a321708978da3c17a58c4c8cf9b6ce594fcc2a8345b98a292efbbada4b22013f4a4a SHA512 8351ea016181919ac1e1338fb5276511364120c93598f2c81758c85bafd6d7c15a7d7b11ef040a4be25fccd25d33064001076b13633fb888be465bc0e2d8d064 MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0 diff --git a/acct-user/caddy/caddy-0.ebuild b/acct-user/caddy/caddy-0.ebuild deleted file mode 100644 index 663e3d6..0000000 --- a/acct-user/caddy/caddy-0.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit acct-user - -ACCT_USER_ID=-1 -ACCT_USER_HOME=/var/lib/caddy -ACCT_USER_GROUPS=( http ) -ACCT_USER_SHELL=-1 - -acct-user_add_deps diff --git a/acct-user/caddy/caddy-1.ebuild b/acct-user/caddy/caddy-1.ebuild new file mode 100644 index 0000000..33d74a0 --- /dev/null +++ b/acct-user/caddy/caddy-1.ebuild @@ -0,0 +1,15 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +ACCT_USER_ID=-1 +ACCT_USER_HOME=/var/lib/caddy +ACCT_USER_HOME_OWNER=caddy:root +ACCT_USER_HOME_PERMS=0700 +ACCT_USER_GROUPS=( http ) +ACCT_USER_SHELL=-1 + +acct-user_add_deps -- cgit v1.2.3-2-gb3c3