From 9cafefcd37d31029141602860c90969aaa490084 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 27 Jan 2020 15:46:44 -0600 Subject: acct-group/prometheus: add prometheus group Signed-off-by: William Hubbs --- acct-group/prometheus/metadata.xml | 8 ++++++++ acct-group/prometheus/prometheus-0.ebuild | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 acct-group/prometheus/metadata.xml create mode 100644 acct-group/prometheus/prometheus-0.ebuild (limited to 'acct-group/prometheus') diff --git a/acct-group/prometheus/metadata.xml b/acct-group/prometheus/metadata.xml new file mode 100644 index 000000000000..c36c37139fad --- /dev/null +++ b/acct-group/prometheus/metadata.xml @@ -0,0 +1,8 @@ + + + + + williamh@gentoo.org + William Hubbs + + diff --git a/acct-group/prometheus/prometheus-0.ebuild b/acct-group/prometheus/prometheus-0.ebuild new file mode 100644 index 000000000000..00fd7dffd132 --- /dev/null +++ b/acct-group/prometheus/prometheus-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=430 -- cgit v1.2.3-65-gdbad