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