diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-07-10 23:40:16 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-07-10 23:40:16 +0100 |
commit | 51af5f0eb4cddbe6aa7953717873691d77aae9ff (patch) | |
tree | 1541525274162b033ebbc3ed38abaf335fbbd49a /acct-user/stdiscosrv | |
parent | 7014a5a3ea0feffab9701fdd6b64cc7667a985af (diff) |
gentoo resync : 11.07.2019
Diffstat (limited to 'acct-user/stdiscosrv')
-rw-r--r-- | acct-user/stdiscosrv/Manifest | 2 | ||||
-rw-r--r-- | acct-user/stdiscosrv/metadata.xml | 8 | ||||
-rw-r--r-- | acct-user/stdiscosrv/stdiscosrv-0.ebuild | 14 |
3 files changed, 24 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>marecki@gentoo.org</email> + <name>Marek Szuba</name> + </maintainer> +</pkgmetadata> 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 |