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 ACE6C13835B for ; Wed, 19 May 2021 12:45:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8F44E0822; Wed, 19 May 2021 12:45:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A7CF4E0802 for ; Wed, 19 May 2021 12:45:58 +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 5ABB5340D6C for ; Wed, 19 May 2021 12:45:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D556F790 for ; Wed, 19 May 2021 12:45:55 +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: <1621428352.367130013f7bb9ce4be6d4fc97141741bb0e9154.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.27.0.ebuild X-VCS-Directories: app-metrics/prometheus-bin/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 367130013f7bb9ce4be6d4fc97141741bb0e9154 X-VCS-Branch: master Date: Wed, 19 May 2021 12:45:55 +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: 4b5c81a7-14ee-4985-ac44-342856fa5f43 X-Archives-Hash: 2be33375dc5e32a39c63216e97bad5e2 commit: 367130013f7bb9ce4be6d4fc97141741bb0e9154 Author: Mikle Kolyada gentoo org> AuthorDate: Wed May 19 12:45:22 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed May 19 12:45:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36713001 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.27.0.ebuild | 51 ---------------------- 2 files changed, 52 deletions(-) diff --git a/app-metrics/prometheus-bin/Manifest b/app-metrics/prometheus-bin/Manifest index 9111183e3c5..4f87133c593 100644 --- a/app-metrics/prometheus-bin/Manifest +++ b/app-metrics/prometheus-bin/Manifest @@ -1,3 +1,2 @@ DIST prometheus-2.26.1.linux-amd64.tar.gz 65179092 BLAKE2B 631dfbaf9d8553297bd763b2a1ce7cb97d66ec90bff126466868a59b0a0fe074fc13866e2c99f085c7257c3047ab4105f16508c1397de76a1420b4df0b203455 SHA512 53cbbef86204973a01e0d20b287cdbe2c1743dc2add0449d10da55dd3fbed95eaa5beb0a2cd08b4a33fb1825440c91633ef7680616d89838868216fafcd27c55 -DIST prometheus-2.27.0.linux-amd64.tar.gz 69496978 BLAKE2B 73c343c21b885382441d200aa42327d30446f0d577dc6875b8c8bad44cbafcf54868e3ee60aaa01273a1c8a53a94eef02477d3ffc1a33fbc08b0e65b6d45355d SHA512 6771211abc5c4ad78ef7243e8920cf57e17eaaa19496b72f634175e911b61597ed8e0c70ef88a82fb727b75bda6e4393b13d0950bfb6073feb0a0ef5352712b0 DIST prometheus-2.27.1.linux-amd64.tar.gz 69491886 BLAKE2B 7739bd6d84570d4d0db987a0b027ba875728245ded5fac17f89adddfd9b14543cd9594664a8d42392a7a018477ece69ac47367f03442c0f5b11a1e76140ad7c6 SHA512 df43385e178f698806181ab67db0b75600d356c7792f2dcfe6e3390a8a7b449f180ea8fccbc58c10ad0118cea1ba8d5664676de9741e5f91a1a4ec897baeb88f diff --git a/app-metrics/prometheus-bin/prometheus-bin-2.27.0.ebuild b/app-metrics/prometheus-bin/prometheus-bin-2.27.0.ebuild deleted file mode 100644 index da63a8595d3..00000000000 --- a/app-metrics/prometheus-bin/prometheus-bin-2.27.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 '