Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 550736 - [gnome-overlay] gnome2-utils.eclass: call xdg_src_prepare from gnome2_environment_reset
Summary: [gnome-overlay] gnome2-utils.eclass: call xdg_src_prepare from gnome2_environ...
Status: RESOLVED WORKSFORME
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
  Show dependency tree
 
Reported: 2015-05-29 14:49 UTC by Pacho Ramos
Modified: 2015-12-03 15:55 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-05-29 14:49:51 UTC
I have seen this change:
https://cgit.gentoo.org/proj/gnome.git/commit/?id=f1f7e5b963209fefcc2acc77261dd7eb69700165

But this will end up with people not using gnome2.eclass but only gnome2_environment_reset to need to inherit both eclasses and remember to call both: xdg_src_prepare and gnome2_environment_reset

This doesn't made much sense to me. From my point of view, if I run gnome2_environment_reset I expect to get it finally ready... and don't see that I need to call one more to finally reset all the needed environment and not have it set to variable and unpredictable values
Comment 1 Pacho Ramos gentoo-dev 2015-12-03 15:55:09 UTC
well, lets see how the full set of final eclasses in the tree work finally 

Thanks for the work on this Gilles!