From bfc3d1106556ed3016b0e84f6c3d980f39892a58 Mon Sep 17 00:00:00 2001 From: Viorel Munteanu Date: Sat, 23 Dec 2023 09:20:46 +0200 Subject: [PATCH] Revert "app-metrics/loki: Added initial ebuild, account/user groups" This reverts commit b3623bcb667ba03cab07490db533c389a2dd87de. Please add it back after adding back the corresponding acct-user and acct-group. Signed-off-by: Viorel Munteanu --- app-metrics/loki/Manifest | 1 - app-metrics/loki/loki-2.9.2.ebuild | 28 ---------------------------- app-metrics/loki/metadata.xml | 11 ----------- 3 files changed, 40 deletions(-) delete mode 100644 app-metrics/loki/Manifest delete mode 100644 app-metrics/loki/loki-2.9.2.ebuild delete mode 100644 app-metrics/loki/metadata.xml diff --git a/app-metrics/loki/Manifest b/app-metrics/loki/Manifest deleted file mode 100644 index 9bc92d1c58..0000000000 --- a/app-metrics/loki/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST loki-2.9.2.tar.gz 45711316 BLAKE2B d72445877493b7773ebd43dc7719060893b282068f7099a47b80b5bde131ae65dfb96e1f8176ef5993e07977a67b70b7692b158d673968813580b72fb34fe03a SHA512 44640fd2026ff21499916c1eb16b871f6af9b83d19fc7bae9c997f45185487093a9b5a33d402a1890024770dadbc98f45e103dacd397c0dd432ee0619838418e diff --git a/app-metrics/loki/loki-2.9.2.ebuild b/app-metrics/loki/loki-2.9.2.ebuild deleted file mode 100644 index ab67587c9a..0000000000 --- a/app-metrics/loki/loki-2.9.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit go-module - -DESCRIPTION="Like Prometheus, but for logs" -HOMEPAGE="https://github.com/grafana/loki" -SRC_URI="https://github.com/grafana/loki/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="~amd64" - -COMMON_DEPEND="acct-group/loki - acct-user/loki" -DEPEND="${COMMON_DEPEND}" -RDEPEND="${COMMON_DEPEND}" - -src_compile() { - ego build ./cmd/loki -} - -src_install() { - # Install the loki binary into /usr/bin - insinto /usr/bin - dobin loki -} diff --git a/app-metrics/loki/metadata.xml b/app-metrics/loki/metadata.xml deleted file mode 100644 index be888d8627..0000000000 --- a/app-metrics/loki/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - dev@pyl.onl - Zen - - - grafana/loki - -