<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/2.4.5" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Marius Mauch</title>
		<link>http://blogs.gentoo.org/genone</link>
		<description></description>
		<language>en-US</language>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=2.4.5"/>
		<ttl>60</ttl>
				<item>
			<title>Time to say goodbye</title>
			<link>http://blogs.gentoo.org/genone/2008/11/30/time_to_say_goodbye</link>
			<pubDate>Sun, 30 Nov 2008 15:28:37 +0000</pubDate>			<dc:creator>Marius Mauch</dc:creator>
			<category domain="main">Gentoo</category>
<category domain="alt">Portage</category>
<category domain="alt">Gentoo-Stats</category>			<guid isPermaLink="false">1578@http://blogs.gentoo.org/</guid>
						<description>&lt;p&gt;So, time has come for me to realize that my time with Gentoo is over. I&lt;br /&gt;
haven't actually been doing much Gentoo work over the last months due&lt;br /&gt;
to personal reasons (nothing Gentoo related), and I don't see that&lt;br /&gt;
situation changing in the near future. In fact I've already reassigned&lt;br /&gt;
or dropped most of my responsibilites in Gentoo a while ago, so there&lt;br /&gt;
are just a few pet projects left to give away:&lt;br /&gt;
- my gentoo-stats project (in the portage/gentoo-stats svn repository).&lt;br /&gt;
I know quite a few people are interested in the idea of collecting&lt;br /&gt;
various statistic data from gentoo user systems, and I'd encourage&lt;br /&gt;
everyone who wants to implement such a system to at least look at it (I&lt;br /&gt;
may have even finished it if I wouldn't have wasted my time focusing on&lt;br /&gt;
the wrong problems). There is quite a bit of documentation also that&lt;br /&gt;
should help to get you started&lt;br /&gt;
- a graphical security update tool (see bug #190397)&lt;/p&gt;

&lt;p&gt;So if anyone wants to adopt those, complete or just parts, just take&lt;br /&gt;
them. As for Portage, Zac has practically already filled my role.&lt;/p&gt;

&lt;p&gt;So I guess that wraps it up. It's been a nice ride most of the time,&lt;br /&gt;
but now it's time for me to leave the Gentoo train.&lt;/p&gt;
&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.gentoo.org/genone/2008/11/30/time_to_say_goodbye&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>So, time has come for me to realize that my time with Gentoo is over. I<br />
haven't actually been doing much Gentoo work over the last months due<br />
to personal reasons (nothing Gentoo related), and I don't see that<br />
situation changing in the near future. In fact I've already reassigned<br />
or dropped most of my responsibilites in Gentoo a while ago, so there<br />
are just a few pet projects left to give away:<br />
- my gentoo-stats project (in the portage/gentoo-stats svn repository).<br />
I know quite a few people are interested in the idea of collecting<br />
various statistic data from gentoo user systems, and I'd encourage<br />
everyone who wants to implement such a system to at least look at it (I<br />
may have even finished it if I wouldn't have wasted my time focusing on<br />
the wrong problems). There is quite a bit of documentation also that<br />
should help to get you started<br />
- a graphical security update tool (see bug #190397)</p>

<p>So if anyone wants to adopt those, complete or just parts, just take<br />
them. As for Portage, Zac has practically already filled my role.</p>

<p>So I guess that wraps it up. It's been a nice ride most of the time,<br />
but now it's time for me to leave the Gentoo train.</p>
<div class="item_footer"><p><small><a href="http://blogs.gentoo.org/genone/2008/11/30/time_to_say_goodbye">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.gentoo.org/genone/2008/11/30/time_to_say_goodbye#comments</comments>
		</item>
				<item>
			<title>More extensions to package set support</title>
			<link>http://blogs.gentoo.org/genone/2008/09/29/more_extensions_to_package_set_support</link>
			<pubDate>Mon, 29 Sep 2008 00:13:09 +0000</pubDate>			<dc:creator>Marius Mauch</dc:creator>
			<category domain="main">Portage</category>			<guid isPermaLink="false">1555@http://blogs.gentoo.org/</guid>
						<description>&lt;p&gt;After writing &lt;a href=&quot;http://planet.gentoo.org/developers/genone/2008/09/25/package_set_operators&quot;&gt;my previous post&lt;/a&gt; about set operators I've added a few more things related to package sets to portage. First, operators can now also be used inside sets.conf files using the &lt;code&gt;extend&lt;/code&gt;, &lt;code&gt;remove&lt;/code&gt; and &lt;code&gt;intersect&lt;/code&gt; options, each taking a whitespace separated list of set names (without the @ prefix), working analog to the operators in set expressions described in the previous post. The main difference is that the evaluation order is fixed now (unions come first, differences second and intersections last) while in expressions it's left-to-right.&lt;/p&gt;

&lt;p&gt;The second new feature is that package sets can now be (re)defined on the emerge command line. This is done using the following syntax:&lt;br /&gt;
&lt;code&gt;emerge '@setname{key1=value1,key2=value2}'&lt;/code&gt;&lt;br /&gt;
where &lt;code&gt;setname&lt;/code&gt; can either be an existing package set, or a new one to define a set without having to modify any files. Note the quotes that are necessary to ensure that emerge gets the argument as-is without interference from the shell. The nice thing is this syntax also works inside set expressions. The not-so-nice thing is that for now there are a few restrictions about the values you can use, as there is no quoting mechanism implemented yet (this is planned however). So using any of the following characters or whitespace inside the braces will lead to undefined behavior: { } @ = ,&lt;br /&gt;
Another restriction is that you may not redefine package sets that are created by a multiset section in sets.conf (as those use different options that only make sense when defining multiple sets at once).&lt;br /&gt;
Note that for redefining existing package sets you only have to pass those options that should be different from the sets.conf definition.&lt;/p&gt;

&lt;p&gt;And last but not least, to make the above features a bit easier to use there is also a new DummyPackageSet class that can be used to build a package set only by using operators, and/or to include a few packages without having to edit an external file. So it's even easier than before to define a new set @world-without-system, using&lt;br /&gt;
&lt;code&gt;[world-without-system]&lt;br /&gt;
class=portage.sets.base.DummyPackageSet&lt;br /&gt;
extend=world&lt;br /&gt;
remove=system&lt;/code&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.gentoo.org/genone/2008/09/29/more_extensions_to_package_set_support&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>After writing <a href="http://planet.gentoo.org/developers/genone/2008/09/25/package_set_operators">my previous post</a> about set operators I've added a few more things related to package sets to portage. First, operators can now also be used inside sets.conf files using the <code>extend</code>, <code>remove</code> and <code>intersect</code> options, each taking a whitespace separated list of set names (without the @ prefix), working analog to the operators in set expressions described in the previous post. The main difference is that the evaluation order is fixed now (unions come first, differences second and intersections last) while in expressions it's left-to-right.</p>

<p>The second new feature is that package sets can now be (re)defined on the emerge command line. This is done using the following syntax:<br />
<code>emerge '@setname{key1=value1,key2=value2}'</code><br />
where <code>setname</code> can either be an existing package set, or a new one to define a set without having to modify any files. Note the quotes that are necessary to ensure that emerge gets the argument as-is without interference from the shell. The nice thing is this syntax also works inside set expressions. The not-so-nice thing is that for now there are a few restrictions about the values you can use, as there is no quoting mechanism implemented yet (this is planned however). So using any of the following characters or whitespace inside the braces will lead to undefined behavior: { } @ = ,<br />
Another restriction is that you may not redefine package sets that are created by a multiset section in sets.conf (as those use different options that only make sense when defining multiple sets at once).<br />
Note that for redefining existing package sets you only have to pass those options that should be different from the sets.conf definition.</p>

<p>And last but not least, to make the above features a bit easier to use there is also a new DummyPackageSet class that can be used to build a package set only by using operators, and/or to include a few packages without having to edit an external file. So it's even easier than before to define a new set @world-without-system, using<br />
<code>[world-without-system]<br />
class=portage.sets.base.DummyPackageSet<br />
extend=world<br />
remove=system</code></p><div class="item_footer"><p><small><a href="http://blogs.gentoo.org/genone/2008/09/29/more_extensions_to_package_set_support">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.gentoo.org/genone/2008/09/29/more_extensions_to_package_set_support#comments</comments>
		</item>
				<item>
			<title>Package set operators</title>
			<link>http://blogs.gentoo.org/genone/2008/09/25/package_set_operators</link>
			<pubDate>Thu, 25 Sep 2008 16:53:06 +0000</pubDate>			<dc:creator>Marius Mauch</dc:creator>
			<category domain="main">Portage</category>			<guid isPermaLink="false">1551@http://blogs.gentoo.org/</guid>
						<description>&lt;p&gt;Ok, just a quick notice that portage 2.2_rc10 (or 2.2 final if there isn't another RC) will not only support package sets as defined in sets.conf, but also expressions to generate unions, intersections and differences of multiple package sets. This for example allow you to temporarily exclude @system from @world (assuming you have @system in your world_sets file) by running &lt;code&gt;emerge @world-@system&lt;/code&gt;.&lt;br /&gt;
Other operators are / for intersections (select only atoms included in both sets) and + for unions. The latter is useful as expressions can contain more than one operator, e.g. &lt;code&gt;emerge @kde+@gnome/@installed&lt;/code&gt; to reinstall all kde and gnome packages that are already installed (assuming kde and gnome sets are defined somewhere).&lt;/p&gt;

&lt;p&gt;This feature is just a few minutes old, so it will probably be extended or otherwise changed in the future. Current restrictions include&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;strict left-to-right evaluation order&lt;/li&gt;
  &lt;li&gt;only defined package sets can be used as operands (no package names)&lt;/li&gt;
  &lt;li&gt;feature is currently only available on the commandline, not via sets.conf&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And while I'm on it, I've also added a new AgeSet class to select installed packages that are older/newer than a given number of days.&lt;/p&gt;
&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.gentoo.org/genone/2008/09/25/package_set_operators&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Ok, just a quick notice that portage 2.2_rc10 (or 2.2 final if there isn't another RC) will not only support package sets as defined in sets.conf, but also expressions to generate unions, intersections and differences of multiple package sets. This for example allow you to temporarily exclude @system from @world (assuming you have @system in your world_sets file) by running <code>emerge @world-@system</code>.<br />
Other operators are / for intersections (select only atoms included in both sets) and + for unions. The latter is useful as expressions can contain more than one operator, e.g. <code>emerge @kde+@gnome/@installed</code> to reinstall all kde and gnome packages that are already installed (assuming kde and gnome sets are defined somewhere).</p>

<p>This feature is just a few minutes old, so it will probably be extended or otherwise changed in the future. Current restrictions include</p>
<ul>
  <li>strict left-to-right evaluation order</li>
  <li>only defined package sets can be used as operands (no package names)</li>
  <li>feature is currently only available on the commandline, not via sets.conf</li>
</ul>

<p>And while I'm on it, I've also added a new AgeSet class to select installed packages that are older/newer than a given number of days.</p>
<div class="item_footer"><p><small><a href="http://blogs.gentoo.org/genone/2008/09/25/package_set_operators">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.gentoo.org/genone/2008/09/25/package_set_operators#comments</comments>
		</item>
				<item>
			<title>Making the switch</title>
			<link>http://blogs.gentoo.org/genone/2008/06/25/making_the_switch_1</link>
			<pubDate>Wed, 25 Jun 2008 15:01:58 +0000</pubDate>			<dc:creator>Marius Mauch</dc:creator>
			<category domain="main">misc</category>			<guid isPermaLink="false">1539@http://blogs.gentoo.org/</guid>
						<description>&lt;p&gt;So a few days ago fiefox-3 was pulled in during the regular system updates, and after a few hours of using it I must say: it sucks even more than firefox-2, which IMHO was already a regression from earlier versions. Actually I think that since they changed the name from phoenix &lt;em&gt;my&lt;/em&gt; user experience has gotten worse with each new version. Now I have to admit I'm probably not a typical user, so firefox-3 might be an improvement for the majority, but I'm really fed up with it.&lt;br /&gt;
As neither konqueror (kde-centric) nor opera (binary-only) are alternatives for me I looked out for other broswers out there today and noticed &lt;a href=&quot;http://code.google.com/p/arora/&quot;&gt;Arora&lt;/a&gt;, a new qt-webkit based browser and decided to try it out. And I must say I really like it so far, though I've only used it for a few hours so far. It feels a lot like older firefox versions, just without much of the &quot;user-friendly&quot; bloat they've added over time (e.g. the new fancy addressbar in firefox-3). It's still a very early version, so obviously it's lacking some features (like no flash support, though I consider that more as a feature &lt;img src=&quot;http://blogs.gentoo.org/rsc/smilies/icon_twisted.gif&quot; alt=&quot;&amp;#58;&amp;#62;&quot; class=&quot;middle&quot; /&gt;) and probably has a few bugs, but at the moment I like it (much) better than what has become of firefox.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.gentoo.org/genone/2008/06/25/making_the_switch_1&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>So a few days ago fiefox-3 was pulled in during the regular system updates, and after a few hours of using it I must say: it sucks even more than firefox-2, which IMHO was already a regression from earlier versions. Actually I think that since they changed the name from phoenix <em>my</em> user experience has gotten worse with each new version. Now I have to admit I'm probably not a typical user, so firefox-3 might be an improvement for the majority, but I'm really fed up with it.<br />
As neither konqueror (kde-centric) nor opera (binary-only) are alternatives for me I looked out for other broswers out there today and noticed <a href="http://code.google.com/p/arora/">Arora</a>, a new qt-webkit based browser and decided to try it out. And I must say I really like it so far, though I've only used it for a few hours so far. It feels a lot like older firefox versions, just without much of the "user-friendly" bloat they've added over time (e.g. the new fancy addressbar in firefox-3). It's still a very early version, so obviously it's lacking some features (like no flash support, though I consider that more as a feature <img src="http://blogs.gentoo.org/rsc/smilies/icon_twisted.gif" alt="&#58;&#62;" class="middle" />) and probably has a few bugs, but at the moment I like it (much) better than what has become of firefox.</p><div class="item_footer"><p><small><a href="http://blogs.gentoo.org/genone/2008/06/25/making_the_switch_1">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.gentoo.org/genone/2008/06/25/making_the_switch_1#comments</comments>
		</item>
				<item>
			<title>important portage update</title>
			<link>http://blogs.gentoo.org/genone/2008/06/02/important_portage_update</link>
			<pubDate>Mon, 02 Jun 2008 10:32:26 +0000</pubDate>			<dc:creator>Marius Mauch</dc:creator>
			<category domain="main">Football</category>			<guid isPermaLink="false">1532@http://blogs.gentoo.org/</guid>
						<description>&lt;p&gt;If you're using portage-2.2_pre6, portage-2.2_pre7 or trunk you &lt;strong&gt;must&lt;/strong&gt; install portage-2.2_pre7-r1 ASAP to rebuild the NEEDED.ELF.2 files that were corrupted by some subtle bug in the pre6 and pre7 ebuild.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.gentoo.org/genone/2008/06/02/important_portage_update&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>If you're using portage-2.2_pre6, portage-2.2_pre7 or trunk you <strong>must</strong> install portage-2.2_pre7-r1 ASAP to rebuild the NEEDED.ELF.2 files that were corrupted by some subtle bug in the pre6 and pre7 ebuild.</p><div class="item_footer"><p><small><a href="http://blogs.gentoo.org/genone/2008/06/02/important_portage_update">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.gentoo.org/genone/2008/06/02/important_portage_update#comments</comments>
		</item>
				<item>
			<title>Portage-2.2_pre2 is in the tree</title>
			<link>http://blogs.gentoo.org/genone/2008/02/10/portage_2_2_pre2_is_in_the_tree</link>
			<pubDate>Sun, 10 Feb 2008 13:40:38 +0000</pubDate>			<dc:creator>Marius Mauch</dc:creator>
			<category domain="alt">Gentoo</category>
<category domain="main">Portage</category>			<guid isPermaLink="false">1472@http://blogs.gentoo.org/</guid>
						<description>&lt;p&gt;As of a few minutes ago a portage-2.2 test release is finally available&lt;br /&gt;
for public consumption. This is a test release (somewhere between&lt;br /&gt;
alpha and beta I'd say), NOT a release candidate, so expect a few rough&lt;br /&gt;
edges and not always up2date/complete documentation.&lt;/p&gt;

&lt;p&gt;Please see the shipped NEWS and RELEASE-NOTES for changes from the 2.1&lt;br /&gt;
series, and check bugs.gentoo.org before reporting issues in&lt;br /&gt;
#gentoo-portage.&lt;/p&gt;

&lt;p&gt;Note for Ebuild developers: This test release includes a partially&lt;br /&gt;
rewritten version of repoman that's not heavily tested, so do not use&lt;br /&gt;
it for committing anything to the tree and double check its reports&lt;br /&gt;
with other tools or a 2.1 version.&lt;/p&gt;

&lt;p&gt;Marius&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.gentoo.org/genone/2008/02/10/portage_2_2_pre2_is_in_the_tree&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>As of a few minutes ago a portage-2.2 test release is finally available<br />
for public consumption. This is a test release (somewhere between<br />
alpha and beta I'd say), NOT a release candidate, so expect a few rough<br />
edges and not always up2date/complete documentation.</p>

<p>Please see the shipped NEWS and RELEASE-NOTES for changes from the 2.1<br />
series, and check bugs.gentoo.org before reporting issues in<br />
#gentoo-portage.</p>

<p>Note for Ebuild developers: This test release includes a partially<br />
rewritten version of repoman that's not heavily tested, so do not use<br />
it for committing anything to the tree and double check its reports<br />
with other tools or a 2.1 version.</p>

<p>Marius</p><div class="item_footer"><p><small><a href="http://blogs.gentoo.org/genone/2008/02/10/portage_2_2_pre2_is_in_the_tree">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.gentoo.org/genone/2008/02/10/portage_2_2_pre2_is_in_the_tree#comments</comments>
		</item>
				<item>
			<title>Portage-2.2 preview</title>
			<link>http://blogs.gentoo.org/genone/2007/10/23/portage_2_2_preview</link>
			<pubDate>Tue, 23 Oct 2007 23:19:36 +0000</pubDate>			<dc:creator>Marius Mauch</dc:creator>
			<category domain="alt">Gentoo</category>
<category domain="main">Portage</category>			<guid isPermaLink="false">1420@http://blogs.gentoo.org/</guid>
						<description>&lt;p&gt;So, while Zac has been keeping everyone distracted with new portage-2.1 releases over the last months I've been mostly working on the new features in trunk, which will become portage-2.2, and I think it's time to give a short preview about things to expect as we plan to release it before the end of the year, so the feature set probably won't change much from now on:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;The most important new things will be package sets. Sounds boring at first, I know, but due to a flexible framework they allow us (and you) to do interesting things, like eventually replacing glsa-check and revdep-rebuild (while the security set is pretty much identical to what glsa-check did, the set for rebuilding packages with broken linkage is very experimental, incomplete and not enabled by default yet). Or simply update or remerge all packages in a specific category. And that's not even touching the power of the CommandOutputSet class &lt;img src=&quot;http://blogs.gentoo.org/rsc/smilies/icon_wink.gif&quot; alt=&quot;&amp;#59;&amp;#41;&quot; class=&quot;middle&quot; /&gt;&lt;/li&gt;
  &lt;li&gt;Support for GLEP 42 news, as an alternative for package maintainers to the elog framework&lt;/li&gt;
  &lt;li&gt;Visibility filtering based on licenses, aka ACCEPT_LICENSE, which allows you for example to build a RMS-approved system and will render the interactive license prompts currently found in some packages obsolete&lt;/li&gt;
  &lt;li&gt;A new FEATURES flag to keep libraries that are still used on a soname change, including a simply way to rebuild all packages using the old library (using another package set). A bit too late for the expat issue, but hopefully it helps to prevent future incidents of that kind&lt;/li&gt;
  &lt;li&gt;And of course all the things that already appeared in portage-2.1.3&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;But no light without darkness, there will be some important changes requiring your attention:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;While not set in stone yet, the behavior of &lt;em&gt;system&lt;/em&gt; and &lt;em&gt;world&lt;/em&gt; will likely change to match that of other package set and single packages. Currently &lt;code&gt;emerge world&lt;/code&gt; is the same as &lt;code&gt;emerge --noreplace world&lt;/code&gt;, meaning that installed packages aren't rebuilt (unlike &lt;code&gt;emerge $foo&lt;/code&gt; which will rebuild &lt;em&gt;$foo&lt;/em&gt;). With 2.2 &lt;code&gt;emerge world&lt;/code&gt; is likely going to be the same as &lt;code&gt;emerge $(&amp;lt; /var/lib/portage/world)&lt;/code&gt;, if you want the old behavior you'll have to use &lt;em&gt;--noreplace&lt;/em&gt;. That change also has other benefits beyond consistency, like removing the restriction that world/system could not be combined with other packages on the commandline.&lt;/li&gt;
  &lt;li&gt;&quot;world&quot; will likely no longer include &quot;system&quot;, if you want to update both you'll have to specify both&lt;/li&gt;
  &lt;li&gt;Due to a change in the namespace many portage related tools will require an update or generate a lot of deprecation warnings.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;As said, it's just a preview, and some things are still work in progress, but it should give you a first impression what portage-2.2 will be about. I think we might create the first test releases in late November, but that's no promise. Though if you want to test it you don't have to wait that long, just install subversion and read &lt;a href=&quot;http://www.gentoo.org/proj/en/portage/doc/testing.xml&quot;&gt;http://www.gentoo.org/proj/en/portage/doc/testing.xml&lt;/a&gt; (that's especially recommended for maintainers of portage related tools), just don't expect everything to work perfectly yet.&lt;/p&gt;
&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.gentoo.org/genone/2007/10/23/portage_2_2_preview&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>So, while Zac has been keeping everyone distracted with new portage-2.1 releases over the last months I've been mostly working on the new features in trunk, which will become portage-2.2, and I think it's time to give a short preview about things to expect as we plan to release it before the end of the year, so the feature set probably won't change much from now on:</p>
<ul>
  <li>The most important new things will be package sets. Sounds boring at first, I know, but due to a flexible framework they allow us (and you) to do interesting things, like eventually replacing glsa-check and revdep-rebuild (while the security set is pretty much identical to what glsa-check did, the set for rebuilding packages with broken linkage is very experimental, incomplete and not enabled by default yet). Or simply update or remerge all packages in a specific category. And that's not even touching the power of the CommandOutputSet class <img src="http://blogs.gentoo.org/rsc/smilies/icon_wink.gif" alt="&#59;&#41;" class="middle" /></li>
  <li>Support for GLEP 42 news, as an alternative for package maintainers to the elog framework</li>
  <li>Visibility filtering based on licenses, aka ACCEPT_LICENSE, which allows you for example to build a RMS-approved system and will render the interactive license prompts currently found in some packages obsolete</li>
  <li>A new FEATURES flag to keep libraries that are still used on a soname change, including a simply way to rebuild all packages using the old library (using another package set). A bit too late for the expat issue, but hopefully it helps to prevent future incidents of that kind</li>
  <li>And of course all the things that already appeared in portage-2.1.3</li>
</ul>
<p>But no light without darkness, there will be some important changes requiring your attention:</p>
<ul>
  <li>While not set in stone yet, the behavior of <em>system</em> and <em>world</em> will likely change to match that of other package set and single packages. Currently <code>emerge world</code> is the same as <code>emerge --noreplace world</code>, meaning that installed packages aren't rebuilt (unlike <code>emerge $foo</code> which will rebuild <em>$foo</em>). With 2.2 <code>emerge world</code> is likely going to be the same as <code>emerge $(&lt; /var/lib/portage/world)</code>, if you want the old behavior you'll have to use <em>--noreplace</em>. That change also has other benefits beyond consistency, like removing the restriction that world/system could not be combined with other packages on the commandline.</li>
  <li>"world" will likely no longer include "system", if you want to update both you'll have to specify both</li>
  <li>Due to a change in the namespace many portage related tools will require an update or generate a lot of deprecation warnings.</li>
</ul>

<p>As said, it's just a preview, and some things are still work in progress, but it should give you a first impression what portage-2.2 will be about. I think we might create the first test releases in late November, but that's no promise. Though if you want to test it you don't have to wait that long, just install subversion and read <a href="http://www.gentoo.org/proj/en/portage/doc/testing.xml">http://www.gentoo.org/proj/en/portage/doc/testing.xml</a> (that's especially recommended for maintainers of portage related tools), just don't expect everything to work perfectly yet.</p>
<div class="item_footer"><p><small><a href="http://blogs.gentoo.org/genone/2007/10/23/portage_2_2_preview">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.gentoo.org/genone/2007/10/23/portage_2_2_preview#comments</comments>
		</item>
				<item>
			<title>[RFC] Properties of package sets</title>
			<link>http://blogs.gentoo.org/genone/2007/06/29/rfc_properties_of_package_sets</link>
			<pubDate>Fri, 29 Jun 2007 04:01:36 +0000</pubDate>			<dc:creator>Marius Mauch</dc:creator>
			<category domain="alt">Gentoo</category>
<category domain="main">Portage</category>			<guid isPermaLink="false">1355@http://blogs.gentoo.org/</guid>
						<description>&lt;p&gt;One missing feature in portage is the lack of package sets. Before we&lt;br /&gt;
(re)start working on that however I'd like to get some feedback about&lt;br /&gt;
what properties/features people would expect from portage package set&lt;br /&gt;
support.&lt;br /&gt;
Some key questions:&lt;/p&gt;

&lt;p&gt;- should they simply act like aliases for multiple packages? E.g.&lt;br /&gt;
should `emerge -C sets/kde` be equivalent to `emerge -C kdepkg1 kdepkg2&lt;br /&gt;
kdepkg3 ...`? Or does the behavior need to be &quot;smarter&quot; in some ways?&lt;/p&gt;

&lt;p&gt;- what kind of atoms should be supported in sets? Simple and versioned&lt;br /&gt;
atoms for sure, but what about complex atoms (use-conditional, any-of,&lt;br /&gt;
blockers)?&lt;/p&gt;

&lt;p&gt;- should sets be supported everywhere, or only in selected use cases?&lt;br /&gt;
(everywhere would include depstrings for example)&lt;/p&gt;

&lt;p&gt;- what use cases are there for package sets? Other than the established&lt;br /&gt;
&quot;system&quot; and &quot;world&quot;, and the planned &quot;all&quot; and &quot;security&quot; sets.&lt;/p&gt;

&lt;p&gt;- how/where should sets be stored/distributed?&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.gentoo.org/genone/2007/06/29/rfc_properties_of_package_sets&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>One missing feature in portage is the lack of package sets. Before we<br />
(re)start working on that however I'd like to get some feedback about<br />
what properties/features people would expect from portage package set<br />
support.<br />
Some key questions:</p>

<p>- should they simply act like aliases for multiple packages? E.g.<br />
should `emerge -C sets/kde` be equivalent to `emerge -C kdepkg1 kdepkg2<br />
kdepkg3 ...`? Or does the behavior need to be "smarter" in some ways?</p>

<p>- what kind of atoms should be supported in sets? Simple and versioned<br />
atoms for sure, but what about complex atoms (use-conditional, any-of,<br />
blockers)?</p>

<p>- should sets be supported everywhere, or only in selected use cases?<br />
(everywhere would include depstrings for example)</p>

<p>- what use cases are there for package sets? Other than the established<br />
"system" and "world", and the planned "all" and "security" sets.</p>

<p>- how/where should sets be stored/distributed?</p><div class="item_footer"><p><small><a href="http://blogs.gentoo.org/genone/2007/06/29/rfc_properties_of_package_sets">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.gentoo.org/genone/2007/06/29/rfc_properties_of_package_sets#comments</comments>
		</item>
			</channel>
</rss>
