Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71271 - etcat reports about OVERLAY I don't have.
Summary: etcat reports about OVERLAY I don't have.
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-15 04:06 UTC by Peter Volkov (RETIRED)
Modified: 2004-12-08 08:43 UTC (History)
1 user (show)

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 Peter Volkov (RETIRED) gentoo-dev 2004-11-15 04:06:21 UTC
Hello. I'm using etcat (0.3.1).

When I want to see versions of ebuild available in portage etcat normaly adds word OVERLAY to every line of the output.


Reproducible: Always
Steps to Reproduce:
1. etcat -v ebuild_name


Actual Results:  
antsy root # etcat -v wine 
[ Results for search key           : wine ] 
[ Candidate applications found : 3 ] 
 
 Only printing found installed programs. 
 
*  app-emulation/wine : 
        [   ] 20040716 (0) OVERLAY 
        [ ~I] 20041019 (0) OVERLAY 
        [M  ] 20041019-r3 (0) OVERLAY 
antsy root # etcat -v postfix 
[ Results for search key           : postfix ] 
[ Candidate applications found : 3 ] 
 
 Only printing found installed programs. 
 
*  mail-mta/postfix : 
        [   ] 2.0.19 (0) OVERLAY 
        [   ] 2.1.3 (0) OVERLAY 
        [   ] 2.1.5-r1 (0) OVERLAY 
antsy root #                          

Expected Results:  
Same output, but without word OVERLAY. 

This bug appeared after upgrade to the latest version of portage.
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2004-12-08 03:45:35 UTC
fixed in 0.2.0_rc1 (but you should use equery instead as etcat is deprecated)
Comment 2 Alexandru Toma 2004-12-08 05:04:18 UTC
Unfortunately, equery doesn't yet have all the functionality etcat has. Maybe I'm wrong. What's  the equery equivalent for "etcat -v ebuild"?

"equery list ebuild" only lists the installed packages.
Comment 3 Paul Varner (RETIRED) gentoo-dev 2004-12-08 08:43:39 UTC
equery list -i -p -o ebuild is the equivalent of etcat -v ebuild