


GWN 2006-06-12 wrote:Configuration improvements: Certain config files can now be made into directories, for easier management (for example, /etc/portage/package.unmask/kde, /etc/portage/package.unmask/xorg will be combined to make the old /etc/portage/package.unmask). /etc/portageitself can also be loaded from different locations, making certain tasks much simpler.


does it work with package.keywords? as well. would it make my life easier to unmask all of say... X11R7? there's no documentation. and the elog docs in make.conf.example are ok... but somewhat poor... they need to be more detailed.Configuration improvements: Certain config files can now be made into directories, for easier management (for example, /etc/portage/package.unmask/kde, /etc/portage/package.unmask/xorg will be combined to make the old /etc/portage/package.unmask). /etc/portageitself can also be loaded from different locations, making certain tasks much simpler.

From what I can see you just create a directory as /etc/portage/package.unmask/ and then put a file in that directory called 'xorg', and in that file list the packages you want to unmask. obviously the file doesn't *have* to be called xorg, you could call it anything and they all should get referencedXenoTerraCide wrote:ok... how particularly do I usedoes it work with package.keywords? as well. would it make my life easier to unmask all of say... X11R7? there's no documentation. and the elog docs in make.conf.example are ok... but somewhat poor... they need to be more detailed.Configuration improvements: Certain config files can now be made into directories, for easier management (for example, /etc/portage/package.unmask/kde, /etc/portage/package.unmask/xorg will be combined to make the old /etc/portage/package.unmask). /etc/portageitself can also be loaded from different locations, making certain tasks much simpler.

Code: Select all
man emerge
man portage
man make.confYeah, that's nice and all, but there's a small problem: they don't actually help that much. Not one mentions a thingCode:
man emerge
man portage
man make.conf

We had at least this pre-warning:richard.scott wrote:It would have been nice to have had a "watch out for these changes" in an earlier newsletter or something, rather than a "Portage 2.1 Released" announcement!


Code: Select all
USE_ORDER="env:pkg:auto:conf:defaults"
Code: Select all
FEATURES="parallel-fetch"


