summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-22 16:07:19 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-22 16:07:19 +0000
commit9639ce3370a9154e3aac1036676094e51ccf2d56 (patch)
tree8badf5214e664ee65259e96aa76db1f3ce278185 /dev-ruby/gnuplot
parentAdd ~alpha/~ia64/~sparc wrt #293671 (diff)
downloadhistorical-9639ce3370a9154e3aac1036676094e51ccf2d56.tar.gz
historical-9639ce3370a9154e3aac1036676094e51ccf2d56.tar.bz2
historical-9639ce3370a9154e3aac1036676094e51ccf2d56.zip
Various cleanups.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/gnuplot')
-rw-r--r--dev-ruby/gnuplot/ChangeLog5
-rw-r--r--dev-ruby/gnuplot/gnuplot-2.2.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-ruby/gnuplot/ChangeLog b/dev-ruby/gnuplot/ChangeLog
index 0ab19af0356c..18d96a809501 100644
--- a/dev-ruby/gnuplot/ChangeLog
+++ b/dev-ruby/gnuplot/ChangeLog
@@ -1,6 +1,9 @@
# 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.3 2010/04/30 08:08:51 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.4 2010/05/22 15:16:39 flameeyes Exp $
+
+ 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> gnuplot-2.2.ebuild:
+ Various cleanups.
*gnuplot-2.3.1 (30 Apr 2010)
diff --git a/dev-ruby/gnuplot/gnuplot-2.2.ebuild b/dev-ruby/gnuplot/gnuplot-2.2.ebuild
index 0f14bd016b3d..7c04219e0e45 100644
--- a/dev-ruby/gnuplot/gnuplot-2.2.ebuild
+++ b/dev-ruby/gnuplot/gnuplot-2.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# 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.2.ebuild,v 1.2 2009/08/22 20:48:06 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.2.ebuild,v 1.3 2010/05/22 15:16:39 flameeyes Exp $
inherit gems
-USE_RUBY="ruby18 ruby19"
+USE_RUBY="ruby18"
DESCRIPTION="Gnuplot drawing library - Ruby Bindings"
HOMEPAGE="http://rgplot.rubyforge.org/"