Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 351818

Summary: [science-overlay] profiles/categories is listing profiles, licenses, eclass as categories, causing incorrect info from portage api.
Product: Gentoo Linux Reporter: Brian Dolbec (RETIRED) <dolsen>
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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