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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5262C15808B for ; Sun, 13 Feb 2022 09:56:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FEC2E0909; Sun, 13 Feb 2022 09:56:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5775EE0909 for ; Sun, 13 Feb 2022 09:56:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CB653432DE for ; Sun, 13 Feb 2022 09:56:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA7D11F1 for ; Sun, 13 Feb 2022 09:56:27 +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: <1644746073.7f8297d319da8a7fe6680217ad8362b46ac1c95a.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/golang-base.eclass eclass/golang-build.eclass eclass/golang-vcs-snapshot.eclass eclass/golang-vcs.eclass X-VCS-Directories: eclass/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 7f8297d319da8a7fe6680217ad8362b46ac1c95a X-VCS-Branch: master Date: Sun, 13 Feb 2022 09:56:27 +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: 86548601-9096-4d3f-bd96-7610613ab071 X-Archives-Hash: bd81c0d880c79ecf2254a902ee0b7a06 commit: 7f8297d319da8a7fe6680217ad8362b46ac1c95a Author: William Hubbs gentoo org> AuthorDate: Sun Feb 13 09:54:33 2022 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Feb 13 09:54:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f8297d3 eclass/golang-*: fix deprecation notices Signed-off-by: William Hubbs gentoo.org> eclass/golang-base.eclass | 2 +- eclass/golang-build.eclass | 2 +- eclass/golang-vcs-snapshot.eclass | 2 +- eclass/golang-vcs.eclass | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eclass/golang-base.eclass b/eclass/golang-base.eclass index aca0e291cae8..bcb37d432cfa 100644 --- a/eclass/golang-base.eclass +++ b/eclass/golang-base.eclass @@ -5,7 +5,7 @@ # @MAINTAINER: # William Hubbs # @SUPPORTED_EAPIS: 5 6 7 -# @DEPRECATED: Go packages should use the go-module eclass +# @DEPRECATED: go-module.eclass # @BLURB: Eclass that provides base functions for Go packages. # @DESCRIPTION: # This eclass provides base functions for software written in the Go diff --git a/eclass/golang-build.eclass b/eclass/golang-build.eclass index a353d19056e4..846593e1c019 100644 --- a/eclass/golang-build.eclass +++ b/eclass/golang-build.eclass @@ -7,7 +7,7 @@ # @SUPPORTED_EAPIS: 5 6 7 # @PROVIDES: golang-base # @BLURB: Eclass for compiling go packages. -# @DEPRECATED: Go packages should use the go-module eclass +# @DEPRECATED: go-module.eclass # @DESCRIPTION: # This eclass provides default src_compile, src_test and src_install # functions for software written in the Go programming language. diff --git a/eclass/golang-vcs-snapshot.eclass b/eclass/golang-vcs-snapshot.eclass index 5081f1b1d986..fb1e3c4a1eb2 100644 --- a/eclass/golang-vcs-snapshot.eclass +++ b/eclass/golang-vcs-snapshot.eclass @@ -7,7 +7,7 @@ # @SUPPORTED_EAPIS: 5 6 7 # @PROVIDES: golang-base # @BLURB: eclass to unpack VCS snapshot tarballs for Go software -# @DEPRECATED: Go packages should use the go-module eclass +# @DEPRECATED: go-module.eclass # @DESCRIPTION: # This eclass provides a convenience src_unpack() which unpacks the # first tarball mentioned in SRC_URI to its appropriate location in diff --git a/eclass/golang-vcs.eclass b/eclass/golang-vcs.eclass index e30888297f8c..6492fe4378c5 100644 --- a/eclass/golang-vcs.eclass +++ b/eclass/golang-vcs.eclass @@ -7,7 +7,7 @@ # @SUPPORTED_EAPIS: 5 6 7 # @PROVIDES: golang-base # @BLURB: Eclass for fetching and unpacking go repositories. -# @DEPRECATED: Go packages should use the go-module eclass +# @DEPRECATED: go-module.eclass # @DESCRIPTION: # This eclass is written to ease the maintenance of live ebuilds # of software written in the Go programming language.