Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62 - incorporate verwilst's pkgsearch functionality into emerge
Summary: incorporate verwilst's pkgsearch functionality into emerge
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Geert Bevin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-06 22:33 UTC by Daniel Robbins (RETIRED)
Modified: 2011-10-30 22:20 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 Daniel Robbins (RETIRED) gentoo-dev 2002-01-06 22:33:58 UTC
 
Comment 1 Geert Bevin 2002-01-08 16:48:32 UTC
I really like verwilst's pkgsearch and adding it to portage would be a nice feature
Comment 2 Daniel Robbins (RETIRED) gentoo-dev 2002-01-18 23:07:00 UTC
verwilst, I need the pkgsearch app in a function I can call (local variables,
etc.)  Then I can add it to emerge.
Comment 3 Bart Verwilst 2002-01-23 11:14:59 UTC
New pkgsearch for integration into emerge can be found here:

http://www.gentoo.org/~verwilst/pkgsearch


Thanks!
Comment 4 Daniel Robbins (RETIRED) gentoo-dev 2002-01-25 23:36:58 UTC
need a single function I can call.
Comment 5 Bart Verwilst 2002-01-26 04:40:25 UTC
You only have to call one function...

<snip>
SearchPackages("qt","","")
#SearchPackages(SearchTerm, NoColor, GetHelp)
### Searchterm is quite obvious :o)
## NoColor = "True" when the --no-color flag is used
## GetHelp = "True" if --help is given..
</snip>
at the bottom of the script... That can be deleted, and you just have to use
SearchPackages( arg1 , arg2, arg3) to use the search function...
Comment 6 Daniel Robbins (RETIRED) gentoo-dev 2002-01-28 12:39:07 UTC
This is a convenience feature and would be good to do when we can.
Comment 7 Geert Bevin 2002-01-28 17:05:18 UTC
Added to portage 1.8.6-r3