From 764337c564a72d07a3edbe4d015e07d202ac088f Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sun, 5 Jul 2009 17:55:42 +0000 Subject: Initial import. (Portage version: 2.1.6.13/cvs/Linux x86_64) --- dev-ruby/gnuplot/ChangeLog | 10 ++++++++++ dev-ruby/gnuplot/gnuplot-2.2.ebuild | 14 ++++++++++++++ dev-ruby/gnuplot/metadata.xml | 5 +++++ 3 files changed, 29 insertions(+) create mode 100644 dev-ruby/gnuplot/ChangeLog create mode 100644 dev-ruby/gnuplot/gnuplot-2.2.ebuild create mode 100644 dev-ruby/gnuplot/metadata.xml (limited to 'dev-ruby/gnuplot') diff --git a/dev-ruby/gnuplot/ChangeLog b/dev-ruby/gnuplot/ChangeLog new file mode 100644 index 000000000000..5d3a1de2ba0d --- /dev/null +++ b/dev-ruby/gnuplot/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ruby/gnuplot +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.1 2009/07/05 17:55:42 graaff Exp $ + +*gnuplot-2.2 (05 Jul 2009) + + 05 Jul 2009; Hans de Graaff +gnuplot-2.2.ebuild, + +metadata.xml: + Initial import. Thanks to Bonne Eggleston and Kevin Fullerton for + providing ebuilds in bug #141616. 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" diff --git a/dev-ruby/gnuplot/metadata.xml b/dev-ruby/gnuplot/metadata.xml new file mode 100644 index 000000000000..852136183369 --- /dev/null +++ b/dev-ruby/gnuplot/metadata.xml @@ -0,0 +1,5 @@ + + + +ruby + -- cgit v1.2.3-65-gdbad