Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 183771 Details for
Bug 261069
net-analyzer/rrdcollect-0.2.4 bump with small improvements
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-analyzer/rrdcollect-0.2.4
rrdcollect-0.2.4.ebuild (text/plain), 834 bytes, created by
Christoph Gysin
on 2009-03-03 14:28:39 UTC
(
hide
)
Description:
net-analyzer/rrdcollect-0.2.4
Filename:
MIME Type:
Creator:
Christoph Gysin
Created:
2009-03-03 14:28:39 UTC
Size:
834 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdcollect/rrdcollect-0.2.3.ebuild,v 1.3 2007/07/11 23:49:24 mr_bones_ Exp $ > >DESCRIPTION="Read system statistical data and feed it to RRDtool" >HOMEPAGE="http://rrdcollect.sourceforge.net/" >SRC_URI="mirror://sourceforge/rrdcollect/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="pcre pcap exec" > >DEPEND="pcap? ( virtual/libpcap ) > pcre? ( dev-libs/libpcre )" >RDEPEND="${DEPEND} > net-analyzer/rrdtool" > >src_compile() { > econf --disable-dependency-tracking \ > --with-librrd \ > $(use_with pcre libpcre) \ > $(use_with pcap libpcap) \ > $(use_enable exec) \ > || die "econf failed" > > emake || die "emake failed" >} > >src_install() { > einstall || die "einstall failed" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 261069
: 183771 |
183774