Re: [gentoo-user] PORTDIR_OVERLAY in make.conf has no effect anymore?

2015-03-16 Thread Matti Nykyri

 On Mar 16, 2015, at 12:07, Helmut Jarausch jarau...@igpm.rwth-aachen.de 
 wrote:
 
 Hi,
 
 since a few days when I configured /etc/repos.conf the setting of
 PORTDIR_OVERLAY in /etc/portage/make.conf
 seems to get ignored.
 
 I have some overlays here (installed by layman)
 but I don't wont all of these to be considered for updating
 when I say emerge -auv ..
 
 Previously, I could manage which overlays were considered by setting
 the PORTDIR_OVERLAY in /etc/portage/make.conf
 
 This doesn't work anymore.
 
 What did I miss?

http://wiki.gentoo.org/wiki/Project:Portage/Sync

I think there was also a news item about it.

-- 
-Matti


Re: [gentoo-user] PORTDIR_OVERLAY in make.conf has no effect anymore?

2015-03-16 Thread Helmut Jarausch
On 03/16/2015 11:42:28 AM, Alan McKinnon wrote:
 On 16/03/2015 12:07, Helmut Jarausch wrote:
  Hi,
 
  since a few days when I configured /etc/repos.conf the setting of
  PORTDIR_OVERLAY in /etc/portage/make.conf
  seems to get ignored.
 
  I have some overlays here (installed by layman)
  but I don't wont all of these to be considered for updating
  when I say emerge -auv ..
 
  Previously, I could manage which overlays were considered by setting
  the PORTDIR_OVERLAY in /etc/portage/make.conf
 
  This doesn't work anymore.
 
  What did I miss?
 
  Many thanks for a hint,
  Helmut
 
 
 
 
 Read the news item publish on 2 Feb 2015 called
 New portage plug-in sync system
 
 The variable you want is auto-sync= [yes|no]
 
 --
 Alan McKinnon
 alan.mckin...@gmail.com


Thanks Alan, I have auto-sync=no.
Still,

emerge -avu @world 
considers even those overlays which have auto-sync=no.

Helmut.






Re: [gentoo-user] PORTDIR_OVERLAY in make.conf has no effect anymore?

2015-03-16 Thread Helmut Jarausch
On 03/16/2015 12:15:43 PM, Neil Bothwick wrote:
 On Mon, 16 Mar 2015 13:02:54 +0200, Alan McKinnon wrote:
 
   Thanks Alan, I have auto-sync=no.
   Still,
   
   emerge -avu @world 
   considers even those overlays which have auto-sync=no.  
  
  
  I see now. When you said update I assumed you meant sync.
  update as in emerge world is different.
  
  
  Does the option priority, set per-repo, and documented here:
  
  https://wiki.gentoo.org/wiki/Project:Portage/Sync
  
  fit your needs?
 
 If the overlays are managed by layman, check out the --enable and
 --disable options for layman.
 

Thanks Neil, that seems to be exactly what I was looking for.
Currently I still have a problem.

After
layman -D ALL
which proceeded without any error message.
I tried, e.g.,
layman -E science

which gives me
Exception caught enabling repository science: Section 'science' already exists

Helmut.



Re: [gentoo-user] PORTDIR_OVERLAY in make.conf has no effect anymore?

2015-03-16 Thread Neil Bothwick
On Mon, 16 Mar 2015 13:02:54 +0200, Alan McKinnon wrote:

  Thanks Alan, I have auto-sync=no.
  Still,
  
  emerge -avu @world 
  considers even those overlays which have auto-sync=no.  
 
 
 I see now. When you said update I assumed you meant sync.
 update as in emerge world is different.
 
 
 Does the option priority, set per-repo, and documented here:
 
 https://wiki.gentoo.org/wiki/Project:Portage/Sync
 
 fit your needs?

If the overlays are managed by layman, check out the --enable and
--disable options for layman.


-- 
Neil Bothwick

Tact is for people who don't understand sarcasm.


pgpwlRGZXwfku.pgp
Description: OpenPGP digital signature


[gentoo-user] PORTDIR_OVERLAY in make.conf has no effect anymore?

