Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/icingacmd/
Date: Wed, 04 Mar 2020 17:11:26
Message-Id: 1583341861.b870c690f16e28a9dad038c14e1c6f193b576d8c.prometheanfire@gentoo
1 commit: b870c690f16e28a9dad038c14e1c6f193b576d8c
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 4 16:46:51 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 4 17:11:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b870c690
7
8 acct-group/icingacmd: add icingacmd group
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 RepoMan-Options: --force
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 acct-group/icingacmd/icingacmd-0.ebuild | 8 ++++++++
15 acct-group/icingacmd/metadata.xml | 8 ++++++++
16 2 files changed, 16 insertions(+)
17
18 diff --git a/acct-group/icingacmd/icingacmd-0.ebuild b/acct-group/icingacmd/icingacmd-0.ebuild
19 new file mode 100644
20 index 00000000000..342794ce41e
21 --- /dev/null
22 +++ b/acct-group/icingacmd/icingacmd-0.ebuild
23 @@ -0,0 +1,8 @@
24 +# Copyright 2020 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=7
28 +
29 +inherit acct-group
30 +
31 +ACCT_GROUP_ID=458
32
33 diff --git a/acct-group/icingacmd/metadata.xml b/acct-group/icingacmd/metadata.xml
34 new file mode 100644
35 index 00000000000..3ffdeb4af3b
36 --- /dev/null
37 +++ b/acct-group/icingacmd/metadata.xml
38 @@ -0,0 +1,8 @@
39 +<?xml version="1.0" encoding="UTF-8"?>
40 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
41 +<pkgmetadata>
42 + <maintainer type="person">
43 + <email>prometheanfire@g.o</email>
44 + <name>Matthew Thode</name>
45 + </maintainer>
46 +</pkgmetadata>