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 50E071382C5 for ; Thu, 15 Mar 2018 15:49:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B256E088F; Thu, 15 Mar 2018 15:49:44 +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 77140E088F for ; Thu, 15 Mar 2018 15:49:44 +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 A4405335C7B for ; Thu, 15 Mar 2018 15:49:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22B641F1 for ; Thu, 15 Mar 2018 15:49:41 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1521128977.81e6c02c63b65caaca5b22ff8cde4fa29f774f0a.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/prometheus/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/prometheus/Manifest net-analyzer/prometheus/prometheus-2.2.0.ebuild net-analyzer/prometheus/prometheus-2.2.1.ebuild X-VCS-Directories: net-analyzer/prometheus/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 81e6c02c63b65caaca5b22ff8cde4fa29f774f0a X-VCS-Branch: master Date: Thu, 15 Mar 2018 15:49:41 +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-Archives-Salt: e47675ab-fe66-482a-8a50-5df6ce5037b9 X-Archives-Hash: 8a069dda44e3212c298825bb17ac75ee commit: 81e6c02c63b65caaca5b22ff8cde4fa29f774f0a Author: Tobias Klausmann gentoo org> AuthorDate: Thu Mar 15 15:49:25 2018 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Thu Mar 15 15:49:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e6c02c net-analyzer/prometheus: Bump to 2.2.1 This version does not have the strage bug that plagued v2.2.0. Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-analyzer/prometheus/Manifest | 2 +- .../prometheus/{prometheus-2.2.0.ebuild => prometheus-2.2.1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/prometheus/Manifest b/net-analyzer/prometheus/Manifest index 288c83a6b60..ca0158e2897 100644 --- a/net-analyzer/prometheus/Manifest +++ b/net-analyzer/prometheus/Manifest @@ -1,2 +1,2 @@ DIST prometheus-2.1.0.tar.gz 5669858 BLAKE2B 96b9d7b1eb13017806cb2745cb874468a419550c7372aa8abada9d1a4e7fe386785f05abe8fd5681745db4a0c17260d5fde704a3b3ac5807107da0a935177264 SHA512 8adbbfcf6cf5b0bdd4a96f51f6c179c828d75a231b35f9ef40db6c07bcb8ffa6a3eb969b55a52ac70528ad5c8fe486be866db6ae174006220e0cfaa1da624346 -DIST prometheus-2.2.0.tar.gz 5629498 BLAKE2B 6d48a58258e47fe35201581fa11070b1951b633768895ce810448d13d8184072b85160510d355b06a2d09bf0c9a5785c29f0ac062fe0472b29a4c94b74ccd7cc SHA512 680ae3cb653452f1506bc62cf909994bd142ee53c9f6520391786967cfd09bd96c774fbacc09e1c9c06ebf759899a45fd0040fe7eef53c1256df390a41dcc8bf +DIST prometheus-2.2.1.tar.gz 5629500 BLAKE2B 7645267a2c5ed1c4138a5dd3929a48cb9dfa27789db38e98addbb06c37c6b482abfcf296ef1a5836bebd971d8224136c24a4ccd3093175882bb0beda1673deff SHA512 a94cf867de2b3be65b0a07307f89ebfa9c0a319820a72b3b6691edcd2e2b56b5268d27fb52bdaefea0e7084906d69b818e5292a39ccd5991e04e56d594f56ea7 diff --git a/net-analyzer/prometheus/prometheus-2.2.0.ebuild b/net-analyzer/prometheus/prometheus-2.2.1.ebuild similarity index 98% rename from net-analyzer/prometheus/prometheus-2.2.0.ebuild rename to net-analyzer/prometheus/prometheus-2.2.1.ebuild index 7c4a1eb8c4e..a9b8e625593 100644 --- a/net-analyzer/prometheus/prometheus-2.2.0.ebuild +++ b/net-analyzer/prometheus/prometheus-2.2.1.ebuild @@ -7,7 +7,7 @@ inherit user golang-build golang-vcs-snapshot EGO_PN="github.com/prometheus/prometheus" MY_PV=${PV/_rc/-rc.} EGIT_COMMIT="v${MY_PV}" -PROMETHEUS_COMMIT="f63e7db" +PROMETHEUS_COMMIT="bc6058c" ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64"