From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-metrics/node_exporter/
Date: Tue, 28 Oct 2025 20:45:40 +0000 (UTC) [thread overview]
Message-ID: <1761684336.994be66c9e0f8dc2b39304a4d7f52a7b80df8ca5.arthurzam@gentoo> (raw)
commit: 994be66c9e0f8dc2b39304a4d7f52a7b80df8ca5
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 28 20:44:00 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 28 20:45:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=994be66c
app-metrics/node_exporter: sync live
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.../node_exporter/node_exporter-9999.ebuild | 34 ++++++++++++----------
1 file changed, 19 insertions(+), 15 deletions(-)
diff --git a/app-metrics/node_exporter/node_exporter-9999.ebuild b/app-metrics/node_exporter/node_exporter-9999.ebuild
index c82259d6e83d..8e7b9b968700 100644
--- a/app-metrics/node_exporter/node_exporter-9999.ebuild
+++ b/app-metrics/node_exporter/node_exporter-9999.ebuild
@@ -13,26 +13,24 @@ if [[ ${PV} == 9999* ]]; then
EGIT_REPO_URI="https://github.com/prometheus/node_exporter.git"
else
SRC_URI="https://github.com/prometheus/node_exporter/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- SRC_URI+=" https://github.com/rahilarious/gentoo-distfiles/releases/download/${P}/deps.tar.xz -> ${P}-deps.tar.xz"
+ SRC_URI+=" https://github.com/gentoo-golang-dist/${PN}/releases/download/v${PV}/${P}-vendor.tar.xz"
KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
fi
# main pkg
LICENSE="Apache-2.0"
-# deps
-LICENSE+=" BSD BSD-2 MIT"
+# Dependent licenses
+LICENSE+=" Apache-2.0 BSD BSD-2 MIT MPL-2.0"
SLOT="0"
IUSE="selinux"
-COMMON_DEPEND="
+DEPEND="
acct-group/node_exporter
acct-user/node_exporter
selinux? ( sec-policy/selinux-node_exporter )
"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-BDEPEND=">=dev-util/promu-0.17.0"
+RDEPEND="${DEPEND}"
src_unpack() {
if [[ ${PV} == 9999* ]]; then
@@ -43,17 +41,19 @@ src_unpack() {
fi
}
-src_prepare() {
- [[ ${PV} != 9999* ]] && { ln -sv ../vendor ./ || die ; }
- default
-}
-
src_compile() {
if use x86; then
#917577 pie breaks build on x86
GOFLAGS=${GOFLAGS//-buildmode=pie}
fi
- promu build -v || die
+ local go_ldflags=(
+ -X github.com/prometheus/common/version.Version=${PV}
+ -X github.com/prometheus/common/version.Revision=${GIT_COMMIT}
+ -X github.com/prometheus/common/version.Branch=master
+ -X github.com/prometheus/common/version.BuildUser=gentoo
+ -X github.com/prometheus/common/version.BuildDate="$(date +%F-%T)"
+ )
+ ego build -mod=vendor -ldflags "${go_ldflags[*]}" -o ${PN} .
./"${PN}" --help-man > "${PN}".1 || die
}
@@ -65,13 +65,17 @@ src_install() {
dosbin "${PN}"
dodoc example-rules.yml *.md
doman "${PN}".1
+
systemd_dounit examples/systemd/node_exporter.{service,socket}
- insinto /etc/sysconfig
- newins examples/systemd/sysconfig.node_exporter node_exporter
newinitd "${FILESDIR}"/${PN}.initd-1 ${PN}
newconfd "${FILESDIR}"/${PN}.confd ${PN}
+
+ insinto /etc/sysconfig
+ newins examples/systemd/sysconfig.node_exporter node_exporter
+
insinto /etc/logrotate.d
newins "${FILESDIR}"/node_exporter-1.7.0.logrotate "${PN}"
+
keepdir /var/lib/node_exporter/textfile_collector /var/log/node_exporter
fowners -R ${PN}:${PN} /var/lib/node_exporter /var/log/node_exporter
}
next reply other threads:[~2025-10-28 20:45 UTC|newest]
Thread overview: 63+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-28 20:45 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-28 20:45 [gentoo-commits] repo/gentoo:master commit in: app-metrics/node_exporter/ Arthur Zamarin
2025-05-24 19:06 Arthur Zamarin
2025-05-24 18:47 Sam James
2025-04-28 16:48 Sam James
2025-04-07 18:56 Arthur Zamarin
2025-04-07 18:56 Arthur Zamarin
2025-03-15 18:14 Arthur Zamarin
2025-01-19 15:50 Arthur Zamarin
2025-01-19 14:55 Sam James
2025-01-19 13:10 Arthur Zamarin
2025-01-18 0:30 Jakov Smolić
2025-01-17 19:29 Arthur Zamarin
2024-12-19 15:41 William Hubbs
2024-06-15 19:21 Arthur Zamarin
2024-05-08 16:00 Arthur Zamarin
2024-01-19 18:11 William Hubbs
2024-01-07 6:48 Joonas Niilola
2024-01-07 6:14 Sam James
2023-11-26 21:47 Robin H. Johnson
2023-11-24 12:28 Sam James
2023-09-18 9:55 WANG Xuerui
2023-05-25 16:53 William Hubbs
2023-02-04 19:11 William Hubbs
2023-02-04 19:11 William Hubbs
2022-12-26 5:54 Kenton Groombridge
2022-07-22 23:37 William Hubbs
2022-07-22 23:33 William Hubbs
2022-07-18 2:23 William Hubbs
2022-06-29 7:21 WANG Xuerui
2022-04-05 21:53 Sam James
2022-04-05 21:50 Sam James
2022-01-21 19:13 Sam James
2021-08-25 20:38 Robin H. Johnson
2021-08-15 8:28 Mikle Kolyada
2021-07-16 15:17 Mikle Kolyada
2021-05-12 19:36 Mikle Kolyada
2021-04-07 8:59 Mikle Kolyada
2021-03-09 17:25 William Hubbs
2020-08-08 17:08 Matthew Thode
2020-08-08 17:08 Matthew Thode
2019-12-04 5:34 William Hubbs
2019-12-03 9:48 Michał Górny
2019-11-23 11:06 Manuel Rüger
2019-11-23 11:06 Manuel Rüger
2019-07-15 23:05 Manuel Rüger
2019-06-05 15:08 Manuel Rüger
2019-06-05 15:08 Manuel Rüger
2019-05-10 8:41 Manuel Rüger
2019-05-10 8:41 Manuel Rüger
2019-02-14 12:44 Manuel Rüger
2019-02-14 12:31 Manuel Rüger
2019-02-14 12:31 Manuel Rüger
2018-12-02 0:32 Manuel Rüger
2018-12-02 0:32 Manuel Rüger
2018-10-29 15:27 Tobias Klausmann
2018-07-17 16:44 Manuel Rüger
2018-05-15 20:01 Manuel Rüger
2018-04-27 22:04 Manuel Rüger
2018-04-27 22:03 Manuel Rüger
2018-04-18 14:39 Manuel Rüger
2018-04-10 12:28 Manuel Rüger
2018-03-30 14:31 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=1761684336.994be66c9e0f8dc2b39304a4d7f52a7b80df8ca5.arthurzam@gentoo \
--to=arthurzam@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