Gentoo Archives: gentoo-commits

From: Andrey Utkin <andrey_utkin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/spectrum/
Date: Fri, 20 Sep 2019 08:47:44
Message-Id: 1568969181.ca6ad5fb2534667a59e4f25c140fd1af0ebe58ad.andrey_utkin@gentoo
1 commit: ca6ad5fb2534667a59e4f25c140fd1af0ebe58ad
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Tue Sep 17 17:58:35 2019 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 20 08:46:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca6ad5fb
7
8 acct-group/spectrum: add group for net-im/spectrum2
9
10 GID 486 will be used, as its the next available.
11 Arch, Fedora and RHEL don't have a GID for the group.
12
13 Package-Manager: Portage-2.3.76, Repoman-2.3.17
14 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
15 Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>
16
17 acct-group/spectrum/metadata.xml | 12 ++++++++++++
18 acct-group/spectrum/spectrum-0.ebuild | 10 ++++++++++
19 2 files changed, 22 insertions(+)
20
21 diff --git a/acct-group/spectrum/metadata.xml b/acct-group/spectrum/metadata.xml
22 new file mode 100644
23 index 00000000000..54d5423c406
24 --- /dev/null
25 +++ b/acct-group/spectrum/metadata.xml
26 @@ -0,0 +1,12 @@
27 +<?xml version="1.0" encoding="UTF-8"?>
28 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
29 +<pkgmetadata>
30 + <maintainer type="person">
31 + <email>ck+gentoo@××××××××.de</email>
32 + <name>Conrad Kostecki</name>
33 + </maintainer>
34 + <maintainer type="project">
35 + <email>proxy-maint@g.o</email>
36 + <name>Proxy Maintainers</name>
37 + </maintainer>
38 +</pkgmetadata>
39
40 diff --git a/acct-group/spectrum/spectrum-0.ebuild b/acct-group/spectrum/spectrum-0.ebuild
41 new file mode 100644
42 index 00000000000..fdd5fc0e0ec
43 --- /dev/null
44 +++ b/acct-group/spectrum/spectrum-0.ebuild
45 @@ -0,0 +1,10 @@
46 +# Copyright 2019 Gentoo Authors
47 +# Distributed under the terms of the GNU General Public License v2
48 +
49 +EAPI=7
50 +
51 +inherit acct-group
52 +
53 +DESCRIPTION="A group for the Spectrum messaging transport"
54 +
55 +ACCT_GROUP_ID="486"