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/spi | |
parent | 8d5dbd847cbc704a6a06405856e94b461011afe3 (diff) |
gentoo resync : 28.04.2021
Diffstat (limited to 'acct-group/spi')
-rw-r--r-- | acct-group/spi/Manifest | 2 | ||||
-rw-r--r-- | acct-group/spi/metadata.xml | 12 | ||||
-rw-r--r-- | acct-group/spi/spi-0.ebuild | 8 |
3 files changed, 22 insertions, 0 deletions
diff --git a/acct-group/spi/Manifest b/acct-group/spi/Manifest new file mode 100644 index 000000000000..4903a8935449 --- /dev/null +++ b/acct-group/spi/Manifest @@ -0,0 +1,2 @@ +EBUILD spi-0.ebuild 153 BLAKE2B c94a6f2b549c998dc8197e39bda6fb050cb009b5cf508f67f5e3c68a1e0d21327bf39ec22cc62309148cbd258b20d088f04e5cae94eabd0b5b8da7cb87df95c4 SHA512 a7d6084894132a3a8968bdd45ba6d1eabd7d31cbb76b96562c66e21aabba6e0c07d794355ea68f93ee1bc65c0cef4ebd42e0d039fb02ea59a2d883bc4de0b86f +MISC metadata.xml 408 BLAKE2B 0b392b1371b35d53019fa2b1583eaa3fba469f7e6eecef4c276c4fe27a4bf04628452579b0e5234146ff50ce83d659ea10a7ae761d7d73882ff317cb352b30af SHA512 c466e4226df0dc257ae3c78aaaf030e6de79a0b74f35adadabba3505313bd283ee966a1049c57468725698c7bff46b3fcbc894bf17aa1c549b819bf3196372e5 diff --git a/acct-group/spi/metadata.xml b/acct-group/spi/metadata.xml new file mode 100644 index 000000000000..f224d7d9a616 --- /dev/null +++ b/acct-group/spi/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>crabbedhaloablution@icloud.com</email> + <name>Peter Alfredsen</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/spi/spi-0.ebuild b/acct-group/spi/spi-0.ebuild new file mode 100644 index 000000000000..88be21fa31f0 --- /dev/null +++ b/acct-group/spi/spi-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2019-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID="227" |