Re: [gentoo-user] Layman - list any/all apps installed from a layman repo

2014-11-26 Thread Tanstaafl
On 11/26/2014 9:28 AM, Александр Паутов  wrote:
> man eix

Ah, I thought I'd need to do this with the layman command.

Thanks!

> "-J, --installed-overlay
>   Only  match  packages which have been installed from some overlay.  
> To get a completely reliable
>   result you should set CHECK_INSTALLED_OVERLAYS to true (which is 
> not the default because it dra‐
>   matically slows down the test).  See CHECK_INSTALLED_OVERLAYS for 
> details.

Ok, so I set this in /etc/eix-sync.conf?

And if, after setting CHECK_INSTALLED_OVERLAYS=true in eix-sync.conf,
the result shows 'No matches found', then I don't have anything from
that overlay installed?

Thanks again...



Re: [gentoo-user] Layman - list any/all apps installed from a layman repo

2014-11-26 Thread Александр Паутов
man eix

"...
   --in-overlay overlay
  Only match packages with at least one version in an overlay matching 
overlay.

   --only-in-overlay overlay
  Only match packages which have only versions in an overlay matching 
overlay.

   -J, --installed-overlay
  Only  match  packages which have been installed from some overlay.  
To get a completely reliable
  result you should set CHECK_INSTALLED_OVERLAYS to true (which is not 
the default because it dra‐
  matically slows down the test).  See CHECK_INSTALLED_OVERLAYS for 
details.

   --installed-from-overlay overlay
  This  is analogous to --in-overlay with the difference that only 
packages are matched which have
  at least one version installed from overlay.  For instance, 
--installed-from-overlay 0 will only
  match  those  packages  which  have  at  least  one version which was 
installed from the regular
  portage tree.  As for -J, you should set CHECK_INSTALLED_OVERLAYS to 
true to  get  a  completely
  reliable result.

   --installed-in-some-overlay
  Only match packages with at least one installed version number which 
is also in some overlay.

   --installed-in-overlay overlay
  This  is analogous to --in-overlay with the difference that only 
packages are matched which have
  at least one installed version in overlay.  For instance,  
--installed-in-overlay  0  will  only
  match those packages which have at least one version which is also in 
the regular portage tree.
.."

В Среда, 26.11.2014 в 08:56 -0500, Tanstaafl писал:
> Is this possible?
> 
> I have two layman repos I have added at some point in time in the past:
> sunrise, and ultrabug.
> 
> I'd like to see what, if any packages, I have installed from them, and
> see if I can remove them and ultimately remove the layman repo.
> 
> Thanks

-- 
С уважением, Паутов Александр



[gentoo-user] Layman - list any/all apps installed from a layman repo

2014-11-26 Thread Tanstaafl
Is this possible?

I have two layman repos I have added at some point in time in the past:
sunrise, and ultrabug.

I'd like to see what, if any packages, I have installed from them, and
see if I can remove them and ultimately remove the layman repo.

Thanks