Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 844286

Summary: app-backup/restic: uses deprecated EGO_SUM (DeprecatedEclassVariable)
Product: Gentoo Linux Reporter: Sam James <sam>
Component: Current packagesAssignee: David Roman <davidroman96>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 844238    

Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-14 23:14:00 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-backup/restic
app-backup/restic
  DeprecatedEclassVariable: version 0.11.0: uses deprecated variable on line 11: EGO_SUM (no replacement)
  DeprecatedEclassVariable: version 0.12.1: uses deprecated variable on line 11: EGO_SUM (no replacement)
  DeprecatedEclassVariable: version 0.13.0: uses deprecated variable on line 11: EGO_SUM (no replacement)
  DeprecatedEclassVariable: version 0.13.1: 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-09-14 21:56:37 UTC
The bug has been closed via the following commit(s):

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

commit fab777875f35157cb161f067ad3878bbc6cfd685
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2022-09-14 21:52:40 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2022-09-14 21:53:38 +0000

    app-backup/restic: update SRC_URI
    
    Closes: https://bugs.gentoo.org/844286
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 app-backup/restic/Manifest             |   1 +
 app-backup/restic/restic-0.13.1.ebuild | 750 +--------------------------------
 2 files changed, 3 insertions(+), 748 deletions(-)
Comment 3 William Hubbs gentoo-dev 2022-09-14 22:00:31 UTC
I am re-opening this to wait for 0.13.1 to go stable and older versions
to be cleaned up.
Once that happens this can be closed.