diff options
author | Sam James <sam@gentoo.org> | 2021-07-13 23:54:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-14 00:05:59 +0100 |
commit | 170cea57f49c8374713292a55d90ac2d4bce87ef (patch) | |
tree | 3cd4f205033a5aafc50ee9f2f9f33312c2dc3b96 /acct-user | |
parent | dev-util/uncrustify: fix Python dependency (diff) | |
download | gentoo-170cea57f49c8374713292a55d90ac2d4bce87ef.tar.gz gentoo-170cea57f49c8374713292a55d90ac2d4bce87ef.tar.bz2 gentoo-170cea57f49c8374713292a55d90ac2d4bce87ef.zip |
acct-user/opm: add 0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/opm/metadata.xml | 8 | ||||
-rw-r--r-- | acct-user/opm/opm-0.ebuild | 9 |
2 files changed, 17 insertions, 0 deletions
diff --git a/acct-user/opm/metadata.xml b/acct-user/opm/metadata.xml new file mode 100644 index 000000000000..979bcc7aec93 --- /dev/null +++ b/acct-user/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-user/opm/opm-0.ebuild b/acct-user/opm/opm-0.ebuild new file mode 100644 index 000000000000..f01d1ef24cd6 --- /dev/null +++ b/acct-user/opm/opm-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="User for an open proxy monitor" +ACCT_USER_ID=272 |