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