Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 844436 - dev-util/github-cli: uses deprecated EGO_SUM (DeprecatedEclassVariable)
Summary: dev-util/github-cli: 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: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 844238
  Show dependency tree
 
Reported: 2022-05-14 23:17 UTC by Sam James
Modified: 2022-05-24 15:12 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:40 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-util/github-cli
dev-util/github-cli
  DeprecatedEclassVariable: version 2.0.0: uses deprecated variable on line 14: EGO_SUM (no replacement)
  DeprecatedEclassVariable: version 2.4.0: uses deprecated variable on line 14: EGO_SUM (no replacement)
  DeprecatedEclassVariable: version 2.5.1: uses deprecated variable on line 14: EGO_SUM (no replacement)
  DeprecatedEclassVariable: version 9999: uses deprecated variable on line 14: 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-24 15:12:29 UTC
The bug has been closed via the following commit(s):

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

commit 572ba1c50b6970e3b2e6d4f6a8b005ada98f8d08
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2022-05-24 15:11:07 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2022-05-24 15:12:19 +0000

    dev-util/github-cli: sync live
    
    Closes: https://bugs.gentoo.org/844436
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 dev-util/github-cli/github-cli-9999.ebuild | 264 +----------------------------
 1 file changed, 7 insertions(+), 257 deletions(-)

Additionally, it has been referenced in the following commit(s):

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

commit 0502c05ca88a7c69ea8200bfeae973c47b3acddd
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2022-05-24 15:09:59 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2022-05-24 15:12:19 +0000

    dev-util/github-cli: drop 2.0.0, 2.4.0, 2.5.1
    
    Bug: https://bugs.gentoo.org/844436
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 dev-util/github-cli/Manifest                | 991 ----------------------------
 dev-util/github-cli/github-cli-2.0.0.ebuild | 762 ---------------------
 dev-util/github-cli/github-cli-2.4.0.ebuild | 951 --------------------------
 dev-util/github-cli/github-cli-2.5.1.ebuild | 935 --------------------------
 4 files changed, 3639 deletions(-)