Installing golly is yet missing for the application icon. Reproducible: Always To fix it, just add: > src_install() { > emake docdir= DESTDIR="${D}" install > + newicon appicon.xpm ${PN}.xpm > dodoc README TODO > }
newicon is from eutils.eclass -> inherit eutils I tried to convert to python*-r1 eclasses. Please test and report success/failure. Thanks +*golly-2.4-r1 (15 May 2013) + + 15 May 2013; Michael Weber <xmw@gentoo.org> +golly-2.4-r1.ebuild: + Add icon (thanks Samuel BAUER, bug 469608), python-single-r1 eclass. +
I added the eutils eclass into the ebuild: > -inherit eutils python toolchain-funcs wxwidgets > +inherit python toolchain-funcs wxwidgets then remerged golly successfully. I think eutils eclass was inherited from some other eclass already included in the ebuild, I'm aware one should avoid it, but ... Test successful