From 51af5f0eb4cddbe6aa7953717873691d77aae9ff Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 10 Jul 2019 23:40:16 +0100 Subject: gentoo resync : 11.07.2019 --- acct-user/stdiscosrv/Manifest | 2 ++ acct-user/stdiscosrv/metadata.xml | 8 ++++++++ acct-user/stdiscosrv/stdiscosrv-0.ebuild | 14 ++++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 acct-user/stdiscosrv/Manifest create mode 100644 acct-user/stdiscosrv/metadata.xml create mode 100644 acct-user/stdiscosrv/stdiscosrv-0.ebuild (limited to 'acct-user/stdiscosrv') diff --git a/acct-user/stdiscosrv/Manifest b/acct-user/stdiscosrv/Manifest new file mode 100644 index 000000000000..f800605215ae --- /dev/null +++ b/acct-user/stdiscosrv/Manifest @@ -0,0 +1,2 @@ +EBUILD stdiscosrv-0.ebuild 311 BLAKE2B ac2dca9aa8ee4694871449b483d9392e8bc17595b306d1a2420bbb3d5b0b628f450068017869aa8e551afcc9a58276369ded80cf59a17391a75e1f0ed9bde369 SHA512 d61b1d3dfa36042db0915305c25e9a4d8505052389cfc1f11168b3a224a0cc00d036acf176d4b1d320fd0400aa85eb4b72955faa5020dcfba700784e0050d309 +MISC metadata.xml 245 BLAKE2B 1564b4d8e674e807191dcc857c12585eaf336e3418e110853e311b2851b382ca8931b46a96230677251bf3784004879d8498cae2dae11c9289f4a8606dfa5d7f SHA512 bd2ae86e550344a79551fe0383e4625d28ca6fad675d84c66fc5b22ed7fe3afbfc2b4d6a7b1a5d02f6efbc56950b8295270a3dba8a1e7e51fde80a370d0c868a diff --git a/acct-user/stdiscosrv/metadata.xml b/acct-user/stdiscosrv/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/acct-user/stdiscosrv/metadata.xml @@ -0,0 +1,8 @@ + + + + + marecki@gentoo.org + Marek Szuba + + diff --git a/acct-user/stdiscosrv/stdiscosrv-0.ebuild b/acct-user/stdiscosrv/stdiscosrv-0.ebuild new file mode 100644 index 000000000000..06485edd7656 --- /dev/null +++ b/acct-user/stdiscosrv/stdiscosrv-0.ebuild @@ -0,0 +1,14 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for the Syncthing discovery server" +ACCT_USER_ID=497 +ACCT_USER_HOME=/var/lib/stdiscosrv +ACCT_USER_HOME_PERMS=0770 +ACCT_USER_GROUPS=( stdiscosrv ) + +acct-user_add_deps -- cgit v1.2.3