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