commit: 0871e0497e619f76a54585dd0cc3c7768facd056 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Fri Apr 17 19:31:43 2020 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Fri Apr 17 19:50:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0871e049
acct-group/consul: new group for consul (approved by zmedico) Signed-off-by: William Hubbs <williamh <AT> gentoo.org> acct-group/consul/consul-0.ebuild | 8 ++++++++ acct-group/consul/metadata.xml | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/acct-group/consul/consul-0.ebuild b/acct-group/consul/consul-0.ebuild new file mode 100644 index 00000000000..615defa305d --- /dev/null +++ b/acct-group/consul/consul-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=411 diff --git a/acct-group/consul/metadata.xml b/acct-group/consul/metadata.xml new file mode 100644 index 00000000000..9a7ba2ff3c4 --- /dev/null +++ b/acct-group/consul/metadata.xml @@ -0,0 +1,7 @@ +<?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> + </maintainer> +</pkgmetadata>
