diff options
Diffstat (limited to 'dev-ruby/gnuplot/gnuplot-2.2.ebuild')
-rw-r--r-- | dev-ruby/gnuplot/gnuplot-2.2.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-ruby/gnuplot/gnuplot-2.2.ebuild b/dev-ruby/gnuplot/gnuplot-2.2.ebuild new file mode 100644 index 000000000000..5b42d5a94277 --- /dev/null +++ b/dev-ruby/gnuplot/gnuplot-2.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +inherit gems + +USE_RUBY="ruby18 ruby19" +DESCRIPTION="Gnuplot drawing library - Ruby Bindings" +HOMEPAGE="http://rgplot.rubyforge.org/" + +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="sci-visualization/gnuplot" |