diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-01-22 20:28:19 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-01-22 20:28:19 +0000 |
commit | abaa75b10f899ada8dd05b23cc03205064394bc6 (patch) | |
tree | eca3dd248b73b92013cba00a0fcc1edf2696e19a /acct-group/tpm | |
parent | 24fd814c326e282c4321965c31f341dad77e270d (diff) |
gentoo resync : 22.01.2021
Diffstat (limited to 'acct-group/tpm')
-rw-r--r-- | acct-group/tpm/Manifest | 2 | ||||
-rw-r--r-- | acct-group/tpm/metadata.xml | 5 | ||||
-rw-r--r-- | acct-group/tpm/tpm-0.ebuild | 8 |
3 files changed, 15 insertions, 0 deletions
diff --git a/acct-group/tpm/Manifest b/acct-group/tpm/Manifest new file mode 100644 index 000000000000..7d8027e542a6 --- /dev/null +++ b/acct-group/tpm/Manifest @@ -0,0 +1,2 @@ +EBUILD tpm-0.ebuild 146 BLAKE2B e6ca31414dee6de893fcefdd2eeeb1d7bbb50166091a5540e4accd6ea05a98f452bd8d1fa99ac86711688ca3b23af30f18988a9d408d7f60951f24e2422af95a SHA512 85c14d81dbc74bb0b78f79517fc233d1a29406b1298a53cdae07dd9f1e6dcfd5aa8d25ce52fa810627b79c5b5c928b0cdd7cf23ae02a32cbbc466c71072e7425 +MISC metadata.xml 167 BLAKE2B e4dadf27fd344484f2bccb5b904909c89aac568c32e5b3c44bdf139eacefd4b4fae74419f503d2b7da0dccc1b68ba05d777d11292c0f89270d1ac5c9c703e8ca SHA512 7c8decb24ee3a850e38186cf3c7f8933a28017426806870ad6ef9ceb2533be147a2681fc789b535a81cb528af8c29d90d3006e4f250aee23bd7dea4561294e33 diff --git a/acct-group/tpm/metadata.xml b/acct-group/tpm/metadata.xml new file mode 100644 index 000000000000..7a38bb900964 --- /dev/null +++ b/acct-group/tpm/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/tpm/tpm-0.ebuild b/acct-group/tpm/tpm-0.ebuild new file mode 100644 index 000000000000..78bf604298a0 --- /dev/null +++ b/acct-group/tpm/tpm-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=347 |