Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 184566 - add support for `emerge --info <pkg>`
Summary: add support for `emerge --info <pkg>`
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Ebuild Support (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 181949
  Show dependency tree
 
Reported: 2007-07-08 04:03 UTC by SpanKY
Modified: 2007-07-08 21:41 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 SpanKY gentoo-dev 2007-07-08 04:03:16 UTC
doing `emerge --info <pkg>` should run the pkg_info() function in the installed ebuild in vdb ... purpose is to query specific information about a package that only that package would be able to glean

for example, sys-libs/glibc would have a function like:
pkg_info() {
    /lib/libc.so.6
}
Comment 1 Zac Medico gentoo-dev 2007-07-08 07:28:41 UTC
This is implemented in svn r7202.
Comment 2 Zac Medico gentoo-dev 2007-07-08 21:41:52 UTC
This has been released in 2.1.3_rc7.