From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE88B138334 for ; Fri, 27 Sep 2019 16:19:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D5F1E0843; Fri, 27 Sep 2019 16:19:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0496AE0843 for ; Fri, 27 Sep 2019 16:19:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2416834B669 for ; Fri, 27 Sep 2019 16:18:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1435C7FC for ; Fri, 27 Sep 2019 16:18:57 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1569601127.c560cd0ab92451d44f5653a613f3c9ef471a6c78.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/mosquitto/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-user/mosquitto/metadata.xml acct-user/mosquitto/mosquitto-0.ebuild X-VCS-Directories: acct-user/mosquitto/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c560cd0ab92451d44f5653a613f3c9ef471a6c78 X-VCS-Branch: master Date: Fri, 27 Sep 2019 16:18:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 48649ded-b079-4101-8cda-b24825a81458 X-Archives-Hash: 26feee07043a7f92f67fcc1d46f3221e commit: c560cd0ab92451d44f5653a613f3c9ef471a6c78 Author: Matt Turner gentoo org> AuthorDate: Thu Sep 26 18:24:22 2019 +0000 Commit: Matt Turner gentoo 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 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 @@ + + + + + ramage.lucas@protonmail.com + Lucas Ramage + + + proxy-maint@gentoo.org + Proxy Maintainers + + 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