From 2e8599e7e8c4d2a361ea7eb085a65e64ec2345e7 Mon Sep 17 00:00:00 2001 From: Hank Leininger Date: Tue, 18 Feb 2020 13:53:14 -0700 Subject: [PATCH] acct-group/scponly: added group for scponly MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Hank Leininger Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Ulrich Müller --- acct-group/scponly/metadata.xml | 12 ++++++++++++ acct-group/scponly/scponly-0.ebuild | 9 +++++++++ 2 files changed, 21 insertions(+) create mode 100644 acct-group/scponly/metadata.xml create mode 100644 acct-group/scponly/scponly-0.ebuild diff --git a/acct-group/scponly/metadata.xml b/acct-group/scponly/metadata.xml new file mode 100644 index 000000000000..16853472f6b4 --- /dev/null +++ b/acct-group/scponly/metadata.xml @@ -0,0 +1,12 @@ + + + + + hlein@korelogic.com + Hank Leininger + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/acct-group/scponly/scponly-0.ebuild b/acct-group/scponly/scponly-0.ebuild new file mode 100644 index 000000000000..e01ce81b073a --- /dev/null +++ b/acct-group/scponly/scponly-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="group for scponly" +ACCT_GROUP_ID=239 -- 2.26.2