commit: c560cd0ab92451d44f5653a613f3c9ef471a6c78 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Thu Sep 26 18:24:22 2019 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Sep 27 16:18:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c560cd0a
acct-user/mosquitto: Add 'mosquitto' user (UID 482) Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> acct-user/mosquitto/metadata.xml | 12 ++++++++++++ acct-user/mosquitto/mosquitto-0.ebuild | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/acct-user/mosquitto/metadata.xml b/acct-user/mosquitto/metadata.xml new file mode 100644 index 00000000000..c640cce56bd --- /dev/null +++ b/acct-user/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-user/mosquitto/mosquitto-0.ebuild b/acct-user/mosquitto/mosquitto-0.ebuild new file mode 100644 index 00000000000..f1898ee06e5 --- /dev/null +++ b/acct-user/mosquitto/mosquitto-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="A user for the mosquitto MQTT broker" +ACCT_USER_ID=482 +ACCT_USER_GROUPS=( mosquitto ) + +acct-user_add_deps
