Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45530 - Bad discription for x11-base/kdrive
Summary: Bad discription for x11-base/kdrive
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-23 12:31 UTC by Andreas Simon
Modified: 2004-03-24 09:46 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 Andreas Simon 2004-03-23 12:31:54 UTC
kdrive shows it's discription as "Based on the gcc eclass".
Not very descriptive.

# emerge -s kdrive
Searching...
[ Results for search key : kdrive ]
[ Applications found : 1 ]

*  x11-base/kdrive
      Latest version available: 4.3.0-r5
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 30,599 kB
      Homepage:    http://www.xfree.org
      Description: Based on the gcc eclass
      License:     X11


Cause:
After defining DESCRIPTION the ebuild inherits gcc.eclass.
The gcc eclass overwrites the DESCRIPTION set in the ebuild.

A fix is to inherit before setting the DESCRIPTION.

BUT IMO it's just wrong that an eclass overwrites DESCRIPTION.
This is an issue which I saw already several times.
A DESCRIPTION set in the eclass will be insufficient for any ebuild anyway.

Better would be IMHO to never set DESCRIPTION in eclasses or only set it if it's not already set. Then this issue will never ever happen again. ;-)
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2004-03-24 09:46:13 UTC
fixed in cvs