Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 529264

Summary: app-portage/gentoolkit - add an option to list packages without an ebuild in portage
Product: Portage Development Reporter: Sven <sven.koehler>
Component: ToolsAssignee: Portage Tools Team <tools-portage>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sven 2014-11-14 19:59:58 UTC
Regularly, I have to do the following:
$ equery -NC l "*"|grep "??"

This lists some packages that I have install but for which there is no ebuild anymore. This occurs, since I have keyworded some specific package versions.

Portage itself doesn't seem to care and an "emerge -uDN world" goes though without any note about those packages that the above command lists.

It would be nice to add an option to "equery l" such that it lists exactly those packages that the above command would list.


Furthermore, it would good to have "equery l" commands that list unstable and masked packages only.

Reproducible: Always