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

Bug 908946

Summary: [GURU] sys-apps/corefreq: migration to linux-mod-r1.eclass (DeprecatedEclass)
Product: GURU Reporter: Andrew Ammerlaan <andrewammerlaan>
Component: Package issuesAssignee: Vitaly Zdanevich <zdanevich.vitaly>
Status: CONFIRMED ---    
Severity: normal CC: zdanevich.vitaly
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Andrew Ammerlaan gentoo-dev 2023-06-21 10:42:38 UTC
Please migrate to linux-mod-r1.eclass in preparation of the planned deprecation of linux-mod.eclass. See the eclass documentation for migration notes: https://devmanual.gentoo.org/eclass-reference/linux-mod-r1.eclass/index.html

$ pkgcheck scan -k DeprecatedEclass sys-apps/corefreq
sys-apps/corefreq
  DeprecatedEclass: version 1.96.3: uses deprecated eclass: linux-mod (migrate to linux-mod-r1.eclass)
Comment 1 Vitaly Zdanevich 2024-02-15 11:50:19 UTC
I have
MODULE_NAMES="corefreqk(misc:${S})"
and
BUILD_PARAMS="KERNELDIR=/lib/modules/${KV_FULL}/build"

Do I need to unite them to some modlist?
Comment 2 Vitaly Zdanevich 2024-02-15 12:09:43 UTC
Please help, I do not know how to migrate this :(