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