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/ddclient/
Date: Sat, 12 Oct 2019 09:15:55
Message-Id: 1570871080.ce606d8017ad46c7fbee8a49f6134cd9ec929a5c.juippis@gentoo
1 commit: ce606d8017ad46c7fbee8a49f6134cd9ec929a5c
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Tue Sep 17 17:47:53 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 09:04:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce606d80
7
8 acct-user/ddclient: add user for net-dns/ddclient
9
10 UID 487 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: Joonas Niilola <juippis <AT> gentoo.org>
16
17 acct-user/ddclient/ddclient-0.ebuild | 13 +++++++++++++
18 acct-user/ddclient/metadata.xml | 12 ++++++++++++
19 2 files changed, 25 insertions(+)
20
21 diff --git a/acct-user/ddclient/ddclient-0.ebuild b/acct-user/ddclient/ddclient-0.ebuild
22 new file mode 100644
23 index 00000000000..ecc4a3260c0
24 --- /dev/null
25 +++ b/acct-user/ddclient/ddclient-0.ebuild
26 @@ -0,0 +1,13 @@
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 dynamic DNS client"
35 +
36 +ACCT_USER_GROUPS=( "ddclient" )
37 +ACCT_USER_ID="487"
38 +
39 +acct-user_add_deps
40
41 diff --git a/acct-user/ddclient/metadata.xml b/acct-user/ddclient/metadata.xml
42 new file mode 100644
43 index 00000000000..54d5423c406
44 --- /dev/null
45 +++ b/acct-user/ddclient/metadata.xml
46 @@ -0,0 +1,12 @@
47 +<?xml version="1.0" encoding="UTF-8"?>
48 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
49 +<pkgmetadata>
50 + <maintainer type="person">
51 + <email>ck+gentoo@××××××××.de</email>
52 + <name>Conrad Kostecki</name>
53 + </maintainer>
54 + <maintainer type="project">
55 + <email>proxy-maint@g.o</email>
56 + <name>Proxy Maintainers</name>
57 + </maintainer>
58 +</pkgmetadata>