Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/etcd/
Date: Tue, 25 Feb 2020 05:35:47
Message-Id: 1582608827.02911bdbf963dbf1d6dbf57bb9bb6bfc0e757f6f.williamh@gentoo
1 commit: 02911bdbf963dbf1d6dbf57bb9bb6bfc0e757f6f
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 25 05:33:47 2020 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 25 05:33:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02911bdb
7
8 acct-group/etcd: add group for etcd
9
10 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
11
12 acct-group/etcd/etcd-0.ebuild | 8 ++++++++
13 acct-group/etcd/metadata.xml | 8 ++++++++
14 2 files changed, 16 insertions(+)
15
16 diff --git a/acct-group/etcd/etcd-0.ebuild b/acct-group/etcd/etcd-0.ebuild
17 new file mode 100644
18 index 00000000000..841bf1ab43e
19 --- /dev/null
20 +++ b/acct-group/etcd/etcd-0.ebuild
21 @@ -0,0 +1,8 @@
22 +# Copyright 2020 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +inherit acct-group
28 +
29 +ACCT_GROUP_ID=426
30
31 diff --git a/acct-group/etcd/metadata.xml b/acct-group/etcd/metadata.xml
32 new file mode 100644
33 index 00000000000..c36c37139fa
34 --- /dev/null
35 +++ b/acct-group/etcd/metadata.xml
36 @@ -0,0 +1,8 @@
37 +<?xml version="1.0" encoding="UTF-8"?>
38 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
39 +<pkgmetadata>
40 + <maintainer type="person">
41 + <email>williamh@g.o</email>
42 + <name>William Hubbs</name>
43 + </maintainer>
44 +</pkgmetadata>