diff options
author | Sam James <sam@gentoo.org> | 2021-07-14 00:22:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-14 00:23:01 +0100 |
commit | 0d2a6147ff870e0da50c3cd41e45ba7d60a83401 (patch) | |
tree | b620f569704fc932e85f491a49dc6dc96f2a904c /acct-group | |
parent | acct-user/opm: fix group membership (diff) | |
download | gentoo-0d2a6147ff870e0da50c3cd41e45ba7d60a83401.tar.gz gentoo-0d2a6147ff870e0da50c3cd41e45ba7d60a83401.tar.bz2 gentoo-0d2a6147ff870e0da50c3cd41e45ba7d60a83401.zip |
acct-group/opm: initial import
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/opm/metadata.xml | 8 | ||||
-rw-r--r-- | acct-group/opm/opm-0.ebuild | 9 |
2 files changed, 17 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>sam@gentoo.org</email> + <name>Sam James</name> + </maintainer> +</pkgmetadata> 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 |