Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 637778 - kde5-functions.eclass: eclassdoc problems
Summary: kde5-functions.eclass: eclassdoc problems
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-16 21:33 UTC by Michał Górny
Modified: 2017-12-02 19:44 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-11-16 21:33:09 UTC
kde5-functions.eclass:
   warning:22: EAPI: unable to extract default variable content: case ${EAPI} in
   warning:31: KDE_BUILD_TYPE: unable to extract default variable content: if [[ ${PV} = *9999* ]]; then
   warning:80: KDEBASE: unable to extract default variable content: if [[ ${KMNAME-${PN}} = kdevelop ]]; then
Comment 1 Michael Palimaka (kensington) gentoo-dev 2017-11-18 01:05:43 UTC
Do you have any advice about fixing these warnings? The code works as intended and I'm not sure how to improve it.
Comment 2 Larry the Git Cow gentoo-dev 2017-11-19 02:19:25 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=6525e9c479dfddd8fdba39283e36b18aa6528743

commit 6525e9c479dfddd8fdba39283e36b18aa6528743
Author:     Michael Palimaka <kensington@gentoo.org>
AuthorDate: 2017-11-19 02:14:41 +0000
Commit:     Michael Palimaka <kensington@gentoo.org>
CommitDate: 2017-11-19 02:19:09 +0000

    kde5-functions.eclass: use new EAPI documentation method
    
    Bug: https://bugs.gentoo.org/637778

 eclass/kde5-functions.eclass | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)}
Comment 3 Larry the Git Cow gentoo-dev 2017-11-29 17:40:56 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=a326d0dd76c396f43949c03c40f8938538de288a

commit a326d0dd76c396f43949c03c40f8938538de288a
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2017-11-29 17:40:11 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2017-11-29 17:40:11 +0000

    kde5-functions.eclass: Fix eclassdoc
    
    Bug: https://bugs.gentoo.org/637778

 eclass/kde5-functions.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)}
Comment 4 Andreas Sturmlechner gentoo-dev 2017-12-02 19:44:35 UTC
Remaining problems should hopefully be fixed by c47e50c0541e15287048412042912a7ee85e977e.