Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 844424 - dev-go/licenseclassifier: uses deprecated EGO_SUM (DeprecatedEclassVariable)
Summary: dev-go/licenseclassifier: 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
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 844238
  Show dependency tree
 
Reported: 2022-05-14 23:17 UTC by Sam James
Modified: 2025-01-25 20:28 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:23 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/licenseclassifier
dev-go/licenseclassifier
  DeprecatedEclassVariable: version 0_pre20200402: uses deprecated variable on line 28: EGO_SUM (no replacement)
  DeprecatedEclassVariable: version 9999: uses deprecated variable on line 28: EGO_SUM (no replacement)
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-14 23:57:57 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 2025-01-25 20:28:29 UTC
The bug has been closed via the following commit(s):

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

commit 6c1a188f1d99accd2e2610d53a1f4d5552a63d2e
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2025-01-25 20:28:10 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2025-01-25 20:28:24 +0000

    dev-go/licenseclassifier: drop 0_pre20200402, 9999, EAPI=7--
    
    Closes: https://bugs.gentoo.org/844424
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 dev-go/licenseclassifier/Manifest                  | 12 ----
 .../licenseclassifier-0_pre20200402.ebuild         | 84 ----------------------
 .../licenseclassifier-9999.ebuild                  | 84 ----------------------
 3 files changed, 180 deletions(-)

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

commit 5b9b949a1fc7f7e817091b0abb3eb4c675c90603
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2025-01-25 20:27:45 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2025-01-25 20:28:24 +0000

    dev-go/licenseclassifier: add 2.0.0, EAPI=8, don't use EGO_SUM
    
    Closes: https://bugs.gentoo.org/844424
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 dev-go/licenseclassifier/Manifest                  |  2 +
 .../licenseclassifier-2.0.0.ebuild                 | 49 ++++++++++++++++++++++
 2 files changed, 51 insertions(+)