Gentoo Archives: gentoo-commits

From: Marc Schiffbauer <mschiff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/bareos/
Date: Sat, 09 May 2020 04:14:28
Message-Id: 1588997636.0abd1600707a1a09d934635b9324dec6f3260ae1.mschiff@gentoo
1 commit: 0abd1600707a1a09d934635b9324dec6f3260ae1
2 Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 9 04:13:39 2020 +0000
4 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
5 CommitDate: Sat May 9 04:13:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0abd1600
7
8 acct-group/bareos: added group for app-admin/bareos
9
10 Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>
11
12 acct-group/bareos/bareos-0.ebuild | 9 +++++++++
13 acct-group/bareos/metadata.xml | 8 ++++++++
14 2 files changed, 17 insertions(+)
15
16 diff --git a/acct-group/bareos/bareos-0.ebuild b/acct-group/bareos/bareos-0.ebuild
17 new file mode 100644
18 index 00000000000..62958b4907e
19 --- /dev/null
20 +++ b/acct-group/bareos/bareos-0.ebuild
21 @@ -0,0 +1,9 @@
22 +# Copyright 2019 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +inherit acct-group
28 +
29 +DESCRIPTION="Group for the bareos network backup suite"
30 +ACCT_GROUP_ID=403
31
32 diff --git a/acct-group/bareos/metadata.xml b/acct-group/bareos/metadata.xml
33 new file mode 100644
34 index 00000000000..ea6b59e7902
35 --- /dev/null
36 +++ b/acct-group/bareos/metadata.xml
37 @@ -0,0 +1,8 @@
38 +<?xml version="1.0" encoding="UTF-8"?>
39 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
40 +<pkgmetadata>
41 + <maintainer type="person">
42 + <email>mschiff@g.o</email>
43 + <name>Marc Schiffbauer</name>
44 + </maintainer>
45 +</pkgmetadata>