commit: ce606d8017ad46c7fbee8a49f6134cd9ec929a5c Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com> AuthorDate: Tue Sep 17 17:47:53 2019 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Oct 12 09:04:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce606d80
acct-user/ddclient: add user for net-dns/ddclient UID 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 <AT> kostecki.com> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> acct-user/ddclient/ddclient-0.ebuild | 13 +++++++++++++ acct-user/ddclient/metadata.xml | 12 ++++++++++++ 2 files changed, 25 insertions(+) diff --git a/acct-user/ddclient/ddclient-0.ebuild b/acct-user/ddclient/ddclient-0.ebuild new file mode 100644 index 00000000000..ecc4a3260c0 --- /dev/null +++ b/acct-user/ddclient/ddclient-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="A user for the dynamic DNS client" + +ACCT_USER_GROUPS=( "ddclient" ) +ACCT_USER_ID="487" + +acct-user_add_deps diff --git a/acct-user/ddclient/metadata.xml b/acct-user/ddclient/metadata.xml new file mode 100644 index 00000000000..54d5423c406 --- /dev/null +++ b/acct-user/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>[email protected]</email> + <name>Conrad Kostecki</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata>
