Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 844643 - dev-go/act: uses deprecated Go eclass (DeprecatedEclass)
Summary: dev-go/act: uses deprecated Go eclass (DeprecatedEclass)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Bernd
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 844532
  Show dependency tree
 
Reported: 2022-05-14 23:53 UTC by Sam James
Modified: 2022-05-27 06:53 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-14 23:53:57 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/act
dev-go/act
  DeprecatedEclass: version 1.6.0: uses deprecated eclass: golang-base (migrate to go-module.eclass)
Comment 1 Larry the Git Cow gentoo-dev 2022-05-27 06:53:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9554c9575d4151f5b22a9c6803cd4acf65b2ca8e

commit 9554c9575d4151f5b22a9c6803cd4acf65b2ca8e
Author:     Bernd Waibel <waebbl-gentoo@posteo.net>
AuthorDate: 2022-05-21 10:32:28 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2022-05-27 06:53:09 +0000

    dev-go/act: use go-module.eclass
    
    Update to EAPI 8
    Remove strip from RESTRICT, as this is set by the go-module.eclass already
    
    Closes: https://bugs.gentoo.org/844643
    Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
    Closes: https://github.com/gentoo/gentoo/pull/25586
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 dev-go/act/act-1.6.0.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)