2015-03-16 Thread Helmut Jarausch
Hi,

since a few days when I configured /etc/repos.conf the setting of
PORTDIR_OVERLAY in /etc/portage/make.conf
seems to get ignored.

I have some overlays here (installed by layman)
but I don't wont all of these to be considered for updating
when I say emerge -auv ..

Previously, I could manage which overlays were considered by setting
the PORTDIR_OVERLAY in /etc/portage/make.conf

This doesn't work anymore.

What did I miss?

Many thanks for a hint,
Helmut




Re: [gentoo-user] PORTDIR_OVERLAY in make.conf has no effect anymore?

2015-03-16 Thread Helmut Jarausch
On 03/16/2015 11:42:28 AM, Alan McKinnon wrote:
 On 16/03/2015 12:07, Helmut Jarausch wrote:
  Hi,
 
  since a few days when I configured /etc/repos.conf the setting of
  PORTDIR_OVERLAY in /etc/portage/make.conf
  seems to get ignored.
 
  I have some overlays here (installed by layman)
  but I don't wont all of these to be considered for updating
  when I say emerge -auv ..
 
  Previously, I could manage which overlays were considered by setting
  the PORTDIR_OVERLAY in /etc/portage/make.conf
 
  This doesn't work anymore.
 
  What did I miss?
 
  Many thanks for a hint,
  Helmut
 
 
 
 
 Read the news item publish on 2 Feb 2015 called
 New portage plug-in sync system
 
 The variable you want is auto-sync= [yes|no]
 
 --
 Alan McKinnon
 alan.mckin...@gmail.com
 

Thanks Alan, I have auto-sync=no.
Still,

emerge -avu @world 
considers even those overlays which have auto-sync=no.

Helmut.





Re: [gentoo-user] PORTDIR_OVERLAY in make.conf has no effect anymore?

2015-03-16 Thread Alan McKinnon
On 16/03/2015 12:07, Helmut Jarausch wrote:
 Hi,
 
 since a few days when I configured /etc/repos.conf the setting of
 PORTDIR_OVERLAY in /etc/portage/make.conf
 seems to get ignored.
 
 I have some overlays here (installed by layman)
 but I don't wont all of these to be considered for updating
 when I say emerge -auv ..
 
 Previously, I could manage which overlays were considered by setting
 the PORTDIR_OVERLAY in /etc/portage/make.conf
 
 This doesn't work anymore.
 
 What did I miss?
 
 Many thanks for a hint,
 Helmut
 
 


Read the news item publish on 2 Feb 2015 called
New portage plug-in sync system

The variable you want is auto-sync= [yes|no]

-- 
Alan McKinnon
alan.mckin...@gmail.com




Re: [gentoo-user] PORTDIR_OVERLAY in make.conf has no effect anymore?

2015-03-16 Thread Alan McKinnon
On 16/03/2015 12:56, Helmut Jarausch wrote:
 On 03/16/2015 11:42:28 AM, Alan McKinnon wrote:
 On 16/03/2015 12:07, Helmut Jarausch wrote:
 Hi,

 since a few days when I configured /etc/repos.conf the setting of
 PORTDIR_OVERLAY in /etc/portage/make.conf
 seems to get ignored.

 I have some overlays here (installed by layman)
 but I don't wont all of these to be considered for updating
 when I say emerge -auv ..

 Previously, I could manage which overlays were considered by setting
 the PORTDIR_OVERLAY in /etc/portage/make.conf

 This doesn't work anymore.

 What did I miss?

 Many thanks for a hint,
 Helmut




 Read the news item publish on 2 Feb 2015 called
 New portage plug-in sync system

 The variable you want is auto-sync= [yes|no]

 --
 Alan McKinnon
 alan.mckin...@gmail.com

 
 Thanks Alan, I have auto-sync=no.
 Still,
 
 emerge -avu @world 
 considers even those overlays which have auto-sync=no.


I see now. When you said update I assumed you meant sync.
update as in emerge world is different.


Does the option priority, set per-repo, and documented here:

https://wiki.gentoo.org/wiki/Project:Portage/Sync

fit your needs?


-- 
Alan McKinnon
alan.mckin...@gmail.com