Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125429 - perl-module.eclass: bad EXPORT_FUNCTIONS
Summary: perl-module.eclass: bad EXPORT_FUNCTIONS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-07 19:07 UTC by Ciaran McCreesh
Modified: 2006-03-10 11:23 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 Ciaran McCreesh 2006-03-07 19:07:19 UTC
[EBUILD QA]: perlinfo should not be in EXPORT_FUNCTIONS for perl-module
[EBUILD QA]: fixlocalpod should not be in EXPORT_FUNCTIONS for perl-module
[EBUILD QA]: updatepod should not be in EXPORT_FUNCTIONS for perl-module

EXPORT_FUNCTIONS should only be used for standard ebuild functions (src_unpack etc), not extra functions.
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2006-03-10 10:33:08 UTC
misunderstanding then? those are functions we wanted to export to other ebuilds that wouldn't be using the rest of the eclass (esp. for pod related work). can you confirm that? (does an eclass merely get sourced into the running ebuild so all of its functions are available?)
Comment 2 SpanKY gentoo-dev 2006-03-10 10:45:02 UTC
read the comments in Bug 124211 for more info

short story is: Ciaran is correct
Comment 3 Chris White (RETIRED) gentoo-dev 2006-03-10 11:23:24 UTC
Fixed in cvs, thanks for reporting.