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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0B7841382C5 for ; Fri, 14 May 2021 08:38:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C513E0858; Fri, 14 May 2021 08:38:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E40F3E0858 for ; Fri, 14 May 2021 08:38:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7893633BDF5 for ; Fri, 14 May 2021 08:38:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEF2F778 for ; Fri, 14 May 2021 08:38:50 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1620981526.ee7ce1bd66dc395bc82b88e0cfec1dd1c7e51d27.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-metrics/prometheus-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-metrics/prometheus-bin/Manifest app-metrics/prometheus-bin/prometheus-bin-2.25.0.ebuild X-VCS-Directories: app-metrics/prometheus-bin/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: ee7ce1bd66dc395bc82b88e0cfec1dd1c7e51d27 X-VCS-Branch: master Date: Fri, 14 May 2021 08:38:50 +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: 759e96ce-855e-478e-8a55-eabcc6860e08 X-Archives-Hash: d9986ab2f7ca5bab62c1c82fe9de82c8 commit: ee7ce1bd66dc395bc82b88e0cfec1dd1c7e51d27 Author: Mikle Kolyada gentoo org> AuthorDate: Fri May 14 08:20:06 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri May 14 08:38:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee7ce1bd app-metrics/prometheus-bin: Drop old Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> app-metrics/prometheus-bin/Manifest | 1 - .../prometheus-bin/prometheus-bin-2.25.0.ebuild | 51 ---------------------- 2 files changed, 52 deletions(-) diff --git a/app-metrics/prometheus-bin/Manifest b/app-metrics/prometheus-bin/Manifest index 2df029e2861..e589c802763 100644 --- a/app-metrics/prometheus-bin/Manifest +++ b/app-metrics/prometheus-bin/Manifest @@ -1,2 +1 @@ -DIST prometheus-2.25.0.linux-amd64.tar.gz 66280932 BLAKE2B 3528c9a2c3275d93152281c0083dc224e5a296636ec22628b6b43bc07f64a7c95cf96fb5f9c212c8101b441d9cba40c629d9fab9de3bcca2e18e2ade06ebb3bc SHA512 0dcbdc18fcc99a4c7cee3ce1435812b651b6cea373df4fbc7263c986c2c6c22de1a686ca44eb104ef602e2a1261957a4e0a64d3ba7b24ae4e9b587b852e5ab24 DIST prometheus-2.26.0.linux-amd64.tar.gz 65155818 BLAKE2B 1b7b9fec806e9f567da5cd3024ccbf787f75e023318609beb770d7771cd2ecfde473b39961783138da4edb5f5dd235a73a22a7e31f0cda23f16a59049239a85a SHA512 820bebe268cd3c5d1c84ecee62db37d4aa394e61870f0e15b4f8820726e1e8d06d05db79d7827d5d3a9c5f205e1970bfc8f06b63184f2792297a665adcf76d5d diff --git a/app-metrics/prometheus-bin/prometheus-bin-2.25.0.ebuild b/app-metrics/prometheus-bin/prometheus-bin-2.25.0.ebuild deleted file mode 100644 index da63a8595d3..00000000000 --- a/app-metrics/prometheus-bin/prometheus-bin-2.25.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit systemd - -DESCRIPTION="prometheus monitoring system and time series database" -HOMEPAGE="https://prometheus.io" -MY_PN=${PN%%-bin} -MY_P=${MY_PN}-${PV} -SRC_URI="https://github.com/prometheus/prometheus/releases/download/v${PV}/${MY_P}.linux-amd64.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="-* ~amd64" - -QA_PREBUILT=".*" -RESTRICT="strip" - -DEPEND="acct-group/prometheus - acct-user/prometheus - !app-metrics/prometheus" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}.linux-amd64" - -src_install() { - dobin prometheus promtool - insinto /usr/share/prometheus - doins -r console_libraries consoles - insinto /etc/prometheus - doins prometheus.yml - dosym ../../usr/share/prometheus/console_libraries /etc/prometheus/console_libraries - dosym ../../usr/share/prometheus/consoles /etc/prometheus/consoles - - systemd_dounit "${FILESDIR}"/prometheus.service - newinitd "${FILESDIR}"/prometheus.initd prometheus - newconfd "${FILESDIR}"/prometheus.confd prometheus - keepdir /var/log/prometheus /var/lib/prometheus - fowners prometheus:prometheus /var/log/prometheus /var/lib/prometheus -} - -pkg_postinst() { - if has_version '