From 0d2a6147ff870e0da50c3cd41e45ba7d60a83401 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 14 Jul 2021 00:22:29 +0100 Subject: acct-group/opm: initial import Signed-off-by: Sam James --- acct-group/opm/metadata.xml | 8 ++++++++ acct-group/opm/opm-0.ebuild | 9 +++++++++ 2 files changed, 17 insertions(+) create mode 100644 acct-group/opm/metadata.xml create mode 100644 acct-group/opm/opm-0.ebuild (limited to 'acct-group') diff --git a/acct-group/opm/metadata.xml b/acct-group/opm/metadata.xml new file mode 100644 index 000000000000..979bcc7aec93 --- /dev/null +++ b/acct-group/opm/metadata.xml @@ -0,0 +1,8 @@ + + + + + sam@gentoo.org + Sam James + + diff --git a/acct-group/opm/opm-0.ebuild b/acct-group/opm/opm-0.ebuild new file mode 100644 index 000000000000..a394950e5804 --- /dev/null +++ b/acct-group/opm/opm-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for an open proxy monitor" +ACCT_GROUP_ID=127 -- cgit v1.2.3-65-gdbad