summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2010-04-30 08:08:51 +0000
committerHans de Graaff <graaff@gentoo.org>2010-04-30 08:08:51 +0000
commit8589a16cd432d130b93beeca05dc947480d32787 (patch)
treeec38ffe65228846a69d09a4eaff10267c6a73684 /dev-ruby/gnuplot
parentCommit version bump prepared earlier. (diff)
downloadgentoo-2-8589a16cd432d130b93beeca05dc947480d32787.tar.gz
gentoo-2-8589a16cd432d130b93beeca05dc947480d32787.tar.bz2
gentoo-2-8589a16cd432d130b93beeca05dc947480d32787.zip
Version bump. Convert to ruby-fakegem.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/gnuplot')
-rw-r--r--dev-ruby/gnuplot/ChangeLog9
-rw-r--r--dev-ruby/gnuplot/gnuplot-2.3.1.ebuild21
2 files changed, 28 insertions, 2 deletions
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 <graaff@gentoo.org> +gnuplot-2.3.1.ebuild:
+ Version bump. Convert to ruby-fakegem.
22 Aug 2009; Hans de Graaff <graaff@gentoo.org> 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"