Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92558 - epm --query --{requires | whatrequires} not working ?
Summary: epm --query --{requires | whatrequires} not working ?
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Aron Griffis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-13 23:03 UTC by Jerome Potts
Modified: 2006-09-13 13:38 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 Jerome Potts 2005-05-13 23:03:01 UTC
jerome@tama ~ $ epm --query --whatrequires perl
perl-5.8.6-r4
jerome@tama ~ $ epm --query --requires epm
epm-0.8.8
jerome@tama ~ $

...i was expecting a bit more. "equery depgraph epm" returns much much more. i am mainly concerned with the --whatrequires option, since i haven't located any tool for Gentoo/portage which can give me that kind of information.
Thanks in advance ?
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2005-05-17 20:08:01 UTC
Note in the help output: '*' leading an option indicates not-yet-implemented

$ epm --help
EPM version 0.8.8
Copyright (C) 2001-2003 - Aron Griffis
This program may be freely redistributed under the terms of the GNU GPL v2
'*' leading an option indicates not-yet-implemented
...
       *--whatprovides <cap> - query packages which provide <cap> capability
       *--whatrequires <cap> - query packages which require <cap> capability
...
       *--provides         - list capabilities package provides
       *-R, --requires     - list package dependencies

I think providing this information would be great, but it's not easy.  Are you
interested in helping with a patch?
Comment 2 Aron Griffis (RETIRED) gentoo-dev 2006-09-13 13:38:06 UTC
Probably won't ever add this to epm, unless somebody steps up to provide the patch