Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 538124

Summary: gnome2.eclass: src_unpack and src_compile phases no longer needed
Product: Gentoo Linux Reporter: Pacho Ramos <pacho>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal CC: esigra
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 262490, 571378    

Description Pacho Ramos gentoo-dev 2015-01-29 10:01:36 UTC
For now we still export them for all EAPIs but maybe for the next eapi we could kill them. At least src_unpack could be killed without much impact, for src_compile (that is widely used currently) maybe we could still keep it as maybe in a future we need to tune it for something :/
Comment 1 Pacho Ramos gentoo-dev 2016-01-20 11:34:30 UTC
I would personally kill gnome2_src_unpack as it doesn't have any users and I don't see any scenario needing this in a lot of ebuilds (the general changes will usually land into gnome2_src_prepare)

Regarding gnome2_src_compile, we could keep it as maybe we can still use it for something useful and I feel a lot of people will try to run something like "gnome2_src_compile -j1" for example (to prevent parallel compilation bugs)
Comment 2 Pacho Ramos gentoo-dev 2016-04-03 12:57:53 UTC
[master dc527ce] gnome2.eclass/gnome2-utils.eclass: implement eapi6 support and take advantage of that for finally fixing many bugs/enhancements that were waiting for this (#571378)
 2 files changed, 113 insertions(+), 47 deletions(-)