From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-metrics/blackbox_exporter/
Date: Thu, 23 Jan 2025 03:18:08 +0000 (UTC) [thread overview]
Message-ID: <1737602276.ccb8451cd1d0022e64eb4920f5078ffb9a6491b8.williamh@gentoo> (raw)
commit: ccb8451cd1d0022e64eb4920f5078ffb9a6491b8
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 23 03:08:58 2025 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 03:17:56 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccb8451c
app-metrics/blackbox_exporter: drop 0.21.1
Bug: https://bugs.gentoo.org/883651
Closes: https://bugs.gentoo.org/948487
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
app-metrics/blackbox_exporter/Manifest | 2 -
.../blackbox_exporter-0.21.1.ebuild | 56 ----------------------
2 files changed, 58 deletions(-)
diff --git a/app-metrics/blackbox_exporter/Manifest b/app-metrics/blackbox_exporter/Manifest
index 151c9bbbec2b..de73816d4af9 100644
--- a/app-metrics/blackbox_exporter/Manifest
+++ b/app-metrics/blackbox_exporter/Manifest
@@ -1,4 +1,2 @@
-DIST blackbox_exporter-0.21.1-deps.tar.xz 55088548 BLAKE2B a078e62ea071df29de3d8b7cd7fc957cd0eccdf076b3257c29513b0d15deaae383fc22273731b6a382c09ce6c51f2666bcd1430bf3f5e4b017189a32889048e1 SHA512 92f46ee0382c85399fe8d4d43b38e77ea81971000dc1b4bcff2d9fbe2b55a5936b712e2345690a5005b68daddde0419c20f2ff5def4058f6eb7a2d7972e8c0af
-DIST blackbox_exporter-0.21.1.tar.gz 79415 BLAKE2B 3587b01c33c47f370d55120cf4fac5ceeabdb2e89ea14ca588def902c67b237e78bca755ea5eac102d6f081c60a7bd5e1e6e5de9c2e2df9cb78c2f6856c5ee17 SHA512 a4d5187db9c99279d01d22c42c6569be836def2a033bf60c8f0a3131d329d8ac934b5ee30d2e9f185c4743c88ca287803165f7910378eb2d1ff27ae7671ab690
DIST blackbox_exporter-0.24.0-deps.tar.xz 44271112 BLAKE2B acda81de9f45e7558c554566cef767c25ba59788ff31859bca16bb6bb8e64a8e7405969482ce96d64ee7df425264a253b6ca5364b91795b77a785d7d304a1964 SHA512 21e2c709ee44d4aedf796fd9a8d2eccd884978ccd770e1776653e7c5cc16a885f3f985b59705f4862d71520b9e78bce7d7fdb876531c27ccf8d9cf13da14febd
DIST blackbox_exporter-0.24.0.tar.gz 69061 BLAKE2B a82137bfe8b911468ec05360f69a612e3bf2bb4094ce0d44b7499345484159beac06fc0d7f657ff4982b839d2d90759c04590eea1f3192a1e84d3dfb9a3ccfa8 SHA512 0c2c19d5a44465838d17c46318804416d32ed229c9d882d064559c2fec41d82029d0f5b7e5c8e6fb6e3473c41b53ae2a4a6c6e65ffacac3afe4263a48c698c29
diff --git a/app-metrics/blackbox_exporter/blackbox_exporter-0.21.1.ebuild b/app-metrics/blackbox_exporter/blackbox_exporter-0.21.1.ebuild
deleted file mode 100644
index dca6860bceb1..000000000000
--- a/app-metrics/blackbox_exporter/blackbox_exporter-0.21.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit fcaps go-module systemd
-GIT_COMMIT=e0d5e44
-MY_PV="v${PV/_rc/-rc.}"
-
-DESCRIPTION="Prometheus exporter for blackbox probing via HTTP, HTTPS, DNS, TCP and ICMP"
-HOMEPAGE="https://github.com/prometheus/blackbox_exporter"
-SRC_URI="https://github.com/prometheus/blackbox_exporter/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
-
-LICENSE="Apache-2.0 BSD BSD-2 MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-COMMON_DEPEND="
- acct-group/blackbox_exporter
- acct-user/blackbox_exporter"
- DEPEND="${COMMON_DEPEND}"
- RDEPEND="${COMMON_DEPEND}"
-BDEPEND="dev-util/promu"
-
-FILECAPS=(
- cap_net_raw usr/bin/blackbox_exporter
-)
-
-# tests require the network
-RESTRICT+=" test "
-
-src_prepare() {
- default
- sed -i \
- -e "s/{{.Branch}}/Head/" \
- -e "s/{{.Revision}}/${GIT_COMMIT}/" \
- -e "s/{{.Version}}/${PV}/" .promu.yml || die
-}
-
-src_compile() {
- promu build -v --prefix bin || die
-}
-
-src_install() {
- newbin bin/${P} ${PN}
- dodoc {README,CHANGELOG,CONFIGURATION}.md blackbox.yml
- insinto /etc/blackbox_exporter
- newins example.yml blackbox.yml
- keepdir /var/lib/blackbox_exporter /var/log/blackbox_exporter
- systemd_dounit "${FILESDIR}"/blackbox_exporter.service
- newinitd "${FILESDIR}"/${PN}.initd ${PN}
- newconfd "${FILESDIR}"/${PN}.confd ${PN}
- insinto /etc/logrotate.d
- newins "${FILESDIR}/${PN}.logrotated" "${PN}"
- fowners ${PN}:${PN} /var/lib/blackbox_exporter /var/log/blackbox_exporter
-}
next reply other threads:[~2025-01-23 3:18 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-23 3:18 William Hubbs [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-08 18:54 [gentoo-commits] repo/gentoo:master commit in: app-metrics/blackbox_exporter/ Arthur Zamarin
2025-01-23 3:18 William Hubbs
2024-10-02 22:53 Sam James
2023-10-28 21:40 John Helmert III
2022-10-21 17:40 William Hubbs
2022-07-17 21:08 William Hubbs
2022-06-20 1:41 William Hubbs
2021-09-01 16:42 William Hubbs
2021-05-14 8:38 Mikle Kolyada
2021-05-13 15:28 William Hubbs
2021-05-10 16:22 Mikle Kolyada
2021-05-04 15:18 William Hubbs
2021-05-03 22:37 William Hubbs
2021-04-21 8:09 Mikle Kolyada
2021-04-19 13:58 Mikle Kolyada
2021-04-09 8:21 Mikle Kolyada
2020-07-05 17:17 William Hubbs
2019-12-04 5:34 William Hubbs
2019-12-03 9:48 Michał Górny
2019-11-23 11:02 Manuel Rüger
2019-11-19 12:41 Manuel Rüger
2019-11-19 12:41 Manuel Rüger
2019-09-17 15:42 Manuel Rüger
2019-09-17 11:27 Manuel Rüger
2019-09-17 11:27 Manuel Rüger
2019-03-28 14:28 Manuel Rüger
2018-12-07 19:14 Manuel Rüger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1737602276.ccb8451cd1d0022e64eb4920f5078ffb9a6491b8.williamh@gentoo \
--to=williamh@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox