Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 538124 - gnome2.eclass: src_unpack and src_compile phases no longer needed
Summary: gnome2.eclass: src_unpack and src_compile phases no longer needed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gnome2.eclass 571378
  Show dependency tree
 
Reported: 2015-01-29 10:01 UTC by Pacho Ramos
Modified: 2016-04-03 12:57 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 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(-)