Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 348856 - app-misc/utimer-0.4 (new ebuild)
Summary: app-misc/utimer-0.4 (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Markos Chandras (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-16 09:53 UTC by Kfir Lavi
Modified: 2010-12-22 19:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
utimer 0.4 ebuild (utimer-0.4.ebuild,453 bytes, text/plain)
2010-12-16 09:54 UTC, Kfir Lavi
Details
metadata of utimer package (metadata.xml,566 bytes, text/plain)
2010-12-16 09:54 UTC, Kfir Lavi
Details
updated ebuild from the last posted (utimer-0.4.ebuild,440 bytes, text/plain)
2010-12-21 10:21 UTC, Kfir Lavi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kfir Lavi 2010-12-16 09:53:33 UTC
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
Comment 1 Kfir Lavi 2010-12-16 09:54:18 UTC
Created attachment 257293 [details]
utimer 0.4 ebuild
Comment 2 Kfir Lavi 2010-12-16 09:54:53 UTC
Created attachment 257295 [details]
metadata of utimer package
Comment 3 Johan Bergström 2010-12-16 10:47:41 UTC
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
Comment 4 Kfir Lavi 2010-12-21 10:20:22 UTC
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
Comment 5 Kfir Lavi 2010-12-21 10:21:00 UTC
Created attachment 257663 [details]
updated ebuild from the last posted
Comment 6 Kfir Lavi 2010-12-21 10:23:01 UTC
(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
Comment 7 Markos Chandras (RETIRED) gentoo-dev 2010-12-21 18:50:03 UTC
I will take it
Comment 8 Markos Chandras (RETIRED) gentoo-dev 2010-12-21 18:51:02 UTC
Kfir, feel free to become proxy maintainer if you want to

http://overlays.gentoo.org/proj/sunrise/wiki/ProxyMaintainer
Comment 9 Markos Chandras (RETIRED) gentoo-dev 2010-12-22 12:02:37 UTC
+*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
+
Comment 10 Kfir Lavi 2010-12-22 19:01:00 UTC
(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