Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 844313 - app-i18n/transifex-client: uses deprecated EGO_SUM (DeprecatedEclassVariable)
Summary: app-i18n/transifex-client: 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: Robert G. Siebeck
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 844238
  Show dependency tree
 
Reported: 2022-05-14 23:14 UTC by Sam James
Modified: 2022-05-17 07:13 UTC (History)
1 user (show)

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:14:42 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-i18n/transifex-client
app-i18n/transifex-client
  DeprecatedEclassVariable: version 1.0.3: 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: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-17 07:12:12 UTC
The bug has been referenced in the following commit(s):

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

commit 6858a7a68d47f07265a4ad61f3d8fcfeb5270adf
Author:     Robert Siebeck <gentoo.2019@r123.de>
AuthorDate: 2022-05-17 06:57:06 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-05-17 07:12:02 +0000

    app-i18n/transifex-client: remove old version 1.0.3
    
    Bug: https://bugs.gentoo.org/844313
    Signed-off-by: Robert Siebeck <gentoo.2019@r123.de>
    Closes: https://github.com/gentoo/gentoo/pull/25532
    Signed-off-by: Sam James <sam@gentoo.org>

 app-i18n/transifex-client/Manifest                 | 199 ------------------
 .../transifex-client/transifex-client-1.0.3.ebuild | 230 ---------------------
 2 files changed, 429 deletions(-)
Comment 3 Larry the Git Cow gentoo-dev 2022-05-17 07:13:30 UTC
The bug has been closed via the following commit(s):

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

commit a027de8c38049b0d185aeb67577634748d433186
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-05-17 07:13:03 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-05-17 07:13:11 +0000

    app-i18n/transifex-client: drop unnecessary go-module_set_globals (fix DeprecatedEclassFunction)
    
    Closes: https://bugs.gentoo.org/844313
    Signed-off-by: Sam James <sam@gentoo.org>

 app-i18n/transifex-client/transifex-client-1.1.0.ebuild | 2 --
 1 file changed, 2 deletions(-)