# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.4.8.ebuild,v 1.4 2014/07/15 13:55:26 jer Exp $ EAPI="5" USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="" inherit ruby-ng MY_P=${P/-bindings} DESCRIPTION="Ruby bindings for rrdtool." HOMEPAGE="http://oss.oetiker.ch/rrdtool/" SRC_URI="http://oss.oetiker.ch/rrdtool/pub/${MY_P}.tar.gz" RUBY_S="$MY_P"/bindings/ruby LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x86-solaris" # Block on older versions of rrdtool that install the bindings themselves. # requires rrd_xport which requires rrd_graph RDEPEND="${RDEPEND} net-analyzer/rrdtool[graph] !!