From 8589a16cd432d130b93beeca05dc947480d32787 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Fri, 30 Apr 2010 08:08:51 +0000 Subject: Version bump. Convert to ruby-fakegem. (Portage version: 2.1.8.3/cvs/Linux x86_64) --- dev-ruby/gnuplot/ChangeLog | 9 +++++++-- dev-ruby/gnuplot/gnuplot-2.3.1.ebuild | 21 +++++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 dev-ruby/gnuplot/gnuplot-2.3.1.ebuild (limited to 'dev-ruby/gnuplot') diff --git a/dev-ruby/gnuplot/ChangeLog b/dev-ruby/gnuplot/ChangeLog index 7dd2f6cf3306..0ab19af0356c 100644 --- a/dev-ruby/gnuplot/ChangeLog +++ b/dev-ruby/gnuplot/ChangeLog @@ -1,6 +1,11 @@ # 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.2 2009/08/22 20:48:06 graaff Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.3 2010/04/30 08:08:51 graaff Exp $ + +*gnuplot-2.3.1 (30 Apr 2010) + + 30 Apr 2010; Hans de Graaff +gnuplot-2.3.1.ebuild: + Version bump. Convert to ruby-fakegem. 22 Aug 2009; Hans de Graaff gnuplot-2.2.ebuild: Add missing CVS header. Add explicit empty DEPEND. diff --git a/dev-ruby/gnuplot/gnuplot-2.3.1.ebuild b/dev-ruby/gnuplot/gnuplot-2.3.1.ebuild new file mode 100644 index 000000000000..06bbc395371e --- /dev/null +++ b/dev-ruby/gnuplot/gnuplot-2.3.1.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.1.ebuild,v 1.1 2010/04/30 08:08:51 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