diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-04-11 16:25:56 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-04-11 18:25:29 +0200 |
commit | 80bcdca55e96aa1538b9e2217531502481089587 (patch) | |
tree | 71c3e58a76809dc792305ebc33e16980878c362e /acct-group/notary | |
parent | acct-user/gnupg-pkcs11-scd-proxy: add user (diff) | |
download | gentoo-80bcdca55e96aa1538b9e2217531502481089587.tar.gz gentoo-80bcdca55e96aa1538b9e2217531502481089587.tar.bz2 gentoo-80bcdca55e96aa1538b9e2217531502481089587.zip |
acct-group/notary: add group for app-misc/notary
Bug: https://bugs.gentoo.org/781260
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-group/notary')
-rw-r--r-- | acct-group/notary/metadata.xml | 5 | ||||
-rw-r--r-- | acct-group/notary/notary-0.ebuild | 10 |
2 files changed, 15 insertions, 0 deletions
diff --git a/acct-group/notary/metadata.xml b/acct-group/notary/metadata.xml new file mode 100644 index 000000000000..7a38bb900964 --- /dev/null +++ b/acct-group/notary/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/notary/notary-0.ebuild b/acct-group/notary/notary-0.ebuild new file mode 100644 index 000000000000..fb865b1555cc --- /dev/null +++ b/acct-group/notary/notary-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 app-misc/notary" + +ACCT_GROUP_ID="280" |