Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 637836 - perl-app.eclass: eclassdoc problems
Summary: perl-app.eclass: eclassdoc problems
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-16 21:45 UTC by Michał Górny
Modified: 2019-11-10 20:38 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:45:29 UTC
perl-app.eclass:
   warning:22: Unexpected tag in "header" state: # @FUNCTION: perl-app_src_prep
   warning:23: Unexpected tag in "header" state: # @USAGE: perl-app_src_prep
   warning:24: Unexpected tag in "header" state: # @DESCRIPTION:
   warning:30: Unexpected tag in "header" state: # @FUNCTION: perl-app_src_configure
   warning:31: Unexpected tag in "header" state: # @USAGE: perl-app_src_configure
   warning:32: Unexpected tag in "header" state: # @DESCRIPTION:
   warning:38: Unexpected tag in "header" state: # @FUNCTION: perl-app_src_compile
   warning:39: Unexpected tag in "header" state: # @USAGE: perl-app_src_compile
   warning:40: Unexpected tag in "header" state: # @DESCRIPTION:
   error (ignoring):45: eclass not documented yet (no @ECLASS found)
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2019-10-04 18:17:48 UTC
perl-app.eclass needs to die

I'll port the remaining consumers to perl-module.eclass
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2019-10-04 18:54:03 UTC
Halfway done.
Comment 3 Andreas K. Hüttel archtester gentoo-dev 2019-10-17 03:26:57 UTC
3/4 done
Comment 4 Andreas K. Hüttel archtester gentoo-dev 2019-10-23 03:33:08 UTC
Done. No consumers left in the tree.
Comment 5 Larry the Git Cow gentoo-dev 2019-10-23 12:43:23 UTC
The bug has been referenced in the following commit(s):

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

commit 2ee91907af6936531ebf1689bf60adbfc6ebd511
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2019-10-23 12:39:14 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2019-10-23 12:43:02 +0000

    perl-app.eclass: mark @DEAD
    
    Bug: https://bugs.gentoo.org/637836
    Bug: https://bugs.gentoo.org/239510
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>

 eclass/perl-app.eclass | 9 +++++++++
 1 file changed, 9 insertions(+)
Comment 6 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-11-10 20:38:30 UTC
Gone.