From 5889ca203adaf3d15d4cc369616b2eb8758ca554 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Sun, 18 Jul 2021 18:24:56 +0200 Subject: acct-user/pushgateway: add user (288) pushgateway Bug: https://bugs.gentoo.org/781245 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki --- acct-user/pushgateway/metadata.xml | 8 ++++++++ acct-user/pushgateway/pushgateway-0.ebuild | 13 +++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 acct-user/pushgateway/metadata.xml create mode 100644 acct-user/pushgateway/pushgateway-0.ebuild (limited to 'acct-user') diff --git a/acct-user/pushgateway/metadata.xml b/acct-user/pushgateway/metadata.xml new file mode 100644 index 000000000000..9e1d47466c8d --- /dev/null +++ b/acct-user/pushgateway/metadata.xml @@ -0,0 +1,8 @@ + + + + + zmedico@gentoo.org + Zac Medico + + diff --git a/acct-user/pushgateway/pushgateway-0.ebuild b/acct-user/pushgateway/pushgateway-0.ebuild new file mode 100644 index 000000000000..dfd5dad5e837 --- /dev/null +++ b/acct-user/pushgateway/pushgateway-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="A user for app-metrics/pushgateway" + +ACCT_USER_GROUPS=( "pushgateway" ) +ACCT_USER_ID="288" + +acct-user_add_deps -- cgit v1.2.3-65-gdbad