Сегодня после очередного обновления emerge сообщил следующее:
* IMPORTANT: 1 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.
Ну и далее...
[2009.04.18 21:17:38] root@ivan-laptop ~
# eselect news
Usage: eselect news <action> <options>
Standard actions:
help Display help text
usage Display usage information
version Display version information
Extra actions:
count Show number of unread news items
list List news items
purge Purge read news items
read <target> Read a news item
target News item ID (from 'list' action), or the
special item 'new', to list all new news items,
or 'all', to show all items
unread <target> Unread a news item
target News item ID (from 'list' action), or the
special item 'all', to mark all items as unread
[2009.04.18 21:18:18] root@ivan-laptop ~
# eselect news list
Unread news items:
2009-04-18-java-config-wrapper-0.16
Generation 1 Java Setup Deprecated
Read news items:
(none found)
[2009.04.18 21:18:50] root@ivan-laptop ~
# eselect news read new
2009-04-18-java-config-wrapper-0.16
Title Generation 1 Java Setup Deprecated
Author Petteri Räty <betelgeuse@gentoo.org>
Posted 2009-04-18
Revision 1
For a long time the Java team required a 1.4 JDK to be
installed in order for old java ebuilds to work. All these
ebuilds are now gone from the main tree so the requirement
to have a 1.4 JDK installed has been lifted.
In order to remove things left over by the generation 1
setup please run java-check-environment and follow the
instructions.
If you want to remove 1.4 JDKs, you should use emerge --depclean.
Depending on what you have installed you might not need a
1.4 JDK any more. To see if you still need a 1.4 JDK use:
emerge -av --depclean virtual/jdk:1.4
If you don't need virtual/jdk:1.4 any more then you can remove the
individual JDKs. First get the list of installed JDKs with
eselect and then remove those that are not needed any longer with
depclean, for example:
eselect java-vm list
emerge -av --depclean sun-jdk:1.4
Давно эту фичу добавили?