commit: 26f7df4dfbdc50ab1fa01fa5a3edca017aab72da Author: Hank Leininger <hlein <AT> korelogic <DOT> com> AuthorDate: Wed Jun 10 00:42:50 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Thu Jun 18 00:46:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f7df4d
acct-group/fvwm: new group 232 Signed-off-by: Hank Leininger <hlein <AT> korelogic.com> Closes: https://bugs.gentoo.org/710616 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> acct-group/fvwm-crystal/fvwm-crystal-0.ebuild | 8 ++++++++ acct-group/fvwm-crystal/metadata.xml | 12 ++++++++++++ 2 files changed, 20 insertions(+) diff --git a/acct-group/fvwm-crystal/fvwm-crystal-0.ebuild b/acct-group/fvwm-crystal/fvwm-crystal-0.ebuild new file mode 100644 index 00000000000..d6fc81af179 --- /dev/null +++ b/acct-group/fvwm-crystal/fvwm-crystal-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=232 diff --git a/acct-group/fvwm-crystal/metadata.xml b/acct-group/fvwm-crystal/metadata.xml new file mode 100644 index 00000000000..16853472f6b --- /dev/null +++ b/acct-group/fvwm-crystal/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"> + <email>[email protected]</email> + <name>Hank Leininger</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata>
