Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 844382 - dev-db/etcd: uses deprecated EGO_SUM (DeprecatedEclassVariable)
Summary: dev-db/etcd: 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:16 UTC by Sam James
Modified: 2022-05-15 21:36 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:16: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-db/etcd
dev-db/etcd
  DeprecatedEclassVariable: version 3.4.14: uses deprecated variable on line 12: EGO_SUM (no replacement)
  DeprecatedEclassVariable: version 3.4.16: uses deprecated variable on line 12: EGO_SUM (no replacement)
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-14 23:57:52 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 21:36:45 UTC
The bug has been closed via the following commit(s):

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

commit 01ee90e5aecc7980fb75055cd9ab283b669c3f60
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2022-05-15 21:34:45 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2022-05-15 21:35:28 +0000

    dev-db/etcd: eliminate EGO_SUM
    
    Closes: https://bugs.gentoo.org/844382
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 dev-db/etcd/Manifest           | 213 +--------------------------------------
 dev-db/etcd/etcd-3.4.16.ebuild | 220 +----------------------------------------
 2 files changed, 3 insertions(+), 430 deletions(-)