Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 549296 - New package: net-p2p/dukto
Summary: New package: net-p2p/dukto
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2015-05-12 19:20 UTC by loxdegio
Modified: 2015-05-27 15:22 UTC (History)
0 users

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


Attachments
ebuild for net-p2p/dukto (dukto-6.0.ebuild,664 bytes, text/plain)
2015-05-12 19:22 UTC, loxdegio
Details
dukto-6.0.ebuild v2 (dukto-6.0.ebuild,711 bytes, text/plain)
2015-05-13 10:58 UTC, loxdegio
Details
dukto-6.0.ebuild v3 (dukto-6.0.ebuild,816 bytes, text/plain)
2015-05-27 15:22 UTC, loxdegio
Details

Note You need to log in before you can comment on or make changes to this bug.
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