Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnscrypt-proxy/
Date: Wed, 01 Sep 2021 16:42:42
Message-Id: 1630514453.65bbf1e22e71c8fd21a54808f2f48e8301d5d758.williamh@gentoo
1 commit: 65bbf1e22e71c8fd21a54808f2f48e8301d5d758
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 1 16:12:20 2021 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 1 16:40:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65bbf1e2
7
8 net-dns/dnscrypt-proxy: drop calls to go-module_pkg_postinst
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
12
13 net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild | 1 -
14 net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild | 1 -
15 net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild | 1 -
16 3 files changed, 3 deletions(-)
17
18 diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild
19 index 86f103a511c..ffe2f5f05aa 100644
20 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild
21 +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild
22 @@ -74,7 +74,6 @@ src_install() {
23
24 pkg_postinst() {
25 fcaps_pkg_postinst
26 - go-module_pkg_postinst
27
28 if ! use filecaps; then
29 ewarn "'filecaps' USE flag is disabled"
30
31 diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild
32 index 19acce66145..3e4c51ce549 100644
33 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild
34 +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild
35 @@ -74,7 +74,6 @@ src_install() {
36
37 pkg_postinst() {
38 fcaps_pkg_postinst
39 - go-module_pkg_postinst
40
41 if ! use filecaps; then
42 ewarn "'filecaps' USE flag is disabled"
43
44 diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild
45 index 43359636f25..ef229346589 100644
46 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild
47 +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild
48 @@ -74,7 +74,6 @@ src_install() {
49
50 pkg_postinst() {
51 fcaps_pkg_postinst
52 - go-module_pkg_postinst
53
54 if ! use filecaps; then
55 ewarn "'filecaps' USE flag is disabled"