Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/fhem/
Date: Sat, 12 Oct 2019 09:15:56
Message-Id: 1570871683.c04bfd3c6dfdd60239a28f64ebd40f864361e069.juippis@gentoo
1 commit: c04bfd3c6dfdd60239a28f64ebd40f864361e069
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Tue Sep 17 17:52:46 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 09:14:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c04bfd3c
7
8 acct-user/fhem: add user for app-misc/fhem (491)
9
10 UID 491 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: Joonas Niilola <juippis <AT> gentoo.org>
16
17 acct-user/fhem/fhem-0.ebuild | 14 ++++++++++++++
18 acct-user/fhem/metadata.xml | 12 ++++++++++++
19 2 files changed, 26 insertions(+)
20
21 diff --git a/acct-user/fhem/fhem-0.ebuild b/acct-user/fhem/fhem-0.ebuild
22 new file mode 100644
23 index 00000000000..a705ec7f97f
24 --- /dev/null
25 +++ b/acct-user/fhem/fhem-0.ebuild
26 @@ -0,0 +1,14 @@
27 +# Copyright 2019 Gentoo Authors
28 +# Distributed under the terms of the GNU General Public License v2
29 +
30 +EAPI=7
31 +
32 +inherit acct-user
33 +
34 +DESCRIPTION="A user for the FHEM perl server for house automation"
35 +
36 +ACCT_USER_GROUPS=( "fhem" )
37 +ACCT_USER_HOME="/opt/fhem"
38 +ACCT_USER_ID="491"
39 +
40 +acct-user_add_deps
41
42 diff --git a/acct-user/fhem/metadata.xml b/acct-user/fhem/metadata.xml
43 new file mode 100644
44 index 00000000000..54d5423c406
45 --- /dev/null
46 +++ b/acct-user/fhem/metadata.xml
47 @@ -0,0 +1,12 @@
48 +<?xml version="1.0" encoding="UTF-8"?>
49 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
50 +<pkgmetadata>
51 + <maintainer type="person">
52 + <email>ck+gentoo@××××××××.de</email>
53 + <name>Conrad Kostecki</name>
54 + </maintainer>
55 + <maintainer type="project">
56 + <email>proxy-maint@g.o</email>
57 + <name>Proxy Maintainers</name>
58 + </maintainer>
59 +</pkgmetadata>