Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 844634 - app-misc/rtlamr: uses deprecated Go eclass (DeprecatedEclass)
Summary: app-misc/rtlamr: uses deprecated Go eclass (DeprecatedEclass)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 844532
  Show dependency tree
 
Reported: 2022-05-14 23:53 UTC by Sam James
Modified: 2025-01-24 13:58 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:53:44 UTC
This package uses a deprecated Go eclass. It must be migrated to go-module.eclass. Fixing this does not require a revbump as it'll already be successfully installed.

$ pkgcheck scan -k DeprecatedEclass app-misc/rtlamr
app-misc/rtlamr
  DeprecatedEclass: version 0.9.1: uses deprecated eclass: golang-build (migrate to go-module.eclass)
  DeprecatedEclass: version 0.9.1: uses deprecated eclass: golang-vcs-snapshot (migrate to go-module.eclass)
Comment 1 Larry the Git Cow gentoo-dev 2025-01-24 13:58:55 UTC
The bug has been closed via the following commit(s):

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

commit a18cafb47ed9e559af00ff3b9bf2b1c5f81338a3
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2025-01-24 13:58:46 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2025-01-24 13:58:46 +0000

    app-misc/rtlamr: drop 0.9.1
    
    Closes: https://bugs.gentoo.org/844634
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 app-misc/rtlamr/Manifest            |  1 -
 app-misc/rtlamr/rtlamr-0.9.1.ebuild | 19 -------------------
 2 files changed, 20 deletions(-)

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

commit e210824928aae63e0b9dec452f740136c0744499
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2025-01-24 13:58:22 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2025-01-24 13:58:22 +0000

    app-misc/rtlamr: add 0.9.3, EAPI=8, enable tests, go-module.eclass
    
    Closes: https://bugs.gentoo.org/844634
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 app-misc/rtlamr/Manifest            |  2 ++
 app-misc/rtlamr/rtlamr-0.9.3.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)