summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2022-02-04 10:22:26 -0600
committerWilliam Hubbs <williamh@gentoo.org>2022-02-04 10:33:06 -0600
commit9ca8a420807b068c743c090105bc83a725be7d9d (patch)
tree136db688f29abf0e8cd44cf870295ec51e14d207 /eclass
parentnet-libs/quiche: 0.12.0 version bump (diff)
downloadgentoo-9ca8a420807b068c743c090105bc83a725be7d9d.tar.gz
gentoo-9ca8a420807b068c743c090105bc83a725be7d9d.tar.bz2
gentoo-9ca8a420807b068c743c090105bc83a725be7d9d.zip
eclass: deprecate the old go eclasses
The golang-* eclasses should not be used for new go packages. Modern go packages use go modules and the go-module eclass handles this setup. Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/golang-base.eclass1
-rw-r--r--eclass/golang-build.eclass1
-rw-r--r--eclass/golang-vcs-snapshot.eclass1
-rw-r--r--eclass/golang-vcs.eclass1
4 files changed, 4 insertions, 0 deletions
diff --git a/eclass/golang-base.eclass b/eclass/golang-base.eclass
index 8e859d0fdf63..aca0e291cae8 100644
--- a/eclass/golang-base.eclass
+++ b/eclass/golang-base.eclass
@@ -5,6 +5,7 @@
# @MAINTAINER:
# William Hubbs <williamh@gentoo.org>
# @SUPPORTED_EAPIS: 5 6 7
+# @DEPRECATED: Go packages should use the 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 308503e84950..a353d19056e4 100644
--- a/eclass/golang-build.eclass
+++ b/eclass/golang-build.eclass
@@ -7,6 +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
# @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 66503e38b59d..5081f1b1d986 100644
--- a/eclass/golang-vcs-snapshot.eclass
+++ b/eclass/golang-vcs-snapshot.eclass
@@ -7,6 +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
# @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 27b2e5fa9c9b..e30888297f8c 100644
--- a/eclass/golang-vcs.eclass
+++ b/eclass/golang-vcs.eclass
@@ -7,6 +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
# @DESCRIPTION:
# This eclass is written to ease the maintenance of live ebuilds
# of software written in the Go programming language.