diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2019-09-17 19:46:20 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-10-12 12:04:36 +0300 |
commit | 6918f9a5c074802e65bd2406a492da1d413b5d99 (patch) | |
tree | 9a7a07b5f674439c02af3d2db1661439ac4f5489 /acct-group/ddclient | |
parent | dev-ruby/sassc: add 2.2.1 (diff) | |
download | gentoo-6918f9a5c074802e65bd2406a492da1d413b5d99.tar.gz gentoo-6918f9a5c074802e65bd2406a492da1d413b5d99.tar.bz2 gentoo-6918f9a5c074802e65bd2406a492da1d413b5d99.zip |
acct-group/ddclient: add group for net-dns/ddclient
GID 487 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: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'acct-group/ddclient')
-rw-r--r-- | acct-group/ddclient/ddclient-0.ebuild | 10 | ||||
-rw-r--r-- | acct-group/ddclient/metadata.xml | 12 |
2 files changed, 22 insertions, 0 deletions
diff --git a/acct-group/ddclient/ddclient-0.ebuild b/acct-group/ddclient/ddclient-0.ebuild new file mode 100644 index 000000000000..346a067ebc3d --- /dev/null +++ b/acct-group/ddclient/ddclient-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 dynamic DNS client" + +ACCT_GROUP_ID="487" diff --git a/acct-group/ddclient/metadata.xml b/acct-group/ddclient/metadata.xml new file mode 100644 index 000000000000..54d5423c4060 --- /dev/null +++ b/acct-group/ddclient/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> |