<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pario TechnoBlob &#187; emerge</title>
	<atom:link href="http://pario.no/tag/emerge/feed/" rel="self" type="application/rss+xml" />
	<link>http://pario.no</link>
	<description>A cronological documentation test project, nothing serious, really!</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:17:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Profiles in Gentoo</title>
		<link>http://pario.no/2007/08/05/profiles-in-gentoo/</link>
		<comments>http://pario.no/2007/08/05/profiles-in-gentoo/#comments</comments>
		<pubDate>Sun, 05 Aug 2007 18:16:38 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[emerge]]></category>
		<category><![CDATA[eselect]]></category>
		<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://hhj.no/wordpress/2007/08/05/profiles-in-gentoo/</guid>
		<description><![CDATA[Supported profiles You can view the list of profiles on your architecture officially supported by Gentoo developers when you emerge eselect and then run the following command: Viewing supported profiles eselect profile list Profile updating instructions Important: Make sure your Portage is updated before performing any profile changes. First, run emerge eselect. The eselect utility [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Supported profiles</strong><br />
You can view the list of profiles on your architecture officially supported by Gentoo developers when you <em>emerge eselect</em> and then run the following command:<br />
<span id="more-261"></span><br />
<strong>Viewing supported profiles</strong></p>
<pre>
eselect profile list</pre>
<p><strong>Profile updating instructions</strong></p>
<p><em>Important:</em><br />
Make sure your Portage is updated before performing any profile changes.</p>
<p>First, run <strong>emerge eselect</strong>. The <strong>eselect</strong> utility will let you view and select profiles easily, without needing to create or remove symlinks by hand.</p>
<p><strong>Profile selection with eselect</strong><br />
(View available profiles)</p>
<pre>
# <span class="code-input">eselect profile list</span></pre>
<p>(Select the number of your desired profile from the list)</p>
<pre>
# eselect profile set &lt;number&gt;</pre>
<p>If you&#8217;d still prefer to change profiles manually, then simply do the following:</p>
<p><strong>Changing profiles manually</strong></p>
<pre>
# rm /etc/make.profile
# ln -s ../usr/portage/profiles/&lt;selected profile&gt; /etc/make.profile</pre>
<script type="text/javascript">var wordpress_toolbar_urls = [];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMDcvMDgvMDUvcHJvZmlsZXMtaW4tZ2VudG9vLzx3cHRiPlByb2ZpbGVzIGluIEdlbnRvbzx3cHRiPmh0dHA6Ly9wYXJpby5ubzx3cHRiPlBhcmlvIFRlY2hub0Jsb2I%3D";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2007/08/05/profiles-in-gentoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emerge new system from old World file</title>
		<link>http://pario.no/2007/07/26/emerge-new-system-from-old-world-file/</link>
		<comments>http://pario.no/2007/07/26/emerge-new-system-from-old-world-file/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 22:36:19 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[emerge]]></category>
		<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://hhj.no/wordpress/2007/07/26/emerge-new-system-from-old-world-file/</guid>
		<description><![CDATA[A slick script or method to compile the apps listed in the world file, from an existing system to the new system, all together at once, rather that typing in all of those application names into one giant emerge command. emerge -av $(cat /path/to/oldworld)]]></description>
			<content:encoded><![CDATA[<p>A slick script or method to compile the apps listed in the world file, from an existing system to the new system, all together at once, rather that typing in all of those application names into one giant emerge command.</p>
<pre>
emerge -av $(cat /path/to/oldworld)</pre>
<script type="text/javascript">var wordpress_toolbar_urls = [];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMDcvMDcvMjYvZW1lcmdlLW5ldy1zeXN0ZW0tZnJvbS1vbGQtd29ybGQtZmlsZS88d3B0Yj5FbWVyZ2UgbmV3IHN5c3RlbSBmcm9tIG9sZCBXb3JsZCBmaWxlPHdwdGI%2BaHR0cDovL3BhcmlvLm5vPHdwdGI%2BUGFyaW8gVGVjaG5vQmxvYg%3D%3D";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2007/07/26/emerge-new-system-from-old-world-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Duplicating world</title>
		<link>http://pario.no/2007/02/08/duplicating-world/</link>
		<comments>http://pario.no/2007/02/08/duplicating-world/#comments</comments>
		<pubDate>Thu, 08 Feb 2007 12:57:01 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[emerge]]></category>
		<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://hhj.no/wordpress/2007/02/08/duplicating-world/</guid>
		<description><![CDATA[This command will install all of the files in the old_world_file (/var/lib/portage/world) while also adding them to the world of the new machine. The &#8211;noreplace was added in case some packages had already been installed, in order to avoid repeating one&#8217;s self. emerge -va --noreplace $(cat old_world_file)]]></description>
			<content:encoded><![CDATA[<p>This command will install all of the files in the old_world_file (<strong>/var/lib/portage/world</strong>) while also adding them to the world of the new machine. The <strong>&#8211;noreplace</strong> was added in case some packages had already been installed, in order to avoid repeating one&#8217;s self.</p>
<p><code>emerge -va --noreplace $(cat old_world_file)</code></p>
<script type="text/javascript">var wordpress_toolbar_urls = [];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMDcvMDIvMDgvZHVwbGljYXRpbmctd29ybGQvPHdwdGI%2BRHVwbGljYXRpbmcgd29ybGQ8d3B0Yj5odHRwOi8vcGFyaW8ubm88d3B0Yj5QYXJpbyBUZWNobm9CbG9i";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2007/02/08/duplicating-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

