Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 843674 - kernel-2.eclass uses a reserved function name
Summary: kernel-2.eclass uses a reserved function name
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Lowest QA (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 843680
  Show dependency tree
 
Reported: 2022-05-11 06:21 UTC by Ulrich Müller
Modified: 2022-05-12 12:42 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 Ulrich Müller gentoo-dev 2022-05-11 06:21:54 UTC
kernel-2_hook_premake is a reserve names and must not be used.

Policy reference:
https://projects.gentoo.org/pms/8/pms.html#x1-13700012.3.17
Comment 1 Ulrich Müller gentoo-dev 2022-05-11 06:27:30 UTC
(In reply to Ulrich Müller from comment #0)
> kernel-2_hook_premake is a reserve names and must not be used.

... a reserved name ...
Comment 2 Larry the Git Cow gentoo-dev 2022-05-12 12:42:41 UTC
The bug has been closed via the following commit(s):

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

commit 134a6899800578aea96a923436ffbc18e018c665
Author:     Mike Pagano <mpagano@gentoo.org>
AuthorDate: 2022-05-12 12:41:41 +0000
Commit:     Mike Pagano <mpagano@gentoo.org>
CommitDate: 2022-05-12 12:41:41 +0000

    kernel-2.eclass: Fix func name to comply with pms, deprecate, old with deadline
    
    According to PMS certain words are reserved for package manager use and may not be used or
    relied upon by ebuilds.
    
    See: https://projects.gentoo.org/pms/8/pms.html#x1-13700012.3.17
    
    Closes: https://bugs.gentoo.org/843674
    
    Signed-off-by: Mike Pagano <mpagano@gentoo.org>

 eclass/kernel-2.eclass | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)