commit: 4fb1dd1145c5fbba9bae6295cd9de5c69d87987d Author: Pierre-Olivier Mercier <nemunaire <AT> nemunai <DOT> re> AuthorDate: Tue Aug 13 12:58:48 2019 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Sep 1 11:18:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb1dd11
acct-group/knot: new group (53) Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Pierre-Olivier Mercier <nemunaire <AT> nemunai.re> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> acct-group/knot/knot-0.ebuild | 8 ++++++++ acct-group/knot/metadata.xml | 12 ++++++++++++ 2 files changed, 20 insertions(+) diff --git a/acct-group/knot/knot-0.ebuild b/acct-group/knot/knot-0.ebuild new file mode 100644 index 00000000000..f8438eb43ff --- /dev/null +++ b/acct-group/knot/knot-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=53 diff --git a/acct-group/knot/metadata.xml b/acct-group/knot/metadata.xml new file mode 100644 index 00000000000..89aeeb96e86 --- /dev/null +++ b/acct-group/knot/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>Pierre-Olivier Mercier</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata>
