Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 844400 - dev-go/gogo-protobuf: uses deprecated EGO_SUM (DeprecatedEclassVariable)
Summary: dev-go/gogo-protobuf: 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: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 844238
  Show dependency tree
 
Reported: 2022-05-14 23:16 UTC by Sam James
Modified: 2022-05-15 02:40 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:49 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-go/gogo-protobuf
dev-go/gogo-protobuf
  DeprecatedEclassVariable: version 1.3.1: uses deprecated variable on line 10: EGO_SUM (no replacement)
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-14 23:57:54 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 02:40:16 UTC
The bug has been closed via the following commit(s):

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

commit 738c668f185adf99b15d27f12d40a7e3af1424fe
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-05-15 01:57:20 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-05-15 02:36:33 +0000

    dev-go/gogo-protobuf: drop 1.3.1
    
    Bug: https://bugs.gentoo.org/765046
    Closes: https://bugs.gentoo.org/679320
    Closes: https://bugs.gentoo.org/844400
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-go/gogo-protobuf/Manifest                   | 11 -------
 dev-go/gogo-protobuf/gogo-protobuf-1.3.1.ebuild | 42 -------------------------
 2 files changed, 53 deletions(-)

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

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

commit 3250a7c2d2cd0972a66671d243c89517cf5549f0
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-05-15 01:57:13 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-05-15 02:36:11 +0000

    dev-go/gogo-protobuf: add 1.3.2
    
    Bug: https://bugs.gentoo.org/765046
    Bug: https://bugs.gentoo.org/679320
    Bug: https://bugs.gentoo.org/844400
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-go/gogo-protobuf/Manifest                   |  2 ++
 dev-go/gogo-protobuf/gogo-protobuf-1.3.2.ebuild | 27 +++++++++++++++++++++++++
 2 files changed, 29 insertions(+)