<?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>HyperBBQ &#187; gentoo</title>
	<atom:link href="http://www.hyperbbq.com/index.php/tag/gentoo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hyperbbq.com</link>
	<description>The trials and tribulations of two college guys on a quest to conquer this thing called life</description>
	<lastBuildDate>Sat, 01 Aug 2009 02:04:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Packaging An Entire Gentoo System</title>
		<link>http://www.hyperbbq.com/index.php/2009/07/31/packaging-an-entire-gentoo-system/</link>
		<comments>http://www.hyperbbq.com/index.php/2009/07/31/packaging-an-entire-gentoo-system/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 02:04:29 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cut]]></category>
		<category><![CDATA[equery]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[quickpkg]]></category>
		<category><![CDATA[while]]></category>

		<guid isPermaLink="false">http://www.hyperbbq.com/?p=111</guid>
		<description><![CDATA[Just a tip as I needed to build binary packages for all the installed packages on a gentoo box: equery list &#124; cut -d&#8217; &#8216; -f3 &#124; while read f; do quickpkg &#8220;=${f}&#8221;; done It&#8217;s a giant hack, but it gets the job done.]]></description>
			<content:encoded><![CDATA[<p>Just a tip as I needed to build binary packages for all the installed packages on a gentoo box:</p>
<blockquote><p>equery list | cut -d&#8217; &#8216; -f3 | while read f; do quickpkg &#8220;=${f}&#8221;; done</p></blockquote>
<p>It&#8217;s a giant hack, but it gets the job done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hyperbbq.com/index.php/2009/07/31/packaging-an-entire-gentoo-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

