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 525611580B3 for ; Wed, 1 Sep 2021 16:42:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FE22E08C8; Wed, 1 Sep 2021 16:42:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6CAF5E08C8 for ; Wed, 1 Sep 2021 16:42:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 86AE5335D8D for ; Wed, 1 Sep 2021 16:42:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15D67A3 for ; Wed, 1 Sep 2021 16:42:38 +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: <1630514454.8db8cf7605fb0cbbaba1704c37c81b8a40f08754.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/caddy/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/caddy/caddy-2.3.0-r1.ebuild www-servers/caddy/caddy-2.4.2.ebuild X-VCS-Directories: www-servers/caddy/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 8db8cf7605fb0cbbaba1704c37c81b8a40f08754 X-VCS-Branch: master Date: Wed, 1 Sep 2021 16:42:38 +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: 13a95f23-345d-4475-8710-b4e1fd653e21 X-Archives-Hash: 73416484b60c62b950d817fcf55d00c5 commit: 8db8cf7605fb0cbbaba1704c37c81b8a40f08754 Author: William Hubbs gentoo org> AuthorDate: Wed Sep 1 16:12:22 2021 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Sep 1 16:40:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8db8cf76 www-servers/caddy: drop calls to go-module_pkg_postinst Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: William Hubbs gentoo.org> www-servers/caddy/caddy-2.3.0-r1.ebuild | 1 - www-servers/caddy/caddy-2.4.2.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/www-servers/caddy/caddy-2.3.0-r1.ebuild b/www-servers/caddy/caddy-2.3.0-r1.ebuild index 32da8be5fb0..05facd87394 100644 --- a/www-servers/caddy/caddy-2.3.0-r1.ebuild +++ b/www-servers/caddy/caddy-2.3.0-r1.ebuild @@ -1160,5 +1160,4 @@ src_install() { pkg_postinst() { fcaps_pkg_postinst - go-module_pkg_postinst } diff --git a/www-servers/caddy/caddy-2.4.2.ebuild b/www-servers/caddy/caddy-2.4.2.ebuild index 2b788410be2..1f1105833ea 100644 --- a/www-servers/caddy/caddy-2.4.2.ebuild +++ b/www-servers/caddy/caddy-2.4.2.ebuild @@ -1181,5 +1181,4 @@ src_install() { pkg_postinst() { fcaps_pkg_postinst - go-module_pkg_postinst }