Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 351818 - [science-overlay] profiles/categories is listing profiles, licenses, eclass as categories, causing incorrect info from portage api.
Summary: [science-overlay] profiles/categories is listing profiles, licenses, eclass a...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-16 02:15 UTC by Brian Dolbec
Modified: 2011-01-18 19:38 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 Brian Dolbec (RETIRED) gentoo-dev 2011-01-16 02:15:39 UTC
The science overlay is incorrectly listing profiles, eclass, and licenses as valid categories.
This causes portage to return incorrect information as to the valid categories and subsequently returns profiles as packages under the profiles category.

Reproducible: Always

Steps to Reproduce:
1.layman --add science
2.python -c 'import portage; print "profiles" in portage.settings.categories'
3.True

Actual Results:  
Should print "False"


In porthole, this causes profiles to show as a category. and the actual profiles to show as packages under that category.
Comment 1 Brian Dolbec (RETIRED) gentoo-dev 2011-01-16 02:38:51 UTC
fix some typo's in the summary
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2011-01-18 19:38:19 UTC
Thanks, fixed