dev-perl/RRD-Simple - 1.440.0 (gentoo)

Search

Install

Install this version:

emerge -a =dev-perl/RRD-Simple-1.440.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-perl/RRD-Simple-1.440.0

Or alternatively:

emerge --autounmask-write -a =dev-perl/RRD-Simple-1.440.0

Package Information

Description:
Simple interface to create and store data in RRD files

Ebuild Details

Version EAPI Keywords Slot
1.440.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=NICOLAW
DIST_VERSION=1.44
DIST_EXAMPLES=( "examples/*" )
inherit perl-module

DESCRIPTION="Simple interface to create and store data in RRD files"
SRC_URI+=" https://dev.gentoo.org/~kentnl/distfiles/${PN}-${DIST_VERSION}-patches-1.tar.xz"

SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	net-analyzer/rrdtool[graph,perl]
"
BDEPEND="
	${RDEPEND}
	dev-perl/Module-Build
	test? (
		>=dev-perl/Test-Deep-0.93.0
	)
"

PATCHES=( "${WORKDIR}/patches" )

Inherited Eclasses

Dependencies

RDEPEND

	net-analyzer/rrdtool[graph,perl]

BDEPEND

	
	net-analyzer/rrdtool[graph,perl]

	dev-perl/Module-Build
	test? (
		>=dev-perl/Test-Deep-0.93.0
	)

Manifest for 1.440.0

Type File Size Source URLs
DIST RRD-Simple-1.44-patches-1.tar.xz 3740 bytes https://dev.gentoo.org/~kentnl/distfiles/RRD-Simple-1.44-patches-1.tar.xz