Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/mosquitto/
Date: Fri, 27 Sep 2019 16:19:00
Message-Id: 1569601126.101bd70aab1a4804b75b82c049d0b13cb4258f3e.mattst88@gentoo
1 commit: 101bd70aab1a4804b75b82c049d0b13cb4258f3e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 26 18:21:24 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 27 16:18:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=101bd70a
7
8 acct-group/mosquitto: Add 'mosquitto' group (GID 482)
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11 Closes: https://github.com/gentoo/gentoo/pull/13052
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 acct-group/mosquitto/metadata.xml | 12 ++++++++++++
15 acct-group/mosquitto/mosquitto-0.ebuild | 9 +++++++++
16 2 files changed, 21 insertions(+)
17
18 diff --git a/acct-group/mosquitto/metadata.xml b/acct-group/mosquitto/metadata.xml
19 new file mode 100644
20 index 00000000000..c640cce56bd
21 --- /dev/null
22 +++ b/acct-group/mosquitto/metadata.xml
23 @@ -0,0 +1,12 @@
24 +<?xml version='1.0' encoding='UTF-8'?>
25 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 +<pkgmetadata>
27 + <maintainer type="person">
28 + <email>ramage.lucas@××××××××××.com</email>
29 + <name>Lucas Ramage</name>
30 + </maintainer>
31 + <maintainer type="project">
32 + <email>proxy-maint@g.o</email>
33 + <name>Proxy Maintainers</name>
34 + </maintainer>
35 +</pkgmetadata>
36
37 diff --git a/acct-group/mosquitto/mosquitto-0.ebuild b/acct-group/mosquitto/mosquitto-0.ebuild
38 new file mode 100644
39 index 00000000000..d60226b9b88
40 --- /dev/null
41 +++ b/acct-group/mosquitto/mosquitto-0.ebuild
42 @@ -0,0 +1,9 @@
43 +# Copyright 2019 Gentoo Authors
44 +# Distributed under the terms of the GNU General Public License v2
45 +
46 +EAPI=7
47 +
48 +inherit acct-group
49 +
50 +DESCRIPTION="A group for the mosquitto MQTT broker"
51 +ACCT_GROUP_ID=482