Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 844676

Summary: dev-go/goversion: uses deprecated Go eclass (DeprecatedEclass)
Product: Gentoo Linux Reporter: Sam James <sam>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 844532    

Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-14 23:54:43 UTC
This package uses a deprecated Go eclass. It must be migrated to go-module.eclass. Fixing this does not require a revbump as it'll already be successfully installed.

$ pkgcheck scan -k DeprecatedEclass dev-go/goversion
dev-go/goversion
  DeprecatedEclass: version 1.2.0: uses deprecated eclass: golang-build (migrate to go-module.eclass)
  DeprecatedEclass: version 1.2.0: uses deprecated eclass: golang-vcs-snapshot (migrate to go-module.eclass)
Comment 1 Larry the Git Cow gentoo-dev 2024-05-11 14:02:25 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ce691f39a263ad3105441cf29524de037b953f9

commit 6ce691f39a263ad3105441cf29524de037b953f9
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2024-05-11 13:25:46 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2024-05-11 13:58:33 +0000

    dev-go/goversion: EAPI 6 -> 8, use go-module.eclass
    
    Closes: https://bugs.gentoo.org/679186
    Closes: https://bugs.gentoo.org/844676
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 dev-go/goversion/goversion-1.2.0-r1.ebuild | 33 ++++++++++++++++++++++++++++++
 dev-go/goversion/goversion-1.2.0.ebuild    | 29 --------------------------
 2 files changed, 33 insertions(+), 29 deletions(-)