From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D19FD1580B2 for ; Wed, 1 Sep 2021 16:42:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7C43E08BF; Wed, 1 Sep 2021 16:42:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93E42E08BF for ; Wed, 1 Sep 2021 16:42:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6983A3407E0 for ; Wed, 1 Sep 2021 16:42:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFB229C for ; Wed, 1 Sep 2021 16:42:37 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1630514453.65bbf1e22e71c8fd21a54808f2f48e8301d5d758.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnscrypt-proxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild X-VCS-Directories: net-dns/dnscrypt-proxy/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 65bbf1e22e71c8fd21a54808f2f48e8301d5d758 X-VCS-Branch: master Date: Wed, 1 Sep 2021 16:42:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c456cb5b-1d35-4cf1-8c21-cef3c97412ae X-Archives-Hash: 8df26ababdc6359a7141a7f4af40fb79 commit: 65bbf1e22e71c8fd21a54808f2f48e8301d5d758 Author: William Hubbs gentoo org> AuthorDate: Wed Sep 1 16:12:20 2021 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Sep 1 16:40:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65bbf1e2 net-dns/dnscrypt-proxy: drop calls to go-module_pkg_postinst Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: William Hubbs gentoo.org> net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild | 1 - net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild | 1 - net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild | 1 - 3 files changed, 3 deletions(-) diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild index 86f103a511c..ffe2f5f05aa 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild @@ -74,7 +74,6 @@ src_install() { pkg_postinst() { fcaps_pkg_postinst - go-module_pkg_postinst if ! use filecaps; then ewarn "'filecaps' USE flag is disabled" diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild index 19acce66145..3e4c51ce549 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild @@ -74,7 +74,6 @@ src_install() { pkg_postinst() { fcaps_pkg_postinst - go-module_pkg_postinst if ! use filecaps; then ewarn "'filecaps' USE flag is disabled" diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild index 43359636f25..ef229346589 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild @@ -74,7 +74,6 @@ src_install() { pkg_postinst() { fcaps_pkg_postinst - go-module_pkg_postinst if ! use filecaps; then ewarn "'filecaps' USE flag is disabled"