Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54249 - emerge needs a way to specify a package to get the info of instead of searching for it with -s
Summary: emerge needs a way to specify a package to get the info of instead of searchi...
Status: RESOLVED WORKSFORME
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-17 20:29 UTC by Eitan Mosenkis
Modified: 2004-06-17 20:46 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 Eitan Mosenkis 2004-06-17 20:29:41 UTC
If I'm browsing the portage tree, or I see that something will be installed with a -up, and I want to see the description, size or homepage of a package, I have no choice but to search for it with a -s.  There should be a way to specify that this is the exact name of the package so it won't take so long.

Reproducible: Always
Steps to Reproduce:
1.Run emerge -pu world after not updating for a while
2.See something you don't recognize with an N
3.Wonder what it is
4.Run emerge -s on it
5.Wait...
Actual Results:  
You have to wait for it to sift through everything which can take quite a while
if you have it merging something else at the same time

Expected Results:  
You should be able to run something like emerge -s --exact (-e) to tell it to
only look for exact matches, and therefore to save time and CPU
Comment 1 SpanKY gentoo-dev 2004-06-17 20:46:29 UTC
`emerge -s '^quakeforge$'`

majority of the speed hit is because current portage sucks
there are efforts atm (search bugzilla) for the next generation of portage which addresses all these issues