aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac@gentoo.org>2023-12-23 09:20:46 +0200
committerViorel Munteanu <ceamac@gentoo.org>2023-12-23 09:20:46 +0200
commitbfc3d1106556ed3016b0e84f6c3d980f39892a58 (patch)
tree6c0d667073e3d8795b2be6729071af64219b6f9c /app-metrics
parentsys-kernel/ugrd: update Manifest (diff)
downloadguru-bfc3d1106556ed3016b0e84f6c3d980f39892a58.tar.gz
guru-bfc3d1106556ed3016b0e84f6c3d980f39892a58.tar.bz2
guru-bfc3d1106556ed3016b0e84f6c3d980f39892a58.zip
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 <ceamac@gentoo.org>
Diffstat (limited to 'app-metrics')
-rw-r--r--app-metrics/loki/Manifest1
-rw-r--r--app-metrics/loki/loki-2.9.2.ebuild28
-rw-r--r--app-metrics/loki/metadata.xml11
3 files changed, 0 insertions, 40 deletions
diff --git a/app-metrics/loki/Manifest b/app-metrics/loki/Manifest
deleted file mode 100644
index 9bc92d1c5..000000000
--- 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 ab67587c9..000000000
--- 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 be888d862..000000000
--- a/app-metrics/loki/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>dev@pyl.onl</email>
- <name>Zen</name>
- </maintainer>
- <upstream>
- <remote-id type="github">grafana/loki</remote-id>
- </upstream>
-</pkgmetadata>