Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 844334 - app-metrics/memcached_exporter: uses deprecated EGO_SUM (DeprecatedEclassVariable)
Summary: app-metrics/memcached_exporter: uses deprecated EGO_SUM (DeprecatedEclassVari...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 844238
  Show dependency tree
 
Reported: 2022-05-14 23:15 UTC by Sam James
Modified: 2022-07-17 22: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:15:12 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 app-metrics/memcached_exporter
app-metrics/memcached_exporter
  DeprecatedEclassVariable: version 0.9.0: uses deprecated variable on line 11: 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 2022-07-17 22:36:34 UTC
The bug has been closed via the following commit(s):

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

commit 4b32694cf4174b58fa00af787d84d7f64a1a9fd7
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2022-07-17 22:35:16 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2022-07-17 22:35:55 +0000

    app-metrics/memcached_exporter: drop 0.9.0
    
    Closes: https://bugs.gentoo.org/844334
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 app-metrics/memcached_exporter/Manifest            | 433 -------------------
 .../memcached_exporter-0.9.0.ebuild                | 480 ---------------------
 2 files changed, 913 deletions(-)

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

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

commit bf918a8aa7bd9ea64e1e520c8b144239ac90b7d7
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2022-07-17 22:32:29 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2022-07-17 22:35:55 +0000

    app-metrics/memcached_exporter: add 0.10.0
    
    Bug: https://bugs.gentoo.org/844334
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 app-metrics/memcached_exporter/Manifest            |  2 +
 .../memcached_exporter-0.10.0.ebuild               | 44 ++++++++++++++++++++++
 2 files changed, 46 insertions(+)