Hello I have write a ebuild to install kmencoder (kde frontend for mencoder (mplayer))
Created attachment 7336 [details] this is the ebuild
Incoming kde ebuilds will I hope be finally processed after the upcoming rearrangements in the gentoo organization of development. Meanwhile notes on the ebuild, please fix and take to heart :-) - don't set DEPEND like that, you're overwriting the things kde.eclass added to it, like the dep on kdelibs. use newdepend instead. - add the standard headers (which also tell us you're releasing your ebuild under the GPL v2, or we can't add it to portage)
Created attachment 11249 [details] Revised ebuild
Revised the ebuild per Dan's requirements; builds and runs for me.
The bug needs full headers, such as can be copied from skel.ebuild. Also please use a mirror:/sourceforge/foo/bar url.
I get: >>> md5 src_uri ;-) kmencoder-0.1.2.tar.bz2 >>> Merging media-video/kmencoder-0.1.2 to / ebuild: this ebuild generated output during the depend phase (bad)
oh - also I changed SRC_URI to: SRC_URI="mirror://sourceforge/kmencoder/${P}.tar.bz2" works a lot better - the one you had hardcoed didn't respond - and besides this change was suggested by others :)
looks like the project is dead