From 2f0a11a572698684afd5c18f296fae85e3a21938 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sat, 31 Jul 2010 06:59:10 +0000 Subject: Version bump. (Portage version: 2.1.8.3/cvs/Linux x86_64) --- dev-ruby/gnuplot/ChangeLog | 7 ++++++- dev-ruby/gnuplot/gnuplot-2.3.3.ebuild | 21 +++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 dev-ruby/gnuplot/gnuplot-2.3.3.ebuild (limited to 'dev-ruby/gnuplot') diff --git a/dev-ruby/gnuplot/ChangeLog b/dev-ruby/gnuplot/ChangeLog index d98cedccfb99..344203e24c41 100644 --- a/dev-ruby/gnuplot/ChangeLog +++ b/dev-ruby/gnuplot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/gnuplot # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.5 2010/06/25 19:54:22 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.6 2010/07/31 06:59:10 graaff Exp $ + +*gnuplot-2.3.3 (31 Jul 2010) + + 31 Jul 2010; Hans de Graaff +gnuplot-2.3.3.ebuild: + Version bump. 25 Jun 2010; Hans de Graaff -gnuplot-2.2.ebuild: Remove old version. diff --git a/dev-ruby/gnuplot/gnuplot-2.3.3.ebuild b/dev-ruby/gnuplot/gnuplot-2.3.3.ebuild new file mode 100644 index 000000000000..375e233a6966 --- /dev/null +++ b/dev-ruby/gnuplot/gnuplot-2.3.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.3.3.ebuild,v 1.1 2010/07/31 06:59:10 graaff Exp $ + +EAPI="2" +USE_RUBY="ruby18 ruby19" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_TASK_TEST="" + +inherit ruby-fakegem + +DESCRIPTION="Gnuplot drawing library - Ruby Bindings" +HOMEPAGE="http://rgplot.rubyforge.org/" + +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" +IUSE="" +SLOT="0" + +RDEPEND="${RDEPEND} sci-visualization/gnuplot" -- cgit v1.2.3-65-gdbad