From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D8E84158015 for ; Sat, 23 Dec 2023 07:24:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF1A72BC016; Sat, 23 Dec 2023 07:24:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 963312BC016 for ; Sat, 23 Dec 2023 07:24:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7556340813 for ; Sat, 23 Dec 2023 07:24:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E63C5125F for ; Sat, 23 Dec 2023 07:24:40 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1703316046.bfc3d1106556ed3016b0e84f6c3d980f39892a58.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-metrics/loki/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-metrics/loki/Manifest app-metrics/loki/loki-2.9.2.ebuild app-metrics/loki/metadata.xml X-VCS-Directories: app-metrics/loki/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: bfc3d1106556ed3016b0e84f6c3d980f39892a58 X-VCS-Branch: dev Date: Sat, 23 Dec 2023 07:24:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7b2ec8e4-cdfb-49e1-8fd0-5a1e9c302afe X-Archives-Hash: 91d48f42f6d99c94e3a2cec3cbee3d8d Message-ID: <20231223072440.lvyHHmQtQYQuVcvaxTr_Ni9Mdwn2fmVhb86T7m7x4jg@z> commit: bfc3d1106556ed3016b0e84f6c3d980f39892a58 Author: Viorel Munteanu gentoo org> AuthorDate: Sat Dec 23 07:20:46 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sat Dec 23 07:20:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bfc3d110 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 gentoo.org> 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(-) 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 - -