Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 153451 - net-analyzer/darkstat v3: improved ebuild
Summary: net-analyzer/darkstat v3: improved ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-30 08:14 UTC by Cédric Krier
Modified: 2006-10-31 05:29 UTC (History)
0 users

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


Attachments
darkstat-3.0.540.ebuild.patch (darkstat-3.0.540.ebuild.patch,1.65 KB, patch)
2006-10-30 08:15 UTC, Cédric Krier
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cédric Krier gentoo-dev 2006-10-30 08:14:45 UTC
DEPEND sys-devel/gettext can be changed in virtual/libintl, the call to configure can be changed to econf, etc ...
Comment 1 Cédric Krier gentoo-dev 2006-10-30 08:15:20 UTC
Created attachment 100801 [details, diff]
darkstat-3.0.540.ebuild.patch
Comment 2 Peter Volkov (RETIRED) gentoo-dev 2006-10-31 05:29:24 UTC
Thank you for report C
Comment 3 Peter Volkov (RETIRED) gentoo-dev 2006-10-31 05:29:24 UTC
Thank you for report Cédric Krier. Just few notes:

+RDEPEND=${DEPEND}

You do not need to do this because portage has this the implicit default.

+	einfo "create a symlink to /etc/ini.d/darkstat script from a link called"

Use elog instead of einfo. einfo is the function for eclasses and etc... And also make depend on bug where you attached your improved init.d and conf.d files...

In any way, cleaned ebuild is in cvs. :)