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 73697138350 for ; Mon, 27 Jan 2020 21:49:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72F97E0886; Mon, 27 Jan 2020 21:49:09 +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 57342E0886 for ; Mon, 27 Jan 2020 21:49:09 +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 6D5A034E4BC for ; Mon, 27 Jan 2020 21:49:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 043F4106 for ; Mon, 27 Jan 2020 21:49:06 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1580161737.41baf3efb78347020e3868ff1e4d67e7d9c807b5.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/prometheus/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-user/prometheus/metadata.xml acct-user/prometheus/prometheus-0.ebuild X-VCS-Directories: acct-user/prometheus/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 41baf3efb78347020e3868ff1e4d67e7d9c807b5 X-VCS-Branch: master Date: Mon, 27 Jan 2020 21:49:06 +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: 0f7fc3d1-eebd-4bbe-b166-408501a0032b X-Archives-Hash: e4f91a5cafa0787fc1868a682465ddbf commit: 41baf3efb78347020e3868ff1e4d67e7d9c807b5 Author: William Hubbs sony com> AuthorDate: Mon Jan 27 21:47:57 2020 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Jan 27 21:48:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41baf3ef acct-user/prometheus: add prometheus user Signed-off-by: William Hubbs gentoo.org> acct-user/prometheus/metadata.xml | 8 ++++++++ acct-user/prometheus/prometheus-0.ebuild | 13 +++++++++++++ 2 files changed, 21 insertions(+) diff --git a/acct-user/prometheus/metadata.xml b/acct-user/prometheus/metadata.xml new file mode 100644 index 00000000000..c36c37139fa --- /dev/null +++ b/acct-user/prometheus/metadata.xml @@ -0,0 +1,8 @@ + + + + + williamh@gentoo.org + William Hubbs + + diff --git a/acct-user/prometheus/prometheus-0.ebuild b/acct-user/prometheus/prometheus-0.ebuild new file mode 100644 index 00000000000..df0a3191d93 --- /dev/null +++ b/acct-user/prometheus/prometheus-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="user for prometheus" +ACCT_USER_ID=430 +ACCT_USER_GROUPS=( prometheus ) +ACCT_USER_HOME=/var/lib/prometheus + +acct-user_add_deps