Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59582 - py-rrdtool-0.2.1.ebuild (new package)
Summary: py-rrdtool-0.2.1.ebuild (new package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-05 22:37 UTC by Fernando Serboncini (RETIRED)
Modified: 2004-09-04 12:06 UTC (History)
2 users (show)

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


Attachments
py-rrdtool-0.2.1.ebuild (py-rrdtool-0.2.1.ebuild,459 bytes, text/plain)
2004-08-05 22:38 UTC, Fernando Serboncini (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fernando Serboncini (RETIRED) gentoo-dev 2004-08-05 22:37:11 UTC
New ebuild py-rrdtool-0.2.1.ebuild.

py-rrdtool is a python wrapper to rrdtool. 
Official site is: http://sourceforge.net/projects/py-rrdtool

I suggest dev-python/py-rrdtool as the ebuild path.

I'd gladly mantain the package if there's no one there to do it.

Simple ebuild. only a "distutils_src_install". 
Only tested on x86. May test on a alpha in the near future.
Comment 1 Fernando Serboncini (RETIRED) gentoo-dev 2004-08-05 22:38:04 UTC
Created attachment 36863 [details]
py-rrdtool-0.2.1.ebuild
Comment 2 Jon Hood (RETIRED) gentoo-dev 2004-09-04 11:46:00 UTC
in portage- it looks like a nice project that I'm going to play around with later :). Thanks!
Comment 3 Jon Hood (RETIRED) gentoo-dev 2004-09-04 11:47:34 UTC
forgot to mention that I made a few changes to the ebuild- please check portage for all the changes, but distutils_src_install was calling distutils_src_compile which needed to be done in src_compile().
Comment 4 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-09-04 11:58:45 UTC
Jon, I think you should remove src_compile as well as src_install. :-)
Comment 5 Jon Hood (RETIRED) gentoo-dev 2004-09-04 12:06:38 UTC
o.0 why didn't I think of that... thanks lucass :)