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:
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"
Created attachment 48413 [details, diff] Patch for eclass/gtk-sharp-component.eclass Small patch to fix up DESCRIPTION field in eclass, as proposed above.
Heh, that's what i get for stealing code from foser's gstreamer-plugin eclass. Thanks for the bug, fixed in CVS.