Re: [gentoo-user] How to get rid of gentoo-sources

2006-05-03 Thread Leopold Gouverneur
On Wed, May 03, 2006 at 11:09:49AM +0200, Benno Schulenberg wrote:
> Leopold Gouverneur wrote:
> > On Tue, May 02, 2006 at 04:41:01PM -0700, Sean O'Rourke wrote:
> > > You need to put it in /etc/portage/package.provided.
> >
> > Puting it in /etc/portage does not work for me.
> 
> It needs to go in /etc/portage/profile/; see 'man portage':
> 
> /etc/portage/profile/
>   site-specific overrides of /etc/make.profile/
> 
> /etc/make.profile/
>   ...
>   package.provided
>   ...
> 
yes that works! thankx

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to get rid of gentoo-sources

2006-05-03 Thread Benno Schulenberg
Leopold Gouverneur wrote:
> On Tue, May 02, 2006 at 04:41:01PM -0700, Sean O'Rourke wrote:
> > You need to put it in /etc/portage/package.provided.
>
> Puting it in /etc/portage does not work for me.

It needs to go in /etc/portage/profile/; see 'man portage':

/etc/portage/profile/
  site-specific overrides of /etc/make.profile/

/etc/make.profile/
  ...
  package.provided
  ...

Benno
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to get rid of gentoo-sources

2006-05-03 Thread Leopold Gouverneur
On Wed, May 03, 2006 at 03:33:32AM +0200, Hemmann, Volker Armin wrote:
> On Tuesday 02 May 2006 21:09, Leopold Gouverneur wrote:
> > How can I prevent emerge from merging gentoo-sources (I now use sources
> > from ftp.kernel.org).I tried --unmerge whithout success.
> > Thanks.
> 
> very strange - unmerged gentoo-kernel a long time ago and it never tried to 
> install them again..
> 
> 
> Do you have any splash-stuff installed?

Nothing of that sort!
thanks for the reply

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to get rid of gentoo-sources

2006-05-03 Thread Leopold Gouverneur
On Tue, May 02, 2006 at 04:41:01PM -0700, Sean O'Rourke wrote:
> Leopold Gouverneur wrote:
> >except that emerge --sync delete package.provided so I must recreate it
> >before running emerge -upD world! There is something weird here.
> 
> You need to put it in /etc/portage/package.provided.  If you put it in 
> the profile then yes, it will be overwritten by an emerge --sync.
> 
>  - Sean
Puting it in /etc/portage does not work for me.
Yes, the file is not deleted but it is not read either :-(



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to get rid of gentoo-sources

2006-05-02 Thread Hemmann, Volker Armin
On Tuesday 02 May 2006 21:09, Leopold Gouverneur wrote:
> How can I prevent emerge from merging gentoo-sources (I now use sources
> from ftp.kernel.org).I tried --unmerge whithout success.
> Thanks.

very strange - unmerged gentoo-kernel a long time ago and it never tried to 
install them again..


Do you have any splash-stuff installed?
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to get rid of gentoo-sources

2006-05-02 Thread Sean O'Rourke

Leopold Gouverneur wrote:

except that emerge --sync delete package.provided so I must recreate it
before running emerge -upD world! There is something weird here.


You need to put it in /etc/portage/package.provided.  If you put it in 
the profile then yes, it will be overwritten by an emerge --sync.


 - Sean


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to get rid of gentoo-sources

2006-05-02 Thread Leopold Gouverneur
On Wed, May 03, 2006 at 12:28:20AM +0200, Leopold Gouverneur wrote:
> On Tue, May 02, 2006 at 01:23:49PM -0600, Justin Findlay wrote:
> > On 5/2/06, Leopold Gouverneur <[EMAIL PROTECTED]> wrote:
> > >How can I prevent emerge from merging gentoo-sources (I now use sources
> > >from ftp.kernel.org).I tried --unmerge whithout success.
> > 
> > Try 'equery depends gentoo-sources' to see which package(s) want 
> > gentoo-sources.
> > 
> > 
> > Jusitn
> equery depends show nothing but anyway package.provided did the trick.
> thanks
except that emerge --sync delete package.provided so I must recreate it
before running emerge -upD world! There is something weird here.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to get rid of gentoo-sources

2006-05-02 Thread Leopold Gouverneur
On Tue, May 02, 2006 at 01:23:49PM -0600, Justin Findlay wrote:
> On 5/2/06, Leopold Gouverneur <[EMAIL PROTECTED]> wrote:
> >How can I prevent emerge from merging gentoo-sources (I now use sources
> >from ftp.kernel.org).I tried --unmerge whithout success.
> 
> Try 'equery depends gentoo-sources' to see which package(s) want 
> gentoo-sources.
> 
> 
> Jusitn
equery depends show nothing but anyway package.provided did the trick.
thanks

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to get rid of gentoo-sources

2006-05-02 Thread Marc Redmann
> How can I prevent emerge from merging gentoo-sources (I now use sources
> from ftp.kernel.org).I tried --unmerge whithout success.

man portage, look for package.provided ...

brgds, Marc





___ 
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to get rid of gentoo-sources

2006-05-02 Thread Hans-Werner Hilse
Hi,

On Tue, 2 May 2006 21:09:44 +0200
"Leopold Gouverneur" <[EMAIL PROTECTED]> wrote:

> How can I prevent emerge from merging gentoo-sources (I now use sources
> from ftp.kernel.org).I tried --unmerge whithout success.

Something will always try to pull it in. But you can tell portage that
it's there:

$ cat /etc/portage/profile/package.provided 
sys-kernel/development-sources-2.6.15.4
sys-kernel/gentoo-sources-2.6.15.4

(dunno why I've inserted both, one should be sufficient, and yes, it
already got a bit outdated)

-hwh
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to get rid of gentoo-sources

2006-05-02 Thread Justin Findlay

On 5/2/06, Leopold Gouverneur <[EMAIL PROTECTED]> wrote:

How can I prevent emerge from merging gentoo-sources (I now use sources
from ftp.kernel.org).I tried --unmerge whithout success.


Try 'equery depends gentoo-sources' to see which package(s) want gentoo-sources.


Jusitn

--
gentoo-user@gentoo.org mailing list