Re: [gentoo-user] where is the functionality of etcat

2005-07-13 Thread Rudmer van Dijk
On Tuesday 12 July 2005 19:50, Tom Wesley wrote:
 On Tue, 12 Jul 2005 19:26:14 +0200

 I haven't seen anyone post this script as yet.  It's by ciaranm and is
 very useful when people ask on irc why a certain package version can't
 be installed on their arch.

 Sample output:
 [EMAIL PROTECTED] ~ 0 0.67 $ eshowkw

 gnome Keywords for gnome-base/gnome:
 | a a a h i m m p p p p s s s x x x x
 | l m r p a 6 i p p p p 3 h p 8 8 8 8
 | p d m p 6 8 p c c c c 9   a 6 6 6 6
 | h 6   a 4 k s   6 - - 0   r   - - -
 | a 4 4 m o c   f o o
 |   a d b b d
 |   c   s s
 |   o   d d
 |   s

 +
 1.4-r3  |   -   + +
 2.8.2   | + +   + +   + +   + +
 2.8.3-r1| ~ +   + +   ~ +   + +
 2.10|   ~ ~ ~ ~ ~ ~
 2.10-r1 | + +   + ~ + ~ + +
 2.10.1_pre0 |   ~   ~ ~ ~ ~

 Hope this is helpful to someone ;)

nice!
don't think it is really useful for me, I have two archs (amd64 and x86) but 
have good access to both machines. if you maintain more archs than this can 
be very usefull. Is this in some (dev-)package? maybe something for 
gentoolkit??

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



Re: [gentoo-user] where is the functionality of etcat

2005-07-12 Thread Holly Bostick
Rudmer van Dijk schreef:
 
 Holly: eix is probably not it, since it looks like it does not show the 
 availability of the package (masked+keyword), but thanks for the suggestion!
 
   Rudmer

Actually, it most certainly does; keyworded packages are shown in brown
with a ~ in front, masked packages are listed in red with a [M] in front.

Of course you can use what suits you best; just wanted to clear up the
misconception.

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



Re: [gentoo-user] where is the functionality of etcat

2005-07-12 Thread Tom Wesley
On Tue, 12 Jul 2005 19:26:14 +0200
Holly Bostick [EMAIL PROTECTED] wrote:

 Rudmer van Dijk schreef:
  
  Holly: eix is probably not it, since it looks like it does not show the 
  availability of the package (masked+keyword), but thanks for the suggestion!
  
  Rudmer
 
 Actually, it most certainly does; keyworded packages are shown in brown
 with a ~ in front, masked packages are listed in red with a [M] in front.
 
 Of course you can use what suits you best; just wanted to clear up the
 misconception.
 
 Holly

I haven't seen anyone post this script as yet.  It's by ciaranm and is
very useful when people ask on irc why a certain package version can't
be installed on their arch.

Sample output:
[EMAIL PROTECTED] ~ 0 0.67 $ eshowkw
gnome Keywords for gnome-base/gnome:

| a a a h i m m p p p p s s s x x x x
| l m r p a 6 i p p p p 3 h p 8 8 8 8
| p d m p 6 8 p c c c c 9   a 6 6 6 6
| h 6   a 4 k s   6 - - 0   r   - - -
| a 4 4 m o c   f o o
|   a d b b d
|   c   s s
|   o   d d
|   s
+
1.4-r3  |   -   + +
2.8.2   | + +   + +   + +   + +
2.8.3-r1| ~ +   + +   ~ +   + +
2.10|   ~ ~ ~ ~ ~ ~
2.10-r1 | + +   + ~ + ~ + +
2.10.1_pre0 |   ~   ~ ~ ~ ~

Hope this is helpful to someone ;)

-- 
Tom Wesley [EMAIL PROTECTED]


eshowkw
Description: Binary data


pgpNM7WBJBiEj.pgp
Description: PGP signature


[gentoo-user] where is the functionality of etcat

2005-07-11 Thread Rudmer van Dijk
etcat is deprecated in favor of equery but equery does not have a 
functionality like `etcat -v package` (listing all available versions of a 
package). I used it quite often and have been struggling with equery ever 
since etcat is deprecated... Are there plans to build this functionality into 
equery? if not, why??

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



Re: [gentoo-user] where is the functionality of etcat

2005-07-11 Thread Holly Bostick
Rudmer van Dijk schreef:
 etcat is deprecated in favor of equery but equery does not have a 
 functionality like `etcat -v package` (listing all available versions of a 
 package). I used it quite often and have been struggling with equery ever 
 since etcat is deprecated... Are there plans to build this functionality into 
 equery? if not, why??
 
   Rudmer

Possibly because you can do the same with eix (emerge eix):

 eix gnome-games
* gnome-extra/gnome-games
 Available versions:  1.4.0.3-r3 2.4.2 2.6.2 2.8.1 2.8.1-r1 2.8.2
2.8.3 2.10.0 ~2.10.1
 Installed:   2.10.1
 Homepage:http://www.gnome.org/
 Description: Collection of games for the GNOME desktop

* gnome-extra/gnome-games-extra-data
 Available versions:  2.8.0 2.10.0
 Installed:   2.10.0
 Homepage:http://www.gnome.org/
 Description: Optional additional graphics for gnome- games


If that's of any help to you :-) .

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



Re: [gentoo-user] where is the functionality of etcat

2005-07-11 Thread Renat Golubchyk
On Mon, 11 Jul 2005 23:25:06 +0200 Rudmer van Dijk
[EMAIL PROTECTED] wrote:
 etcat is deprecated in favor of equery but equery does not have a 
 functionality like `etcat -v package` (listing all available
 versions of a  package). I used it quite often and have been
 struggling with equery ever  since etcat is deprecated... Are there
 plans to build this functionality into  equery? if not, why??

It is already in there, people just tend to overlook it ;-) Run
equery list -p package, for more information run equery list --help
or generally equery command --help. If you run equery --help you
will notice that equery has global options and local options which do
some nice stuff.

Cheers,
Renat


pgpvbBtweBvgX.pgp
Description: PGP signature


Re: [gentoo-user] where is the functionality of etcat

2005-07-11 Thread Andreas Claesson
On 7/11/05, Rudmer van Dijk [EMAIL PROTECTED] wrote:
 etcat is deprecated in favor of equery but equery does not have a
 functionality like `etcat -v package` (listing all available versions of a
 package). I used it quite often and have been struggling with equery ever
 since etcat is deprecated... Are there plans to build this functionality into
 equery? if not, why??
 

Doesn't 'equery list -p package' do what you want?  

$ equery list -p gentoo-sources
[ Searching for package 'gentoo-sources' in all categories among: ]
 * installed packages
[I--] [  ] sys-kernel/gentoo-sources-2.6.11-r11 (2.6.11-r11)
[I--] [  ] sys-kernel/gentoo-sources-2.6.12-r4 (2.6.12-r4)
 * Portage tree (/usr/portage)
[-P-] [M~] sys-kernel/gentoo-sources-2.6.12-r3 (2.6.12-r3)
[-P-] [  ] sys-kernel/gentoo-sources-2.6.9-r9 (2.6.9-r9)
[-P-] [  ] sys-kernel/gentoo-sources-2.4.28-r9 (2.4.28-r9)
[-P-] [  ] sys-kernel/gentoo-sources-2.6.10-r6 (2.6.10-r6)
[-P-] [  ] sys-kernel/gentoo-sources-2.6.11-r8 (2.6.11-r8)

/Andreas

-- 
gentoo-user@gentoo.org mailing list