diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
commit | 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch) | |
tree | 758c221bad35c9288d0bd6df9c7dfc226728e52c /acct-group/sgx | |
parent | 8d5dbd847cbc704a6a06405856e94b461011afe3 (diff) |
gentoo resync : 28.04.2021
Diffstat (limited to 'acct-group/sgx')
-rw-r--r-- | acct-group/sgx/Manifest | 2 | ||||
-rw-r--r-- | acct-group/sgx/metadata.xml | 7 | ||||
-rw-r--r-- | acct-group/sgx/sgx-0.ebuild | 8 |
3 files changed, 17 insertions, 0 deletions
diff --git a/acct-group/sgx/Manifest b/acct-group/sgx/Manifest new file mode 100644 index 000000000000..abfdc6592f2f --- /dev/null +++ b/acct-group/sgx/Manifest @@ -0,0 +1,2 @@ +EBUILD sgx-0.ebuild 146 BLAKE2B 3518c0272664bd73e5971492682efe551437bd24a9c1289382c40e684b9bde84f7c9b552d54dc226b00f6284a3511bb3aba4538d002e0f91b1ba293f225f6f3c SHA512 71f2a8a51338adfbf72fb9f62ed3a0e0ac71e6d301bd026736580c1b19d6ba6a3efb272e09f64c780aa8ea18cc533543a27ee776a0744820034ba7167d947ef5 +MISC metadata.xml 219 BLAKE2B 6498f172fc689a14cc6636dfd4618c342c48a78937a3862e1968983b80fbc08c7f8b8a6b8089a1e1156be2809016c01dbc6a9bccb87ba88b394c105b52280679 SHA512 db6f809f5b14dfcd53c463e06ec29d4f10aa2393ab69691330ec1aae0d2a903baf0c43841ffb57c9e714d0442a36663fc229961200115e98789e636fc3f02d1a 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 |