diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-04-10 22:52:07 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-04-10 22:56:56 +0200 |
commit | 0a7beecf46610074e3d1ea7d3b02697483306bc7 (patch) | |
tree | 710b9903c99e4d07aebb70b8bfd4f053e4a5b7b5 /acct-group | |
parent | dev-python/py: update HOMEPAGE and upstream metadata (diff) | |
download | gentoo-0a7beecf46610074e3d1ea7d3b02697483306bc7.tar.gz gentoo-0a7beecf46610074e3d1ea7d3b02697483306bc7.tar.bz2 gentoo-0a7beecf46610074e3d1ea7d3b02697483306bc7.zip |
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 <conikost@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/scsi/metadata.xml | 5 | ||||
-rw-r--r-- | acct-group/scsi/scsi-0.ebuild | 8 |
2 files changed, 13 insertions, 0 deletions
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 @@ +<?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/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 |