commit: ac12767938470933d32cbc116eabb6ae9c8cf2be Author: Peter Alfredsen <crabbedhaloablution <AT> icloud <DOT> com> AuthorDate: Mon Dec 7 16:35:32 2020 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Wed Apr 21 19:59:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac127679
acct-group/spi: add group for raspberrypi-sys-mods Bug: https://bugs.gentoo.org/758917 Bug: https://github.com/gentoo/gentoo/pull/18551 Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Peter Alfredsen <crabbedhaloablution <AT> icloud.com> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> acct-group/spi/metadata.xml | 12 ++++++++++++ acct-group/spi/spi-0.ebuild | 8 ++++++++ 2 files changed, 20 insertions(+) diff --git a/acct-group/spi/metadata.xml b/acct-group/spi/metadata.xml new file mode 100644 index 00000000000..f224d7d9a61 --- /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>[email protected]</email> + <name>Peter Alfredsen</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</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 00000000000..88be21fa31f --- /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"
