diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2019-09-17 19:58:35 +0200 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-09-20 09:46:21 +0100 |
commit | ca6ad5fb2534667a59e4f25c140fd1af0ebe58ad (patch) | |
tree | f499d0eb2888cd6342f82b47fca5e504895c007c /acct-group/spectrum | |
parent | dev-libs/libvterm: add myself as maintainer (diff) | |
download | gentoo-ca6ad5fb2534667a59e4f25c140fd1af0ebe58ad.tar.gz gentoo-ca6ad5fb2534667a59e4f25c140fd1af0ebe58ad.tar.bz2 gentoo-ca6ad5fb2534667a59e4f25c140fd1af0ebe58ad.zip |
acct-group/spectrum: add group for net-im/spectrum2
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>
Diffstat (limited to 'acct-group/spectrum')
-rw-r--r-- | acct-group/spectrum/metadata.xml | 12 | ||||
-rw-r--r-- | acct-group/spectrum/spectrum-0.ebuild | 10 |
2 files changed, 22 insertions, 0 deletions
diff --git a/acct-group/spectrum/metadata.xml b/acct-group/spectrum/metadata.xml new file mode 100644 index 000000000000..54d5423c4060 --- /dev/null +++ b/acct-group/spectrum/metadata.xml @@ -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 index 000000000000..fdd5fc0e0ec3 --- /dev/null +++ b/acct-group/spectrum/spectrum-0.ebuild @@ -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" |