# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="prefix" inherit ruby gems DESCRIPTION="Module providing useful methods for interfacing with a Gnuplot process." HOMEPAGE="http://rubyforge.org/projects/rgplot" SRC_URI="http://rubyforge.org/frs/download.php/7094/${P}.gem" LICENSE="Ruby" SLOT="0" KEYWORDS="~x86-macos" IUSE="${IUSE}" DEPEND="sci-visualization/gnuplot" RDEPEND="sci-visualization/gnuplot"