diff options
author | Mike Gilbert <floppym@gentoo.org> | 2021-03-28 10:55:00 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-03-28 11:07:19 -0400 |
commit | a171ba28e6f4feff07e10491acb082d2ba2721b2 (patch) | |
tree | 055c560febd04372744e6013f9be24606899497a /acct-group/sgx | |
parent | sys-kernel/gentoo-kernel-bin: bump to 5.11.9 for arm64 (diff) | |
download | gentoo-a171ba28e6f4feff07e10491acb082d2ba2721b2.tar.gz gentoo-a171ba28e6f4feff07e10491acb082d2ba2721b2.tar.bz2 gentoo-a171ba28e6f4feff07e10491acb082d2ba2721b2.zip |
acct-group/sgx: new group (405)
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'acct-group/sgx')
-rw-r--r-- | acct-group/sgx/metadata.xml | 7 | ||||
-rw-r--r-- | acct-group/sgx/sgx-0.ebuild | 8 |
2 files changed, 15 insertions, 0 deletions
diff --git a/acct-group/sgx/metadata.xml b/acct-group/sgx/metadata.xml new file mode 100644 index 000000000000..8e7007e5a467 --- /dev/null +++ b/acct-group/sgx/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>systemd@gentoo.org</email> + </maintainer> +</pkgmetadata> diff --git a/acct-group/sgx/sgx-0.ebuild b/acct-group/sgx/sgx-0.ebuild new file mode 100644 index 000000000000..ade0781d2b79 --- /dev/null +++ b/acct-group/sgx/sgx-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=405 |