Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 844418 - dev-go/go-tools: uses deprecated EGO_SUM (DeprecatedEclassVariable)
Summary: dev-go/go-tools: uses deprecated EGO_SUM (DeprecatedEclassVariable)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 844238
  Show dependency tree
 
Reported: 2022-05-14 23:17 UTC by Sam James
Modified: 2022-05-15 17:20 UTC (History)
0 users

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:17:14 UTC
This package uses the deprecated EGO_SUM go-module.eclass variable. It must be migrated to dep tarballs (see eclassdocs) or vendored deps if upstream provide them.

$ pkgcheck scan -k DeprecatedEclassVariable dev-go/go-tools
dev-go/go-tools
  DeprecatedEclassVariable: version 0.1.4: uses deprecated variable on line 15: EGO_SUM (no replacement)
  DeprecatedEclassVariable: version 0.1.9: uses deprecated variable on line 15: EGO_SUM (no replacement)
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-14 23:57:55 UTC
William asked that I comment on all of these bugs to note you don't need to revbump to fix it as it'll be successfully installed already.
Comment 2 Larry the Git Cow gentoo-dev 2022-05-15 17:20:59 UTC
The bug has been closed via the following commit(s):

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

commit a03447116048a61fbace889637167b8ec472ce91
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2022-05-15 17:19:24 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2022-05-15 17:20:14 +0000

    dev-go/go-tools: drop 0.1.4, 0.1.9
    
    Closes: https://bugs.gentoo.org/844418
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 dev-go/go-tools/Manifest              |  42 --------
 dev-go/go-tools/go-tools-0.1.4.ebuild | 189 --------------------------------
 dev-go/go-tools/go-tools-0.1.9.ebuild | 195 ----------------------------------
 3 files changed, 426 deletions(-)