acct-group/spectrum: add group for net-im/spectrum2
authorConrad Kostecki <conrad@kostecki.com>
Tue, 17 Sep 2019 17:58:35 +0000 (19:58 +0200)
committerAndrey Utkin <andrey_utkin@gentoo.org>
Fri, 20 Sep 2019 08:46:21 +0000 (09:46 +0100)
GID 486 will be used, as its the next available.
Arch, Fedora and RHEL don't have a GID for the group.

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
acct-group/spectrum/metadata.xml [new file with mode: 0644]
acct-group/spectrum/spectrum-0.ebuild [new file with mode: 0644]

diff --git a/acct-group/spectrum/metadata.xml b/acct-group/spectrum/metadata.xml
new file mode 100644 (file)
index 0000000..54d5423
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>ck+gentoo@bl4ckb0x.de</email>
+               <name>Conrad Kostecki</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>proxy-maint@gentoo.org</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+</pkgmetadata>
diff --git a/acct-group/spectrum/spectrum-0.ebuild b/acct-group/spectrum/spectrum-0.ebuild
new file mode 100644 (file)
index 0000000..fdd5fc0
--- /dev/null
@@ -0,0 +1,10 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for the Spectrum messaging transport"
+
+ACCT_GROUP_ID="486"