Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/syncthing/
Date: Mon, 01 Jul 2019 09:40:23
Message-Id: 1561973933.19f536d8fec511b36b227bd7dc2d03f289dbeeeb.marecki@gentoo
1 commit: 19f536d8fec511b36b227bd7dc2d03f289dbeeeb
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 26 10:00:32 2019 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 1 09:38:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19f536d8
7
8 acct-group/syncthing: Add 'syncthing' group (GID 499)
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 acct-group/syncthing/metadata.xml | 8 ++++++++
13 acct-group/syncthing/syncthing-0.ebuild | 9 +++++++++
14 2 files changed, 17 insertions(+)
15
16 diff --git a/acct-group/syncthing/metadata.xml b/acct-group/syncthing/metadata.xml
17 new file mode 100644
18 index 00000000000..3e5026ee375
19 --- /dev/null
20 +++ b/acct-group/syncthing/metadata.xml
21 @@ -0,0 +1,8 @@
22 +<?xml version="1.0" encoding="UTF-8"?>
23 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
24 +<pkgmetadata>
25 + <maintainer type="person">
26 + <email>marecki@g.o</email>
27 + <name>Marek Szuba</name>
28 + </maintainer>
29 +</pkgmetadata>
30
31 diff --git a/acct-group/syncthing/syncthing-0.ebuild b/acct-group/syncthing/syncthing-0.ebuild
32 new file mode 100644
33 index 00000000000..4e7ab771bb4
34 --- /dev/null
35 +++ b/acct-group/syncthing/syncthing-0.ebuild
36 @@ -0,0 +1,9 @@
37 +# Copyright 2019 Gentoo Authors
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=7
41 +
42 +inherit acct-group
43 +
44 +DESCRIPTION="Group for the system-wide net-p2p/syncthing server"
45 +ACCT_GROUP_ID=499