Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77775 - Incorrect descriptions on many dev-dotnet/*-sharp ebuilds
Summary: Incorrect descriptions on many dev-dotnet/*-sharp ebuilds
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High trivial
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-12 20:54 UTC by Bill Weepie
Modified: 2005-01-13 17:27 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for eclass/gtk-sharp-component.eclass (gtk-sharp-component.eclass.patch,527 bytes, patch)
2005-01-13 11:45 UTC, Boyd Stephen Smith Jr.
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bill Weepie 2005-01-12 20:54:07 UTC
The Description: fields in quite a few C# binding packages are incorrect.  For whatever reason, they are described as being plugins for gstreamer.  For example: dev-dotnet/glade-sharp has a description "glade plugin for gstreamer."

After a quick `emerge -s`, I've found the following *-sharp ebuilds with incorrect description fields: art-sharp, gconf-sharp, gda-sharp, glade-sharp, gnome-sharp, gnomedb-sharp, gtkhtml-sharp, rsvg-sharp, and vte-sharp.

Reproducible: Always
Steps to Reproduce:
Comment 1 Tarmo Tänav 2005-01-13 01:17:34 UTC
The problem is in /usr/portage/eclass/gtk-sharp-component.eclass which contains the line nr. 139:
DESCRIPTION="${GTK_SHARP_COMPONENT_BUILD} plugin for gstreamer"
Comment 2 Boyd Stephen Smith Jr. 2005-01-13 11:45:27 UTC
Created attachment 48413 [details, diff]
Patch for eclass/gtk-sharp-component.eclass

Small patch to fix up DESCRIPTION field in eclass, as proposed above.
Comment 3 Peter Johanson (RETIRED) gentoo-dev 2005-01-13 17:27:11 UTC
Heh, that's what i get for stealing code from foser's gstreamer-plugin eclass. Thanks for the bug, fixed in CVS.