Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 382323 - [TRACKER] Eclasses needlessly exporting src_unpack() (and src_compile()) in EAPI>=2
Summary: [TRACKER] Eclasses needlessly exporting src_unpack() (and src_compile()) in E...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords: Tracker
Depends on: 370701 382325
Blocks:
  Show dependency tree
 
Reported: 2011-09-08 22:07 UTC by Michał Górny
Modified: 2022-04-14 06:26 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 2011-09-08 22:07:25 UTC
There is a number of eclasses which export src_prepare(), and additionally hacked src_unpack() for older EAPIs. Sadly, some of them needlessly export that src_unpack() in newer EAPIs as well which just makes ebuild devs confused (especially if that's indirect inherit).

Considering that EAPI5 is coming, I think it's a good moment for them to finally stop exporting these functions when they don't benefit anything at all.