Some new features:
* The emerge "world" set now includes separate "selected" and "system"
sets, where the "selected" set includes packages listed in
/var/lib/portage/world.
* Configuration files now support atoms with wildcards inside the
category and package name parts of the atoms.
* The functionality of the autounmask program is emulated by the new
emerge --autounmask option, which outputs required configuration changes
for package.accept_keywords and package.use.
* The new emerge --exclude option allows packages to be excluded from
the dependency resolution. Doing so might result in a fatal error. See
the emerge(1) man page for details.
* Per-package environment variables can be set with the new package.env
configuration file in /etc/portage/. See the portage(5) man page for
details.
* Support for per-package bashrc files in /etc/portage/env. See the
portage(5) man page for details.
* The package.keywords configuration file in /etc/portage/ is now
deprecated. Instead use the package.accept_keywords file which has the
same format and behavior. See the portage(5) man page for details.
* FEATURES="fixlafiles" (enabled by default): Rewrites newly installed
.la files in the same way dev-util/lafilefixer does. Note that this
won't fix your installed .la files.
-- Piotr.
--
To manage your subscription, visit this group at
http://groups.google.com/group/funtoo-dev?hl=en
---
Also be sure to check out:
Funtoo Forums: http://forums.funtoo.org
Planet Larry: http://larrythecow.org
What you mean by reall funtoo portage tree?
Piotr, thanks for the great summary of new features - I know it really
helps everyone understand what those _rc bumps mean :)
Regards,
Daniel
----- Original Message -----
From: "Piotr Karbowski" <jabbe...@gmail.com>
To: funto...@googlegroups.com
Sent: Thursday, October 21, 2010 8:04:13 AM
Subject: [funtoo] New portage on the horizon.
* FEATURES="fixlafiles" (enabled by default): Rewrites newly installed
.la files in the same way dev-util/lafilefixer does. Note that this
won't fix your installed .la files.
Does this take the place of using lafilefixer in /etc/portage/bashrc as previously recommended by flameyes's blog?
--
Sergey Zolotorev
What is the point of renamig package.keywords to package.accept_keywords? Why make the name longer? This doesn't seem to fix any 'readability' issues.
Explained in detail here:
http://groups.google.com/group/funtoo-dev/msg/3ca0372dff7ab839
Regards,
Daniel
It doesn't help when you don't know what changed in the other 92 release candidates.
I agree; we are trying to document this because I believe users should
be informed of changes to their system's package manager. We have to
do a good deal of digging to get this info.
-Daniel
The only minor problem I noticed while building stages using metro is
that it does not support the FEATURE 'safetydance'.
-- Jonas