commit: 101bd70aab1a4804b75b82c049d0b13cb4258f3e Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Thu Sep 26 18:21:24 2019 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Sep 27 16:18:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=101bd70a
acct-group/mosquitto: Add 'mosquitto' group (GID 482) Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13052 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> acct-group/mosquitto/metadata.xml | 12 ++++++++++++ acct-group/mosquitto/mosquitto-0.ebuild | 9 +++++++++ 2 files changed, 21 insertions(+) diff --git a/acct-group/mosquitto/metadata.xml b/acct-group/mosquitto/metadata.xml new file mode 100644 index 00000000000..c640cce56bd --- /dev/null +++ b/acct-group/mosquitto/metadata.xml @@ -0,0 +1,12 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Lucas Ramage</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/mosquitto/mosquitto-0.ebuild b/acct-group/mosquitto/mosquitto-0.ebuild new file mode 100644 index 00000000000..d60226b9b88 --- /dev/null +++ b/acct-group/mosquitto/mosquitto-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="A group for the mosquitto MQTT broker" +ACCT_GROUP_ID=482
