Hi, I have written and tested an ebuild for utimer 0.4 http://utimer.codealpha.net/utimer/ Please tell me what I need to do in order to include this ebuild in the main tree, or what is the next step I should take. Regards, Kfir Reproducible: Always
Created attachment 257293 [details] utimer 0.4 ebuild
Created attachment 257295 [details] metadata of utimer package
A couple of quick notes: - your src_unpack is not needed - configure should never be in compile (these are also redundant btw) - you're missing depend/rdepend (homepage states that it at least needs glib and intltool) You could alternatively look into sunrise and maintain this ebuild yourself. Read more here: http://overlays.gentoo.org/proj/sunrise
Hi, I did some revisions for this ebuild. The changes are: 1. Source package didn't download well. Now using EAPI=2, I can control the output of the uri download command. 2. no need for src_unpack and src_compile. It is done by the book in this package. 3. added rdepend and depend for dev-libs/glib-2.18.2 and dev-util/intltool-0.40.5 I'll check again the sunrise repository, but for now, I'm posting this ebuild for keep this thread complete, with a working ebuild. Regards, Kfir
Created attachment 257663 [details] updated ebuild from the last posted
(In reply to comment #3) > A couple of quick notes: > - your src_unpack is not needed > - configure should never be in compile (these are also redundant btw) > - you're missing depend/rdepend (homepage states that it at least needs glib > and intltool) > > You could alternatively look into sunrise and maintain this ebuild yourself. > Read more here: http://overlays.gentoo.org/proj/sunrise > Thanks for your valuable comments. I did upgraded the ebuild as you advised. I'll need to do some more homework on the sunrise repository. Thanks, Kfir
I will take it
Kfir, feel free to become proxy maintainer if you want to http://overlays.gentoo.org/proj/sunrise/wiki/ProxyMaintainer
+*utimer-0.4 (22 Dec 2010) + + 22 Dec 2010; Markos Chandras <hwoarang@gentoo.org> +utimer-0.4.ebuild, + +metadata.xml: + Initial commit of utimer application. Thanks to Kfir Lavi + <lavi.kfir@gmail.com>. Bug #348856 +
(In reply to comment #9) > +*utimer-0.4 (22 Dec 2010) > + > + 22 Dec 2010; Markos Chandras <hwoarang@gentoo.org> +utimer-0.4.ebuild, > + +metadata.xml: > + Initial commit of utimer application. Thanks to Kfir Lavi > + <lavi.kfir@gmail.com>. Bug #348856 > + > Hi Markos, Thanks for this. I'll create the proxy metadata and send it to you. Regards, Kfir