summaryrefslogtreecommitdiff
blob: d8f2032c76e265a03ecfe0a8e77e2452bb9bd35e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

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"
IUSE="test"

RDEPEND="
	net-analyzer/rrdtool[perl]
"
DEPEND="
	${RDEPEND}
	dev-perl/Module-Build
	test? (
		>=dev-perl/Test-Deep-0.93.0
	)
"
PATCHES=( "${WORKDIR}/patches" )