Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35071 - More information in etcat -d (package status)
Summary: More information in etcat -d (package status)
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-04 10:00 UTC by Ed Catmur
Modified: 2011-10-30 22:19 UTC (History)
1 user (show)

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


Attachments
Patch to provide suggested functionality (etcat.patch,2.28 KB, patch)
2003-12-04 10:03 UTC, Ed Catmur
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Catmur 2003-12-04 10:00:18 UTC
Currently:

etcat -d nautilus
[ Results for search key : nautilus ]
* gnome-base/control-center-2.4.0
  >=gnome-base/nautilus-2.2
* net-www/epiphany-1.0
  >=gnome-base/nautilus-2.2
* net-www/epiphany-1.0.2
  >=gnome-base/nautilus-2.2

I would like to see:

etcat -d nautilus [ Results for search key : nautilus ]
* [  I] gnome-base/control-center-2.4.0 (2)
  >=gnome-base/nautilus-2.2
> [   ] net-www/epiphany-1.0 (0)
  >=gnome-base/nautilus-2.2
< [ ~ ] net-www/epiphany-1.0.3 (0)
  >=gnome-base/nautilus-2.2
< [   ] net-www/epiphany-1.0.4 (0)
  >=gnome-base/nautilus-2.2
* [ ~I] net-www/epiphany-1.0.6 (0)
  >=gnome-base/nautilus-2.2
M [M  ] media-video/lumiere-0.4 (0)
  gnome-base/nautilus
- [   ] gnome-extra/nautilus-gtkhtml-0.3.2 (0)
  >=gnome-base/nautilus-1.1.10

showing installed status, maskedness, testing, version comparison to installed 
version, all with appropriate colouring.
Comment 1 Ed Catmur 2003-12-04 10:03:08 UTC
Created attachment 21698 [details, diff]
Patch to provide suggested functionality

oh, and SLOTting as well.
Most of this patch is copied from etcat -v, the rest from emerge and
portage.py.
Comment 2 Marius Mauch (RETIRED) gentoo-dev 2004-02-06 15:20:51 UTC
patch doesn't apply cleanly against etcat from gentoolkit-0.2 and I don't want to add new features to it anyway, but concentrate on getting equery stable and fully implemented.