commit:     7f8297d319da8a7fe6680217ad8362b46ac1c95a
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 09:54:33 2022 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> 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 <williamh <AT> 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 <willi...@gentoo.org>
 # @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.

Reply via email to