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 0/9] drop the go-module_pkg_postinst function
Date: Sun, 29 Aug 2021 16:34:08
Message-Id: 20210829163326.32554-1-williamh@gentoo.org
1 It seems to me that we don't need this function any longer since the go
2 ebuild displays a message when it is upgraded or downgraded explaining
3 how to rebuild go packages, so I would like to remove it.
4
5 This patch series contains all of the changes I could find that need to
6 happen to allow the removal.
7
8 William Hubbs (9):
9 app-admin/vault: drop calls to go-module_pkg_postinst
10 app-metrics/blackbox_exporter: drop calls to go-module_pkg_postinst
11 app-misc/pet: drop calls to go-module_pkg_postinst
12 net-dns/coredns: drop calls to go-module_pkg_postinst
13 net-dns/dnscrypt-proxy: drop calls to go-module_pkg_postinst
14 net-vpn/riseup-vpn: drop calls to go-module_pkg_postinst
15 www-apps/gitea: drop calls to go-module_pkg_postinst
16 www-servers/caddy: drop calls to go-module_pkg_postinst
17 go-module.eclass: drop the go-module_pkg_postinst function
18
19 app-admin/vault/vault-1.5.9.ebuild | 5 -----
20 app-admin/vault/vault-1.6.5.ebuild | 5 -----
21 app-admin/vault/vault-1.7.3.ebuild | 5 -----
22 app-admin/vault/vault-1.8.1.ebuild | 5 -----
23 .../blackbox_exporter-0.19.0.ebuild | 5 -----
24 app-misc/pet/pet-0.3.6-r1.ebuild | 4 +---
25 eclass/go-module.eclass | 17 +----------------
26 net-dns/coredns/coredns-1.8.3.ebuild | 1 -
27 .../dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild | 1 -
28 .../dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild | 1 -
29 .../dnscrypt-proxy/dnscrypt-proxy-9999.ebuild | 1 -
30 net-vpn/riseup-vpn/riseup-vpn-0.21.6.ebuild | 1 -
31 www-apps/gitea/gitea-1.14.6.ebuild | 1 -
32 www-apps/gitea/gitea-9999.ebuild | 1 -
33 www-servers/caddy/caddy-2.3.0-r1.ebuild | 1 -
34 www-servers/caddy/caddy-2.4.2.ebuild | 1 -
35 16 files changed, 2 insertions(+), 53 deletions(-)
36
37 --
38 2.31.1

Replies