Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 844343 - app-metrics/postgres_exporter: uses deprecated EGO_SUM (DeprecatedEclassVariable)
Summary: app-metrics/postgres_exporter: uses deprecated EGO_SUM (DeprecatedEclassVaria...
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-23 16:41 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:25 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/postgres_exporter
app-metrics/postgres_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:53 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-23 16:41:39 UTC
The bug has been closed via the following commit(s):

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

commit dd5594b3040d220acef42ea38cfa190222ca74b7
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2022-07-23 16:39:10 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2022-07-23 16:40:15 +0000

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

 app-metrics/postgres_exporter/Manifest             | 433 -------------------
 .../postgres_exporter-0.9.0.ebuild                 | 479 ---------------------
 2 files changed, 912 deletions(-)

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

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

commit 732692064bbaee1e315b38c9f0dec1b4ccf32318
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2022-07-23 16:34:01 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2022-07-23 16:40:15 +0000

    app-metrics/postgres_exporter: add 0.10.1
    
    Bug: https://bugs.gentoo.org/844343
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 app-metrics/postgres_exporter/Manifest             |  2 +
 .../postgres_exporter-0.10.1.ebuild                | 43 ++++++++++++++++++++++
 2 files changed, 45 insertions(+)