Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 484654 - dev-python/diamond - a python daemon that collects system metrics and publishes them to Graphite (and others)
Summary: dev-python/diamond - a python daemon that collects system metrics and publish...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Fabian Groffen
URL: https://github.com/BrightcoveOS/Diamond
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2013-09-12 08:04 UTC by Yixun Lan
Modified: 2015-03-01 23:09 UTC (History)
1 user (show)

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


Attachments
ebuild file (diamond-3.4.ebuild,1.06 KB, text/plain)
2013-09-12 08:06 UTC, Yixun Lan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yixun Lan archtester gentoo-dev 2013-09-12 08:04:37 UTC
Diamond is a python daemon that collects system metrics and publishes them to Graphite (and others)

Reproducible: Always
Comment 1 Yixun Lan archtester gentoo-dev 2013-09-12 08:06:07 UTC
Created attachment 358510 [details]
ebuild file
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-09-12 15:58:43 UTC
Comment on attachment 358510 [details]
ebuild file

>DESCRIPTION="Diamond is a python daemon that collects system metrics and publishes them to Graphite (and others)."

Don't put PN in the DESCRIPTION, and don't end it with a period.

>	emake test || die "Make test failed. See above for details."

emake die()s on its own and the die() message duplicates what happens "above".

>pkg_info() {
>	"${ROOT}"/usr/bin/diamond --version

Is this helpful at all?
Comment 3 Fabian Groffen gentoo-dev 2015-03-01 23:09:41 UTC
I did an initial ebuild in app-admin/diamond.