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-user/spectrum/
Date: Fri, 20 Sep 2019 08:47:43
Message-Id: 1568969187.9b80bb3683a62d6534373fdd864faf738c2fa72d.andrey_utkin@gentoo
1 commit: 9b80bb3683a62d6534373fdd864faf738c2fa72d
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Tue Sep 17 17:59:05 2019 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 20 08:46:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b80bb36
7
8 acct-user/spectrum: add user for net-im/spectrum2
9
10 UID 486 will be used, as its the next available.
11 Arch, Fedora and RHEL don't have a UID for the user.
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-user/spectrum/metadata.xml | 12 ++++++++++++
18 acct-user/spectrum/spectrum-0.ebuild | 14 ++++++++++++++
19 2 files changed, 26 insertions(+)
20
21 diff --git a/acct-user/spectrum/metadata.xml b/acct-user/spectrum/metadata.xml
22 new file mode 100644
23 index 00000000000..54d5423c406
24 --- /dev/null
25 +++ b/acct-user/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-user/spectrum/spectrum-0.ebuild b/acct-user/spectrum/spectrum-0.ebuild
41 new file mode 100644
42 index 00000000000..47560fb7af7
43 --- /dev/null
44 +++ b/acct-user/spectrum/spectrum-0.ebuild
45 @@ -0,0 +1,14 @@
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-user
52 +
53 +DESCRIPTION="A user for the Spectrum messaging transport"
54 +
55 +ACCT_USER_GROUPS=( "spectrum" )
56 +ACCT_USER_HOME="/var/lib/spectrum2"
57 +ACCT_USER_ID="486"
58 +
59 +acct-user_add_deps