diff options
author | William Hubbs <william.hubbs@sony.com> | 2020-01-27 15:46:44 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2020-01-27 15:48:57 -0600 |
commit | 9cafefcd37d31029141602860c90969aaa490084 (patch) | |
tree | a853585f28ea0b8ce2c40cd078835c86cef21405 /acct-group/prometheus | |
parent | app-shells/fish: update live ebuild (diff) | |
download | gentoo-9cafefcd37d31029141602860c90969aaa490084.tar.gz gentoo-9cafefcd37d31029141602860c90969aaa490084.tar.bz2 gentoo-9cafefcd37d31029141602860c90969aaa490084.zip |
acct-group/prometheus: add prometheus group
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'acct-group/prometheus')
-rw-r--r-- | acct-group/prometheus/metadata.xml | 8 | ||||
-rw-r--r-- | acct-group/prometheus/prometheus-0.ebuild | 8 |
2 files changed, 16 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>williamh@gentoo.org</email> + <name>William Hubbs</name> + </maintainer> +</pkgmetadata> 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 |