commit: 02911bdbf963dbf1d6dbf57bb9bb6bfc0e757f6f Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Tue Feb 25 05:33:47 2020 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Tue Feb 25 05:33:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02911bdb
acct-group/etcd: add group for etcd Signed-off-by: William Hubbs <williamh <AT> gentoo.org> acct-group/etcd/etcd-0.ebuild | 8 ++++++++ acct-group/etcd/metadata.xml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/acct-group/etcd/etcd-0.ebuild b/acct-group/etcd/etcd-0.ebuild new file mode 100644 index 00000000000..841bf1ab43e --- /dev/null +++ b/acct-group/etcd/etcd-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=426 diff --git a/acct-group/etcd/metadata.xml b/acct-group/etcd/metadata.xml new file mode 100644 index 00000000000..c36c37139fa --- /dev/null +++ b/acct-group/etcd/metadata.xml @@ -0,0 +1,8 @@ +<?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>William Hubbs</name> + </maintainer> +</pkgmetadata>
