Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105916 - esearch doesn't show masked packages
Summary: esearch doesn't show masked packages
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-13 19:35 UTC by Daevid Vincent
Modified: 2005-09-14 11:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daevid Vincent 2005-09-13 19:35:08 UTC
Why doesn't esearch show ALL packages? At the very least, it should have a way 
to show the masked version. Sometimes there is only a masked version of a 
package, and therefore esearch doesn't show any at all.

Reproducible: Always
Steps to Reproduce:

Actual Results:  
shows only one unmasked version

Expected Results:  
this should work more like 'eix' does:

daevid ~ # USE='~x86' esearch eix
[ Results for search key : eix ]
[ Applications found : 1 ]

*  app-portage/eix
      Latest version available: 0.3.0-r1
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 281 kB
      Homepage:    http://eixwiki.unfoog.de
      Description: Small utility for searching ebuilds with indexing for fast 
results
      License:     GPL-2


daevid ~ # eix eix
* app-portage/eix 
     Available versions:  0.2.2 0.2.6 ~0.3.0 0.3.0-r1
     Installed:           0.3.0-r1
     Homepage:            http://eixwiki.unfoog.de
     Description:         Small utility for searching ebuilds with indexing 
for fast results


Found 1 matches
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-09-14 01:45:28 UTC
(In reply to comment #0)
> At the very least, it should have a way 
> to show the masked version. Sometimes there is only a masked version of a 
> package, and therefore esearch doesn't show any at all.

Eh?

$ grep cinelerra /usr/portage/profiles/package.mask
media-video/cinelerra

$ esearch cinelerra

*  media-video/cinelerra [ Masked ]
      Latest version available: 1.2.1
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 22,335 kB
      Homepage:    http://heroinewarrior.com/cinelerra.php3
      Description: Cinelerra - Professional Video Editor
      License:     GPL-2

$ esearch -v cinelerra

*  media-video/cinelerra [ Masked ]
      Latest version available: 1.2.1
      Latest version installed: [ Not Installed ]
      Unstable version:         1.2.1
      Use Flags (stable):       -
      Size of downloaded files: 22,335 kB
      Homepage:    http://heroinewarrior.com/cinelerra.php3
      Description: Cinelerra - Professional Video Editor
      License:     GPL-2
Comment 2 Daevid Vincent 2005-09-14 11:17:56 UTC
I should be more clear. it doesn't show the masked versions of the same 
package if there is an unmasked version too.