using git sources. Reproducible: Always
Created attachment 212687 [details] hamster-applet-9999.ebuild
It would be easier to review a diff against latest version in tree. Also use of autogen.sh is a QA breach, please use autotools eclass. See gnome-live overlay for other example of live ebuilds (swfdec might be a good start).
Here's the URL for the gnome-live overlay for reference -- http://git.overlays.gentoo.org/gitweb/?p=proj/gnome-live.git autotools.eclass should not be used in this overlay; gnome2-live.eclass should be used which takes care of a number of corner cases; and handles the git URI automagically as well. A URL to the gnome2-live.eclass -- http://git.overlays.gentoo.org/gitweb/?p=proj/gnome-live.git;a=blob;f=eclass/gnome2-live.eclass;hb=HEAD
dude this is awesome, all this stuff should be moved to the tree (some in autotools eclass). first problem I saw though was gnome-doc stuff called when checking for gtk-doc, which is just not the same thing.
Added to the gnome2-live overlay