Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 301549 - app-portage/gentoolkit equery -p not recognized?
Summary: app-portage/gentoolkit equery -p not recognized?
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-19 18:18 UTC by Balint Dobai-Pataky
Modified: 2010-01-27 21:27 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 Balint Dobai-Pataky 2010-01-19 18:18:56 UTC
# qlist -Iv gentoolkit
app-portage/gentoolkit-0.3.0_rc8-r1

equery list openoffice
 * Searching for openoffice ...
[IP-] [  ] app-office/openoffice-3.1.1:0

# equery list -p openoffice
 * Searching for openoffice ...
[IP-] [  ] app-office/openoffice-3.1.1:0


-p does not list all available packages


Reproducible: Always



Expected Results:  
work as 2.*?
Comment 1 Douglas Anderson 2010-01-27 16:39:49 UTC
3.1.1 is the only version in the tree. 

$ equery list -p openoffice
 * Searching for openoffice ...
[-P-] [  ] app-office/openoffice-3.1.1:0
 $ eix -ec openoffice
[N] app-office/openoffice (3.1.1): OpenOffice.org, a full office productivity suite.
 $ equery list -p 'openoffice*'
 * Searching for openoffice* ...
[-P-] [  ] app-office/openoffice-3.1.1:0
[-P-] [  ] app-office/openoffice-bin-3.1.1:0
[-P-] [M~] app-office/openoffice-bin-3.2.0_rc2:0
[-P-] [ ~] kde-misc/openofficeorg-thumbnail-1.0.0:0
 $ eix -c openoffice
[N] app-office/openoffice (3.1.1): OpenOffice.org, a full office productivity suite.
[N] app-office/openoffice-bin (3.1.1!s): OpenOffice productivity suite
[N] kde-misc/openofficeorg-thumbnail (~1.0.0): KDE thumbnail-plugin that generates thumbnails for ODF files
Found 3 matches.
Comment 2 Balint Dobai-Pataky 2010-01-27 21:27:12 UTC
# equery list -p gentoolkit
[ Searching for package 'gentoolkit' in all categories among: ]
 * installed packages
[I--] [  ] app-portage/gentoolkit-0.2.4.5 (0)
 * Portage tree (/usr/portage)
[-P-] [M~] app-portage/gentoolkit-0.3.0_rc7 (0)
[-P-] [M~] app-portage/gentoolkit-0.3.0_rc8 (0)
[-P-] [M~] app-portage/gentoolkit-0.3.0_rc8-r1 (0)
[-P-] [M ] app-portage/gentoolkit-9999 (0)
[-P-] [  ] app-portage/gentoolkit-dev-0.2.6.12 (0)
[-P-] [ ~] app-portage/gentoolkit-dev-0.2.6.13 (0)
[-P-] [M ] app-portage/gentoolkit-dev-9999 (0)

# equery list -p gentoolkit
 * Searching for gentoolkit ...
[-P-] [  ] app-portage/gentoolkit-0.2.4.5 (0)
[IP-] [ ~] app-portage/gentoolkit-0.3.0_rc7 (0)
[-P-] [M~] app-portage/gentoolkit-0.3.0_rc8 (0)
[-P-] [M~] app-portage/gentoolkit-0.3.0_rc8-r1 (0)
[-P-] [M ] app-portage/gentoolkit-9999 (0)

# equery list  -p gentoolkit
 * Searching for gentoolkit ...
[-P-] [  ] app-portage/gentoolkit-0.2.4.5:0
[-P-] [  ] app-portage/gentoolkit-0.3.0_rc7:0
[IP-] [  ] app-portage/gentoolkit-0.3.0_rc8:0
[-P-] [M ] app-portage/gentoolkit-0.3.0_rc8-r1:0
[-P-] [ -] app-portage/gentoolkit-9999:0

# equery list  -p gentoolkit
 * Searching for gentoolkit ...
[-P-] [  ] app-portage/gentoolkit-0.2.4.5:0
[-P-] [  ] app-portage/gentoolkit-0.3.0_rc7:0
[-P-] [  ] app-portage/gentoolkit-0.3.0_rc8:0
[IP-] [  ] app-portage/gentoolkit-0.3.0_rc8-r1:0
[-P-] [ -] app-portage/gentoolkit-9999:0

you can see, how i unmask version by version the ones that didn't worke before, and now do.
so somehow it WORKSFORMETOO
thanks