Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 239504 - New ebuild: net-analyzer/yaph
Summary: New ebuild: net-analyzer/yaph
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Default Assignee for New Packages
URL: http://yaph.sourceforge.net
Whiteboard:
Keywords: EBUILD, REVIEWED
Depends on:
Blocks:
 
Reported: 2008-10-04 06:36 UTC by J M W
Modified: 2008-10-05 12:18 UTC (History)
1 user (show)

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


Attachments
yaph-0.91.ebuild (yaph-0.91.ebuild,649 bytes, text/plain)
2008-10-04 06:39 UTC, J M W
Details
init.c patch (init.patch,221 bytes, patch)
2008-10-04 06:40 UTC, J M W
Details | Diff
tcp_utils.c patch (tcp_utils.patch,266 bytes, text/plain)
2008-10-04 06:41 UTC, J M W
Details
Updated ebuild (yaph-0.91.ebuild,632 bytes, text/plain)
2008-10-05 03:46 UTC, J M W
Details

Note You need to log in before you can comment on or make changes to this bug.
Description J M W 2008-10-04 06:36:20 UTC
New ebuild for net-analyzer/yaph.

Reproducible: Always
Comment 1 J M W 2008-10-04 06:39:13 UTC
Created attachment 167125 [details]
yaph-0.91.ebuild
Comment 2 J M W 2008-10-04 06:40:33 UTC
Created attachment 167126 [details, diff]
init.c patch
Comment 3 J M W 2008-10-04 06:41:11 UTC
Created attachment 167127 [details]
tcp_utils.c patch
Comment 4 Thomas Sachau gentoo-dev 2008-10-04 21:12:00 UTC
Some comments on the ebuild: 

-HOMEPAGE should begin with http://
-in SRC_URI, you can use ${PN}
-LICENSE is invalid, probably GPL-2?
-you can drop empty DEPEND and RDEPEND
-cd "${S}/" <<< you dont need the / here
-pwd in the following line can be dropped
Comment 5 J M W 2008-10-05 03:46:43 UTC
Created attachment 167241 [details]
Updated ebuild

Suggestions implemented. Thanks!
Comment 6 Thomas Sachau gentoo-dev 2008-10-05 12:18:12 UTC
Looks ok to me now. For better readability, you could have used tabs like:

src_unpack() {
        unpack ${A}
        ...
}