diff options
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/gpio/gpio-0.ebuild | 8 | ||||
-rw-r--r-- | acct-group/gpio/metadata.xml | 12 |
2 files changed, 20 insertions, 0 deletions
diff --git a/acct-group/gpio/gpio-0.ebuild b/acct-group/gpio/gpio-0.ebuild new file mode 100644 index 000000000000..9f8e9a3621d1 --- /dev/null +++ b/acct-group/gpio/gpio-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="225" diff --git a/acct-group/gpio/metadata.xml b/acct-group/gpio/metadata.xml new file mode 100644 index 000000000000..f224d7d9a616 --- /dev/null +++ b/acct-group/gpio/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> |