Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 549296

Summary: New package: net-p2p/dukto
Product: Gentoo Linux Reporter: loxdegio
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: UNCONFIRMED ---    
Severity: enhancement Keywords: EBUILD
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild for net-p2p/dukto
dukto-6.0.ebuild v2
dukto-6.0.ebuild v3

Description loxdegio 2015-05-12 19:20:31 UTC
There is no ebuild for dukto - "A simple, fast and multi-platform file transfer tool for LAN users." - http://www.msec.it/dukto

Reproducible: Always

Steps to Reproduce:
emerge dukto
Comment 1 loxdegio 2015-05-12 19:22:46 UTC
Created attachment 403152 [details]
ebuild for net-p2p/dukto
Comment 2 Adam Feldman gentoo-dev 2015-05-12 20:15:42 UTC
Attached ebuild is for net-p2p/dukto-6.0


To improve the ebuild:

fix tab indentation for DEPEND, should be single tab on subsequent lines

when using KEYWORDS, it is read and applied from left to right, so in this case, the -* at the end removes the two keywords that you just specified, so -* should be the first listed

not a requirement, but might be nice:

inherit eutils and install your .desktop file with domenu ${PN}.desktop and your icon with doicon ${PN}.png
see https://devmanual.gentoo.org/eclass-reference/eutils.eclass/index.html for reference

inherit gnome2-utils and use gnome2_icon_cache_update in pkg_postinst and pkg_postrm
see https://devmanual.gentoo.org/eclass-reference/gnome2-utils.eclass/index.html for reference
Comment 3 loxdegio 2015-05-13 10:58:54 UTC
Created attachment 403188 [details]
dukto-6.0.ebuild v2

It's better now? :)
Comment 4 loxdegio 2015-05-27 15:22:25 UTC
Created attachment 404098 [details]
dukto-6.0.ebuild v3

Added some dependencies