commit: 93af25cbc2c0a4b6c89e16b778367945c0ae4d12 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Apr 11 15:45:35 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Apr 11 16:25:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93af25cb
acct-group/rwhoisd: add group for net-misc/rwhoisd Bug: https://bugs.gentoo.org/781428 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> acct-group/rwhoisd/metadata.xml | 5 +++++ acct-group/rwhoisd/rwhoisd-0.ebuild | 10 ++++++++++ 2 files changed, 15 insertions(+) diff --git a/acct-group/rwhoisd/metadata.xml b/acct-group/rwhoisd/metadata.xml new file mode 100644 index 00000000000..7a38bb90096 --- /dev/null +++ b/acct-group/rwhoisd/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!-- maintainer-needed --> +</pkgmetadata> diff --git a/acct-group/rwhoisd/rwhoisd-0.ebuild b/acct-group/rwhoisd/rwhoisd-0.ebuild new file mode 100644 index 00000000000..efc2c2e69a7 --- /dev/null +++ b/acct-group/rwhoisd/rwhoisd-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for net-misc/rwhoisd" + +ACCT_GROUP_ID="258"
