Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 168761 - Information about ~package in emerge.
Summary: Information about ~package in emerge.
Status: RESOLVED LATER
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: NeedPatch
: 165709 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-02-28 17:17 UTC by NaiL
Modified: 2007-06-06 02:32 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 NaiL 2007-02-28 17:17:45 UTC
It would be useful to see this information. see example:

Reproducible: Always

Actual Results:  
emerge -uva <package>
[ebuild     U ] <package>-<version> [<newversion>] USE="..." ...

Expected Results:  
emerge -uva <package>
[ebuild     U ] <!|~|><package>-<version> [<~|><newversion>] USE="..." ...

<!|~|>:
! - the package has been removed from portage tree.
~ - the package has one or more masked flags (independently of packages.keywords, packages.unmask) (maybe different colors can be used to set additional information about mask or hard mask)
Comment 1 NaiL 2007-03-04 15:38:05 UTC
sorry i think i've put the versions badly, it will be like this.

Actual Results:  
emerge -uva <package>
[ebuild     U ] <package>-<newversion> [<oldversion>] USE="..." ...

Expected Results:  
emerge -uva <package>
[ebuild     U ] <~|><package>-<newversion> [<!|~|><oldversion>] USE="..." ...
Comment 2 Marius Mauch (RETIRED) gentoo-dev 2007-06-05 18:12:23 UTC
There have been similar requests in the past, and generally the problem with them is that one can't really cover all possible scenarios related to visibility stuff into they display without either overloading it completely or causing confusion due to cryptic/unexpected symbols (I think we learned that lesson with the IUSE display stuff).
If somebody is going to provide a patch for this we can take a look, but we likely won't implement this ourselves.
Comment 3 Marius Mauch (RETIRED) gentoo-dev 2007-06-06 02:32:13 UTC
*** Bug 165709 has been marked as a duplicate of this bug. ***