Re: [gentoo-user] how to add an ebuild

2010-02-14 Thread Skippy

Thanks y'all

In addition to not using the local location, I didn't know about the
line in make.conf.

Done and done.  Plus I couldn't find the right info as I was searching
for "adding an ebuild" or such things instead of "adding local overlay"
which would have probably been more helpful.  :)

Skippy



On Sun, 14 Feb 2010 15:52:10 +
Stroller  wrote the words:

> 
> On 14 Feb 2010, at 14:28, Skippy wrote:
> >
> > I'm needing to add an ebuild, but there is something I'm not doing
> > right it seems.
> >
> > I have xorg-server-1.6.3.901-r2.ebuild. The file that is.
> 
> http://en.gentoo-wiki.com/wiki/Overlay#Creating_a_local_overlay
> 
> Stroller.
> 
>



Re: [gentoo-user] how to add an ebuild

2010-02-14 Thread Stroller


On 14 Feb 2010, at 14:28, Skippy wrote:


I'm needing to add an ebuild, but there is something I'm not doing
right it seems.

I have xorg-server-1.6.3.901-r2.ebuild. The file that is.


http://en.gentoo-wiki.com/wiki/Overlay#Creating_a_local_overlay

Stroller.




Re: [gentoo-user] how to add an ebuild

2010-02-14 Thread Volker Armin Hemmann
On Sonntag 14 Februar 2010, Skippy wrote:
> Greetings;
> 
> I'm needing to add an ebuild, but there is something I'm not doing
> right it seems.
> 
> I have xorg-server-1.6.3.901-r2.ebuild. The file that is.
> 
> I place it in /usr/portage/x11-base/xorg-server/

you should place it in /usr/local/portage/x11-base/xorg-server

> 
> I run "ebuild xorg-server-1.6.3.901-r2.ebuild digest"  I can see that
> the file Manifest is altered.


> 
> also tried "ebuild xorg-server-1.6.3.901-r2.ebuild manifest" as man
> page says those are equivilant.
> 
> Then eix-update.
> 
> Then "eix xorg-server" - the version I am trying to add does not appear
> in the output.

because it got deleted?

> 
> What am I missing here? Other than my sanity.  :)

see above. You are doing it wrong. Everything in /usr/portage is nuked with 
the next sync if it isn't on the rsync-server. You have to put your own stuff 
into /usr/local/portage.