From 4a3e8717ee4f831d46a457fc6a7e98662002c25e Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Sun, 11 Apr 2021 16:43:06 +0200 Subject: acct-group/pkcs11: add group for dev-libs/opencryptoki Bug: https://bugs.gentoo.org/781563 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki --- acct-group/pkcs11/metadata.xml | 5 +++++ acct-group/pkcs11/pkcs11-0.ebuild | 10 ++++++++++ 2 files changed, 15 insertions(+) create mode 100644 acct-group/pkcs11/metadata.xml create mode 100644 acct-group/pkcs11/pkcs11-0.ebuild (limited to 'acct-group') diff --git a/acct-group/pkcs11/metadata.xml b/acct-group/pkcs11/metadata.xml new file mode 100644 index 000000000000..7a38bb900964 --- /dev/null +++ b/acct-group/pkcs11/metadata.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/acct-group/pkcs11/pkcs11-0.ebuild b/acct-group/pkcs11/pkcs11-0.ebuild new file mode 100644 index 000000000000..bd2c78e56eca --- /dev/null +++ b/acct-group/pkcs11/pkcs11-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 dev-libs/opencryptoki" + +ACCT_GROUP_ID="331" -- cgit v1.2.3-65-gdbad