Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-metrics/prometheus/
Date: Mon, 05 Oct 2020 18:50:05
Message-Id: 1601923757.07e00db91846df066e1dc3e122fe0bae104fcfc0.williamh@gentoo
1 commit: 07e00db91846df066e1dc3e122fe0bae104fcfc0
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 5 18:48:53 2020 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 5 18:49:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e00db9
7
8 app-metrics/prometheus: 2.21.0 bump
9
10 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
11
12 app-metrics/prometheus/Manifest | 2 +
13 app-metrics/prometheus/prometheus-2.21.0.ebuild | 60 +++++++++++++++++++++++++
14 2 files changed, 62 insertions(+)
15
16 diff --git a/app-metrics/prometheus/Manifest b/app-metrics/prometheus/Manifest
17 index 517cf63cccd..1e81f479306 100644
18 --- a/app-metrics/prometheus/Manifest
19 +++ b/app-metrics/prometheus/Manifest
20 @@ -1,3 +1,5 @@
21 DIST prometheus-2.13.1.tar.gz 15249891 BLAKE2B 35cd3c81bdb4f3a783c2ab1f1318946db5b25c94496fe351739a59259a726bf54d418d6b29efeff44c8007353ed63368819ce89ffe6a4f380b7ae216da3c4d63 SHA512 aed3b44db97cd2a67add64d13e950246b25c2b459f6b1081a6c548862c4e85c055254a0dfb94b08ac85f83dbbe30afceb1c54a8ad6f7ff1367aeb6af6d270e8a
22 DIST prometheus-2.19.1-assets.tar.gz 5032055 BLAKE2B 75bc247d3dfbcccf3a9d7ef8a23fabe2d92d698670f5aabb19e1ee019e0197aa4fd49cfd53353e09a765a014af70ad860c7d1b6bce292632e5ed1175dd206ae9 SHA512 52d1f80d9ab2de778e8a0c81549ff83647d3d8af37ccf535a6fc4ac45fe29f25f6592e9b5eb137cd5ed6f6730835e4ba52b6c4c82e5b0bb2336b90c809d756de
23 DIST prometheus-2.19.1.tar.gz 13343138 BLAKE2B 042f2c6e10e3d7f50b2373d9c3977db0318c8c9839e313463890ccae58c91d6d46c306d5aaeb795fb1a9649477b179999cb6b182aca9dee222d8fba557bf6d74 SHA512 a54a83b21ac8f3477e678ca365b8f04adcbe5cdd8a17d842eb9cd2e3428238841fb0492da6f4ec973f48803b0739667c734ae8a88b48d12555e23410e6461629
24 +DIST prometheus-2.21.0-assets.tar.gz 5060038 BLAKE2B 10c9a89be71935072e6096c1bd62d9e3ff015b98baa4d11eb19cc938c857d38ebd22345173a9e404441bc1dceda4f86e82d455e6f4ea23d6ef5c78cba130ce9d SHA512 0f4b03b33c04a86d44c6521d4f0a1048f69d32b0e1797b5508a279d990171ca15268b461f567146f689aeda9fc696fd8a656147b20b6fd0293542fa15fd35a29
25 +DIST prometheus-2.21.0.tar.gz 13971178 BLAKE2B 8701d8c4318b6624e448b91959ea5afd62d0574f4329bc72c141145b197c653912b050f2da93d670ad350a244eb18c0a7e8ea9c12083fcb885233d8631653447 SHA512 6c4af981582a0cb07a8be5cfa786797507f3f23e4d52f03a4f4126b9b5df84f0481d7400120ed3368268f77d07d8d939f1a8758044e65ede291d9ccafc1b3239
26
27 diff --git a/app-metrics/prometheus/prometheus-2.21.0.ebuild b/app-metrics/prometheus/prometheus-2.21.0.ebuild
28 new file mode 100644
29 index 00000000000..b4bb7a694d1
30 --- /dev/null
31 +++ b/app-metrics/prometheus/prometheus-2.21.0.ebuild
32 @@ -0,0 +1,60 @@
33 +# Copyright 1999-2020 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +inherit go-module
38 +MY_PV=v${PV/_rc/-rc.}
39 +GIT_COMMIT=e83ef207b
40 +
41 +DESCRIPTION="Prometheus monitoring system and time series database"
42 +HOMEPAGE="https://github.com/prometheus/prometheus"
43 +SRC_URI="https://github.com/prometheus/prometheus/archive/${MY_PV}.tar.gz -> ${P}.tar.gz
44 + https://dev.gentoo.org/~williamh/dist/${P}-assets.tar.gz"
45 +
46 +LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~arm"
49 +
50 +COMMON_DEPEND="acct-group/prometheus
51 + acct-user/prometheus"
52 +DEPEND="!app-metrics/prometheus-bin
53 + ${COMMON_DEPEND}"
54 +RDEPEND="${COMMON_DEPEND}"
55 +BDEPEND=">=dev-util/promu-0.3.0"
56 +
57 +RESTRICT+=" test"
58 +
59 +src_prepare() {
60 + default
61 + sed -i -e "s/{{.Revision}}/${GIT_COMMIT}/" .promu.yml || die
62 + mv ../assets_vfsdata.go web/ui || die
63 +}
64 +
65 +src_compile() {
66 + promu build --prefix bin -v || die
67 +}
68 +
69 +src_install() {
70 + dobin bin/*
71 + dodoc -r {documentation,{README,CHANGELOG,CONTRIBUTING}.md}
72 + insinto /etc/prometheus
73 + doins documentation/examples/prometheus.yml
74 + insinto /usr/share/prometheus
75 + doins -r console_libraries consoles
76 + dosym ../../usr/share/prometheus/console_libraries /etc/prometheus/console_libraries
77 + dosym ../../usr/share/prometheus/consoles /etc/prometheus/consoles
78 +
79 + newinitd "${FILESDIR}"/prometheus.initd prometheus
80 + newconfd "${FILESDIR}"/prometheus.confd prometheus
81 + keepdir /var/log/prometheus /var/lib/prometheus
82 + fowners prometheus:prometheus /var/log/prometheus /var/lib/prometheus
83 +}
84 +
85 +pkg_postinst() {
86 + if has_version '<net-analyzer/prometheus-2.0.0_rc0'; then
87 + ewarn "Old prometheus 1.x TSDB won't be converted to the new prometheus 2.0 format"
88 + ewarn "Be aware that the old data currently cannot be accessed with prometheus 2.0"
89 + ewarn "This release requires a clean storage directory and is not compatible with"
90 + ewarn "files created by previous beta releases"
91 + fi
92 +}