diff options
author | Zen <z@pyl.onl> | 2023-12-19 10:56:26 -0600 |
---|---|---|
committer | Zen <z@pyl.onl> | 2023-12-22 17:59:10 -0600 |
commit | b3623bcb667ba03cab07490db533c389a2dd87de (patch) | |
tree | 3c88f839dad2808237eb7cf34078ef1bf52bf1be /acct-group | |
parent | sys-kernel/uek-sources: add 5.15.0.202.135.1 (diff) | |
download | guru-b3623bcb667ba03cab07490db533c389a2dd87de.tar.gz guru-b3623bcb667ba03cab07490db533c389a2dd87de.tar.bz2 guru-b3623bcb667ba03cab07490db533c389a2dd87de.zip |
app-metrics/loki: Added initial ebuild, account/user groups
Signed-off-by: Zen <z@pyl.onl>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/loki/loki.ebuild | 9 | ||||
-rw-r--r-- | acct-group/loki/metadata.xml | 11 |
2 files changed, 20 insertions, 0 deletions
diff --git a/acct-group/loki/loki.ebuild b/acct-group/loki/loki.ebuild new file mode 100644 index 000000000..01259b501 --- /dev/null +++ b/acct-group/loki/loki.ebuild @@ -0,0 +1,9 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +DESCRIPTION="Group for Loki service account." +ACCT_GROUP_ID=536 diff --git a/acct-group/loki/metadata.xml b/acct-group/loki/metadata.xml new file mode 100644 index 000000000..6b2598807 --- /dev/null +++ b/acct-group/loki/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>z@pyl.onl</email> + <name>Zen</name> + </maintainer> + <upstream> + <remote-id type="github">grafana/loki</remote-id> + </upstream> +</pkgmetadata> |