From 0a7beecf46610074e3d1ea7d3b02697483306bc7 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Sat, 10 Apr 2021 22:52:07 +0200 Subject: acct-group/scsi: add scsi (415) group This group will be used for sys-block/scsiadd. Bug: https://bugs.gentoo.org/781587 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki --- acct-group/scsi/metadata.xml | 5 +++++ acct-group/scsi/scsi-0.ebuild | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 acct-group/scsi/metadata.xml create mode 100644 acct-group/scsi/scsi-0.ebuild (limited to 'acct-group/scsi') diff --git a/acct-group/scsi/metadata.xml b/acct-group/scsi/metadata.xml new file mode 100644 index 000000000000..5188377528af --- /dev/null +++ b/acct-group/scsi/metadata.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/acct-group/scsi/scsi-0.ebuild b/acct-group/scsi/scsi-0.ebuild new file mode 100644 index 000000000000..e87f4b7b1c8d --- /dev/null +++ b/acct-group/scsi/scsi-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=415 -- cgit v1.2.3-65-gdbad