Re: [gentoo-user] depclean portect a class of ebuilds ?

2015-03-14 Thread Neil Bothwick
On Sat, 14 Mar 2015 16:39:58 + (UTC), James wrote:

 Ok, so I use this syntax (in make.conf) to protect gentoo-source
 kernels, as I like to keep kernel codes around for quite a while:
 
 EMERGE_DEFAULT_OPTS=--exclude gentoo-sources
 
 It works just fine.
 
 Today, I have many many ugly and hacked java projects
 on my munge system. I have spend countless hours hacking
 at java; so I do not wish for any dev-java codes to be removed
 by --depclean, but the others can be cleaned up.
 
 I have not been able to find a way to (inside of make.conf)
 to prevent these dev-java/* ebuild removals.

Why not simply create a set containing all the ebuilds you are
experimenting with?


-- 
Neil Bothwick

For security reasons, all text in this mail
  is double-rot13 encrypted.


pgpNHHOKlIHkA.pgp
Description: OpenPGP digital signature


[gentoo-user] depclean portect a class of ebuilds ?

2015-03-14 Thread James
Howdy,

Ok, so I use this syntax (in make.conf) to protect gentoo-source kernels,
as I like to keep kernel codes around for quite a while:

EMERGE_DEFAULT_OPTS=--exclude gentoo-sources

It works just fine.

Today, I have many many ugly and hacked java projects
on my munge system. I have spend countless hours hacking
at java; so I do not wish for any dev-java codes to be removed
by --depclean, but the others can be cleaned up.

I have not been able to find a way to (inside of make.conf)
to prevent these dev-java/* ebuild removals.


Insight, discussion and syntax snippents are all welcome, that will
allow me to protect *java* from depclean.



James