<?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>O Blog do Gustavo Felisberto &#187; Gentoo-dev</title>
	<atom:link href="http://blog.felisberto.net/category/cinciatecnologia/gentoo/gentoo-dev/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.felisberto.net</link>
	<description>Life, the universe and all the rest</description>
	<lastBuildDate>Tue, 15 Mar 2011 11:57:25 +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>New Home</title>
		<link>http://blog.felisberto.net/2008/11/16/new-home/</link>
		<comments>http://blog.felisberto.net/2008/11/16/new-home/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 02:47:01 +0000</pubDate>
		<dc:creator>Gustavo Felisberto</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Gentoo-dev]]></category>

		<guid isPermaLink="false">http://blog.felisberto.net/?p=1452</guid>
		<description><![CDATA[After many years running on my home server this blog is now hosted at lylix. I went to them because it was the only Gentoo/Funtoo VPS provider I could find:) If something does not work, please drop me a note]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">A</span>fter many years running on my home server this blog is now hosted at <a href="http://lylix.net">lylix</a>. I went to them because it was the only Gentoo/Funtoo VPS provider I could find:)</p>
<p>If something does not work, please drop me a note <img src='http://blog.felisberto.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.felisberto.net/2008/11/16/new-home/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>A Wiki for Gentoo</title>
		<link>http://blog.felisberto.net/2008/10/21/a-wiki-for-gentoo/</link>
		<comments>http://blog.felisberto.net/2008/10/21/a-wiki-for-gentoo/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 22:40:57 +0000</pubDate>
		<dc:creator>Gustavo Felisberto</dc:creator>
				<category><![CDATA[Ciência/Tecnologia]]></category>
		<category><![CDATA[Gentoo-dev]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://blog.felisberto.net/?p=1427</guid>
		<description><![CDATA[A long long time ago I voiced about the need for a wiki in the Gentoo project. In those days Gentoo-Wiki was starting up. For some reason or other people inside the project felt that having the users producing documentation was a bad idea. For some other reasons that I never understood the gentoo-wiki.com becamed [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">A</span> long long time ago I voiced about the need for a wiki in the Gentoo project. In those days Gentoo-Wiki was starting up.<br />
For some reason or other people inside the project felt that having the users producing documentation was a bad idea. For some other reasons that I never understood the gentoo-wiki.com becamed a banned issue, and Gentoo developers were advised not to mention, and not to link to him. I wrote an extensive article about Gentoo on the <a href="http://www.genesi-usa.com/efika.php">Efika board</a> that got some raised eyebrows because it was written on the Wiki.</p>
<p>Now <a href="http://gentoo-wiki.com/">Gentoo Wiki</a> has been down for a few days. And according to the backup page it does not seem a fix is going to happen soon.</p>
<p>If we had taken this project under an umbrella a long time ago our users would not be missing on this very important resource.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.felisberto.net/2008/10/21/a-wiki-for-gentoo/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Struts 2 under IntelliJ IDEA 8.0M1</title>
		<link>http://blog.felisberto.net/2008/10/03/struts-2-under-intellij-idea-80m1/</link>
		<comments>http://blog.felisberto.net/2008/10/03/struts-2-under-intellij-idea-80m1/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 13:42:56 +0000</pubDate>
		<dc:creator>Gustavo Felisberto</dc:creator>
				<category><![CDATA[Ciência/Tecnologia]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Gentoo-dev]]></category>
		<category><![CDATA[Geral]]></category>
		<category><![CDATA[intellij idea]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[struts 2]]></category>

		<guid isPermaLink="false">http://blog.felisberto.net/?p=1402</guid>
		<description><![CDATA[If you like IDEA and use Struts 2 you can be happy to know that 8.0 release comes with a new Struts 2 plugin. There is a small tutorial on how to use it but it has some errors. First the Action class should extend ActionSupport hand have proper setter methods: package hello; import com.opensymphony.xwork2.ActionSupport; [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">I</span>f you like IDEA and use Struts 2 you can be happy to know that 8.0 release comes with a new Struts 2 <a href="http://www.jetbrains.net/confluence/display/CONTEST/Struts2Plugin">plugin</a>. There is a <a href="http://beans.seartipy.com/2008/08/20/%E2%80%9Chello-world%E2%80%9D-web-application-using-struts-2-in-intellij-idea-80-m1/">small tutorial</a> on how to use it but it has some errors.<br />
First the Action class should extend ActionSupport hand have proper setter methods:</p>

<div class="wp_syntax"><div class="code"><pre class="java" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">package</span> <span style="color: #006699;">hello</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">import</span> <span style="color: #006699;">com.opensymphony.xwork2.ActionSupport</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000000; font-weight: bold;">class</span> HelloWorld <span style="color: #000000; font-weight: bold;">extends</span> ActionSupport <span style="color: #009900;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">private</span> <span style="color: #003399;">String</span> username<span style="color: #339933;">;</span>
    <span style="color: #000000; font-weight: bold;">private</span> <span style="color: #003399;">String</span> message<span style="color: #339933;">;</span>
    <span style="color: #000000; font-weight: bold;">public</span> <span style="color: #003399;">String</span> getMessage<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">return</span> message<span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
    <span style="color: #000000; font-weight: bold;">public</span> <span style="color: #003399;">String</span> execute<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
        message <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;Hello, &quot;</span> <span style="color: #339933;">+</span> username <span style="color: #339933;">+</span> <span style="color: #0000ff;">&quot;.&quot;</span><span style="color: #339933;">;</span>
        <span style="color: #000000; font-weight: bold;">return</span> SUCCESS<span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
    <span style="color: #000000; font-weight: bold;">public</span> <span style="color: #003399;">String</span> getUsername<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">return</span> username<span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
    <span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000066; font-weight: bold;">void</span> setUsername<span style="color: #009900;">&#40;</span><span style="color: #003399;">String</span> username<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">this</span>.<span style="color: #006633;">username</span> <span style="color: #339933;">=</span> username<span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>Second the JSP file can have a proper action:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;">&lt; %@ page <span style="color: #000066;">contentType</span>=<span style="color: #ff0000;">&quot;text/html;charset=UTF-8&quot;</span> <span style="color: #000066;">language</span>=<span style="color: #ff0000;">&quot;java&quot;</span> %<span style="color: #000000; font-weight: bold;">&gt;</span></span>
<span style="color: #009900;">&lt; %@ taglib <span style="color: #000066;">prefix</span>=<span style="color: #ff0000;">&quot;s&quot;</span> <span style="color: #000066;">uri</span>=<span style="color: #ff0000;">&quot;/struts-tags&quot;</span> %<span style="color: #000000; font-weight: bold;">&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;html<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;head<span style="color: #000000; font-weight: bold;">&gt;</span></span><span style="color: #000000; font-weight: bold;">&lt;title<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Simple jsp page<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/title<span style="color: #000000; font-weight: bold;">&gt;</span></span><span style="color: #000000; font-weight: bold;">&lt;/head<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;body<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		Struts 2 Message: <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s</span> :property <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;message&quot;</span> <span style="color: #000066;">default</span>=<span style="color: #ff0000;">&quot;Guest.&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s</span> :form <span style="color: #000066;">method</span>=<span style="color: #ff0000;">&quot;GET&quot;</span> <span style="color: #000066;">action</span>=<span style="color: #ff0000;">&quot;HelloWorld&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
			Enter your name:<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s</span> :textfield <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;username&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s</span> :submit <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;Submit&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/body<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/html<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>And finally struts.xml can have the Action declared without the ugly unRESTFUL .action:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;">&lt; ?xml <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">&quot;UTF-8&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span>
&nbsp;
<span style="color: #009900;">&lt; !DOCTYPE struts PUBLIC</span>
<span style="color: #009900;">  <span style="color: #ff0000;">&quot;-//Apache Software Foundation//DTD Struts Configuration 2.0//EN&quot;</span></span>
<span style="color: #009900;">  <span style="color: #ff0000;">&quot;http://struts.apache.org/dtds/struts-2.0.dtd&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
&nbsp;
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;struts<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;package</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;/&quot;</span> <span style="color: #000066;">extends</span>=<span style="color: #ff0000;">&quot;struts-default&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;action</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;HelloWorld&quot;</span> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">&quot;hello.HelloWorld&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;result</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;success&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>/index.jsp<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/result<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/action<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/package<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/struts<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>I really like IDEA when it comes to Java codding, and I can live with the quirks of the Struts 2 support. But one thing that makes me steam is the fact that I have to un-deploy and deploy the application for each change I make. That steals me hours every week.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.felisberto.net/2008/10/03/struts-2-under-intellij-idea-80m1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skype + Video</title>
		<link>http://blog.felisberto.net/2008/03/20/skype-video/</link>
		<comments>http://blog.felisberto.net/2008/03/20/skype-video/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 00:12:27 +0000</pubDate>
		<dc:creator>Gustavo Felisberto</dc:creator>
				<category><![CDATA[Gentoo-dev]]></category>

		<guid isPermaLink="false">http://blog.felisberto.net/2008/03/20/skype-video/</guid>
		<description><![CDATA[For some days now Skype has released a new public release that has video support. Since day 0 the Gentoo users that were running the testing version could have an upgrade. A few more weeks and if no strange bugs pop up it will be marked as stable software. So if you are still running [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">F</span>or some days now Skype has released a new public release that has video support. Since day 0 the Gentoo users that were running the testing version could have an upgrade. A few more weeks and if no strange bugs pop up it will be marked as stable software.</p>
<p>So if you are still running the old skype and want to use the new one:<br />
<code><br />
emerge --sync<br />
echo "net-im/skype" >> /etc/portage/package.keywords<br />
emerge skype<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.felisberto.net/2008/03/20/skype-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gentoo on the Dell D630</title>
		<link>http://blog.felisberto.net/2008/02/07/gentoo-on-the-dell-d630/</link>
		<comments>http://blog.felisberto.net/2008/02/07/gentoo-on-the-dell-d630/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 00:09:06 +0000</pubDate>
		<dc:creator>Gustavo Felisberto</dc:creator>
				<category><![CDATA[Ciência/Tecnologia]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Gentoo-dev]]></category>
		<category><![CDATA[d630]]></category>
		<category><![CDATA[dell]]></category>

		<guid isPermaLink="false">http://blog.felisberto.net/2008/02/07/gentoo-on-the-dell-d630/</guid>
		<description><![CDATA[This is just a pointer to my guide about Gentoo on the Dell D630.]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">T</span>his is just a pointer to <a href="http://blog.felisberto.net/linux-on-the-dell-d630/">my guide</a> about Gentoo on the Dell D630.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.felisberto.net/2008/02/07/gentoo-on-the-dell-d630/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skype + Video now in Linux</title>
		<link>http://blog.felisberto.net/2007/11/07/skype-video-now-in-linux/</link>
		<comments>http://blog.felisberto.net/2007/11/07/skype-video-now-in-linux/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 18:37:59 +0000</pubDate>
		<dc:creator>Gustavo Felisberto</dc:creator>
				<category><![CDATA[Ciência/Tecnologia]]></category>
		<category><![CDATA[Gentoo-dev]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[webcams]]></category>

		<guid isPermaLink="false">http://blog.felisberto.net/2007/11/07/skype-video-now-in-linux/</guid>
		<description><![CDATA[Skype just released the first beta version of their Linux client with video support. I already added it to the Gentoo Portage, but as it is a Beta release you&#8217;ll have to package.unmask it: emerge --sync echo net-im/skype >> /etc/portage/package.unmask echo "net-im/skype **" >>/etc/portage/package.keywords emerge -av skype As Skype beta tester I&#8217;ve been using these [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">S</span>kype just released the first beta version of their Linux client with video support. I already <a href="https://cia.vc/stats/author/humpback">added</a> it to the Gentoo Portage, but as it is a Beta release you&#8217;ll have to package.unmask it:</p>
<p><code><br />
emerge --sync<br />
echo net-im/skype >> /etc/portage/package.unmask<br />
echo "net-im/skype **" >>/etc/portage/package.keywords<br />
emerge -av skype<br />
</code></p>
<p>As Skype beta tester I&#8217;ve been using these releases for some time and must say that I&#8217;m quite happy with the result, just a few quirks with some webcams, but nothing to serious, and maybe now there will be a good motive to pressure for nice drivers.</p>
<p>If you have any problems fell free to bug me and I&#8217;ll try to give you a hand. My Skype name is <a href="skype:gustavofelisberto?call">gustavofelisberto</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.felisberto.net/2007/11/07/skype-video-now-in-linux/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Wildfire 3.2.0</title>
		<link>http://blog.felisberto.net/2007/02/08/wildfire-320/</link>
		<comments>http://blog.felisberto.net/2007/02/08/wildfire-320/#comments</comments>
		<pubDate>Thu, 08 Feb 2007 00:20:07 +0000</pubDate>
		<dc:creator>Gustavo Felisberto</dc:creator>
				<category><![CDATA[Gentoo-dev]]></category>
		<category><![CDATA[Jabber]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[wildfire]]></category>

		<guid isPermaLink="false">http://blog.felisberto.net/2007/02/08/wildfire-320/</guid>
		<description><![CDATA[Today wildfire 3.2.0 got released and you can read the official announce here. But is my opinion that this is a premature release. If not lets see, in december 17 to manage SSL certificates under wildfire is considered a problem. They even comment on the fact that Jabber Software Foundation (JSF) has become a Intermediate [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">T</span>oday wildfire 3.2.0 got released and you can read the official announce <a href="http://www.igniterealtime.org/blog/2007/02/06/releases-second-wave/">here</a>. But is my opinion that this is a premature release. If not lets see, in <a href="http://www.igniterealtime.org/blog/2006/12/17/simplifying-certificate-management-in-wildfire/">december 17</a> to manage SSL certificates under wildfire is considered a problem. They even comment on the fact that Jabber Software Foundation (JSF) has become a <a href="http://www.jabber.org/press/2006-12-06.shtml">Intermediate Certification Authority</a> and that this will increase the number of servers and users using SSL in the Jabber network. And what happens in the 3.2.0 RC2 release: SSL is <a href="http://www.igniterealtime.org/forum/thread.jspa?threadID=24477&#038;tstart=25">partially broken</a> when using JSF certificates. The fix seems to be&#8230;.. to <a href="http://www.igniterealtime.org/forum/thread.jspa?messageID=139521&#139521">remove the certificates</a> and use self signed ones.</p>
<p>Proper use of SSL/TLS with good certificates needs to be standard in the XMPP Federation network. This is why this step in releasing the final version of wildfire was a premature one.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.felisberto.net/2007/02/08/wildfire-320/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>System Info</title>
		<link>http://blog.felisberto.net/2007/01/06/system-info/</link>
		<comments>http://blog.felisberto.net/2007/01/06/system-info/#comments</comments>
		<pubDate>Sat, 06 Jan 2007 02:24:14 +0000</pubDate>
		<dc:creator>Gustavo Felisberto</dc:creator>
				<category><![CDATA[Efika]]></category>
		<category><![CDATA[Gentoo-dev]]></category>
		<category><![CDATA[Geral]]></category>

		<guid isPermaLink="false">http://blog.felisberto.net/2007/01/06/system-info/</guid>
		<description><![CDATA[Efika System info Only stuff under /efika are actually hosted on the efika (mod_proxy is so nice).]]></description>
			<content:encoded><![CDATA[<a href="http://felisberto.net/efika/~humpback/phpsysinfo/"><span class="dropcap">E</span>fika System info</a> Only stuff under /efika are actually hosted on the efika (<a href="http://httpd.apache.org/docs/2.0/mod/mod_proxy.html">mod_proxy</a> is so nice).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.felisberto.net/2007/01/06/system-info/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pre built packages for the Efika</title>
		<link>http://blog.felisberto.net/2006/12/29/pre-built-packages-for-the-efika/</link>
		<comments>http://blog.felisberto.net/2006/12/29/pre-built-packages-for-the-efika/#comments</comments>
		<pubDate>Fri, 29 Dec 2006 19:17:05 +0000</pubDate>
		<dc:creator>Gustavo Felisberto</dc:creator>
				<category><![CDATA[Efika]]></category>
		<category><![CDATA[Gentoo-dev]]></category>
		<category><![CDATA[Geral]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[linux_ppc]]></category>

		<guid isPermaLink="false">http://blog.felisberto.net/2006/12/29/pre-built-packages-for-the-efika/</guid>
		<description><![CDATA[There is now a PORTAGE_BINHOST for the EFIKA, just add: PORTAGE_BINHOST=http://tinderbox.dev.gentoo.org/default-linux/ppc-efika/ to your /etc/make.conf and start using it. This repository will contain the system and some extra packages built with: CFLAGS="-O2 -mcpu=603e -pipe" CHOST="powerpc-unknown-linux-gnu" CXXFLAGS="${CFLAGS}" Remember that in order to use these packages you have to do emerge -g or emerge -G.]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">T</span>here is now a PORTAGE_BINHOST for the EFIKA, just add:<br />
<code>PORTAGE_BINHOST=http://tinderbox.dev.gentoo.org/default-linux/ppc-efika/</code><br />
to your /etc/make.conf and start using it. This repository will contain the <em>system</em> and some extra packages built with:<br />
<code>CFLAGS="-O2 -mcpu=603e -pipe"<br />
CHOST="powerpc-unknown-linux-gnu"<br />
CXXFLAGS="${CFLAGS}"</code></p>
<p>Remember that in order to use these packages you have to do <em>emerge -g</em> or <em>emerge -G</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.felisberto.net/2006/12/29/pre-built-packages-for-the-efika/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Christmas Present for Efika Users</title>
		<link>http://blog.felisberto.net/2006/12/25/christmas-present-for-efika-users/</link>
		<comments>http://blog.felisberto.net/2006/12/25/christmas-present-for-efika-users/#comments</comments>
		<pubDate>Mon, 25 Dec 2006 03:35:40 +0000</pubDate>
		<dc:creator>Gustavo Felisberto</dc:creator>
				<category><![CDATA[Efika]]></category>
		<category><![CDATA[Gentoo-dev]]></category>
		<category><![CDATA[Geral]]></category>
		<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://blog.felisberto.net/2006/12/25/christmas-present-for-efika-users/</guid>
		<description><![CDATA[Do you want a stage 4 for your Efika? Then go to my Efika page and grab it. Please do not open bugs about it. Either mail me or try to find me on IRC.]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">D</span>o you want a stage 4 for your Efika? Then go to my <a href="http://dev.gentoo.org/~humpback/efika/">Efika page</a> and grab it. Please do not open bugs about it. Either mail me or try to find me on IRC.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.felisberto.net/2006/12/25/christmas-present-for-efika-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

