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 5/9] net-dns/dnscrypt-proxy: drop calls to go-module_pkg_postinst
Date: Sun, 29 Aug 2021 16:34:58
Message-Id: 20210829163326.32554-6-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 net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild | 1 -
5 net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild | 1 -
6 net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild | 1 -
7 3 files changed, 3 deletions(-)
8
9 diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild
10 index 86f103a511c..ffe2f5f05aa 100644
11 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild
12 +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild
13 @@ -74,7 +74,6 @@ src_install() {
14
15 pkg_postinst() {
16 fcaps_pkg_postinst
17 - go-module_pkg_postinst
18
19 if ! use filecaps; then
20 ewarn "'filecaps' USE flag is disabled"
21 diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild
22 index 19acce66145..3e4c51ce549 100644
23 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild
24 +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild
25 @@ -74,7 +74,6 @@ src_install() {
26
27 pkg_postinst() {
28 fcaps_pkg_postinst
29 - go-module_pkg_postinst
30
31 if ! use filecaps; then
32 ewarn "'filecaps' USE flag is disabled"
33 diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild
34 index 43359636f25..ef229346589 100644
35 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild
36 +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild
37 @@ -74,7 +74,6 @@ src_install() {
38
39 pkg_postinst() {
40 fcaps_pkg_postinst
41 - go-module_pkg_postinst
42
43 if ! use filecaps; then
44 ewarn "'filecaps' USE flag is disabled"
45 --
46 2.31.1