commit: a171ba28e6f4feff07e10491acb082d2ba2721b2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sun Mar 28 14:55:00 2021 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Mar 28 15:07:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a171ba28
acct-group/sgx: new group (405) Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> acct-group/sgx/metadata.xml | 7 +++++++ acct-group/sgx/sgx-0.ebuild | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/acct-group/sgx/metadata.xml b/acct-group/sgx/metadata.xml new file mode 100644 index 00000000000..8e7007e5a46 --- /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>[email protected]</email> + </maintainer> +</pkgmetadata> diff --git a/acct-group/sgx/sgx-0.ebuild b/acct-group/sgx/sgx-0.ebuild new file mode 100644 index 00000000000..ade0781d2b7 --- /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
