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/cadvisor/
Date: Sat, 22 Feb 2020 22:40:27
Message-Id: 1582411185.fd774f5c15b903e5ee68085cca14bc01f818cc11.williamh@gentoo
1 commit: fd774f5c15b903e5ee68085cca14bc01f818cc11
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 22 22:39:45 2020 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 22 22:39:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd774f5c
7
8 acct-group/cadvisor: add cadvisor group
9
10 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
11
12 acct-group/cadvisor/cadvisor-0.ebuild | 8 ++++++++
13 acct-group/cadvisor/metadata.xml | 8 ++++++++
14 2 files changed, 16 insertions(+)
15
16 diff --git a/acct-group/cadvisor/cadvisor-0.ebuild b/acct-group/cadvisor/cadvisor-0.ebuild
17 new file mode 100644
18 index 00000000000..c44d82f6164
19 --- /dev/null
20 +++ b/acct-group/cadvisor/cadvisor-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=427
30
31 diff --git a/acct-group/cadvisor/metadata.xml b/acct-group/cadvisor/metadata.xml
32 new file mode 100644
33 index 00000000000..c36c37139fa
34 --- /dev/null
35 +++ b/acct-group/cadvisor/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>