Gentoo Archives: gentoo-dev

From: William Hubbs <williamh@g.o>
To: gentoo-dev@l.g.o
Cc: William Hubbs <williamh@g.o>
Subject: [gentoo-dev] [PATCH 2/9] app-metrics/blackbox_exporter: drop calls to go-module_pkg_postinst
Date: Sun, 29 Aug 2021 16:37:20
Message-Id: 20210829163326.32554-3-williamh@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/9] drop the go-module_pkg_postinst function by William Hubbs
1 Package-Manager: Portage-3.0.20, Repoman-3.0.3
2 Signed-off-by: William Hubbs <williamh@g.o>
3 ---
4 .../blackbox_exporter/blackbox_exporter-0.19.0.ebuild | 5 -----
5 1 file changed, 5 deletions(-)
6
7 diff --git a/app-metrics/blackbox_exporter/blackbox_exporter-0.19.0.ebuild b/app-metrics/blackbox_exporter/blackbox_exporter-0.19.0.ebuild
8 index fd11adf7117..6a621d733a1 100644
9 --- a/app-metrics/blackbox_exporter/blackbox_exporter-0.19.0.ebuild
10 +++ b/app-metrics/blackbox_exporter/blackbox_exporter-0.19.0.ebuild
11 @@ -506,8 +506,3 @@ src_install() {
12 insinto /etc/logrotate.d
13 newins "${FILESDIR}/${PN}.logrotated" "${PN}"
14 }
15 -
16 -pkg_postinst() {
17 - fcaps_pkg_postinst
18 - go-module_pkg_postinst
19 -}
20 --
21 2.31.1