diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-07-05 17:55:42 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-07-05 17:55:42 +0000 |
commit | 8457dce5d2f33528b16d209ffece3ac87a7a20b1 (patch) | |
tree | 9b257a741dee8554dc5b0422d84e68df08d9c5b6 /dev-ruby/gnuplot/gnuplot-2.2.ebuild | |
parent | Switch from gen_usr_ldscript to the root_libdir that the package supports #27... (diff) | |
download | historical-8457dce5d2f33528b16d209ffece3ac87a7a20b1.tar.gz historical-8457dce5d2f33528b16d209ffece3ac87a7a20b1.tar.bz2 historical-8457dce5d2f33528b16d209ffece3ac87a7a20b1.zip |
Initial import.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
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" |