commit: 19f536d8fec511b36b227bd7dc2d03f289dbeeeb Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Wed Jun 26 10:00:32 2019 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Mon Jul 1 09:38:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19f536d8
acct-group/syncthing: Add 'syncthing' group (GID 499) Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> acct-group/syncthing/metadata.xml | 8 ++++++++ acct-group/syncthing/syncthing-0.ebuild | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/acct-group/syncthing/metadata.xml b/acct-group/syncthing/metadata.xml new file mode 100644 index 00000000000..3e5026ee375 --- /dev/null +++ b/acct-group/syncthing/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>[email protected]</email> + <name>Marek Szuba</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/syncthing/syncthing-0.ebuild b/acct-group/syncthing/syncthing-0.ebuild new file mode 100644 index 00000000000..4e7ab771bb4 --- /dev/null +++ b/acct-group/syncthing/syncthing-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for the system-wide net-p2p/syncthing server" +ACCT_GROUP_ID=499
