diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-04-08 07:16:33 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-04-08 07:16:33 +0000 |
commit | ee85d507b24fb1a76ccc6f5695c8ae11d54b0a62 (patch) | |
tree | a3c8742725b6911fa40e1cef6228b17414aeae77 /dev-ruby/gnuplot | |
parent | whitespace (diff) | |
download | gentoo-2-ee85d507b24fb1a76ccc6f5695c8ae11d54b0a62.tar.gz gentoo-2-ee85d507b24fb1a76ccc6f5695c8ae11d54b0a62.tar.bz2 gentoo-2-ee85d507b24fb1a76ccc6f5695c8ae11d54b0a62.zip |
Version bump.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/gnuplot')
-rw-r--r-- | dev-ruby/gnuplot/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/gnuplot/gnuplot-2.3.4.ebuild | 29 | ||||
-rw-r--r-- | dev-ruby/gnuplot/gnuplot-2.3.5.ebuild | 29 |
3 files changed, 6 insertions, 60 deletions
diff --git a/dev-ruby/gnuplot/ChangeLog b/dev-ruby/gnuplot/ChangeLog index 3b9bb9a79f39..b3f9114f8794 100644 --- a/dev-ruby/gnuplot/ChangeLog +++ b/dev-ruby/gnuplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/gnuplot -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.11 2011/03/05 07:01:29 graaff Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.12 2012/04/08 07:16:33 graaff Exp $ + + 08 Apr 2012; Hans de Graaff <graaff@gentoo.org> -gnuplot-2.3.4.ebuild, + -gnuplot-2.3.5.ebuild: + Version bump. *gnuplot-2.3.6 (05 Mar 2011) diff --git a/dev-ruby/gnuplot/gnuplot-2.3.4.ebuild b/dev-ruby/gnuplot/gnuplot-2.3.4.ebuild deleted file mode 100644 index b91b331d4bf2..000000000000 --- a/dev-ruby/gnuplot/gnuplot-2.3.4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.4.ebuild,v 1.2 2010/08/29 11:37:02 graaff Exp $ - -EAPI="2" -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="AUTHORS.txt ChangeLog README.textile" - -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem - -DESCRIPTION="Gnuplot drawing library - Ruby Bindings" -HOMEPAGE="http://rgplot.rubyforge.org/" - -LICENSE="BSD" -KEYWORDS="~alpha ~amd64 ~ppc ~x86" -IUSE="test" -SLOT="0" - -RDEPEND="${RDEPEND} sci-visualization/gnuplot" - -ruby_add_bdepend "test? ( virtual/ruby-test-unit )" - -each_ruby_test() { - ${RUBY} -Ctest -rtest/unit -e "Dir['test/*.rb'].each{|f| require f}" || die -} diff --git a/dev-ruby/gnuplot/gnuplot-2.3.5.ebuild b/dev-ruby/gnuplot/gnuplot-2.3.5.ebuild deleted file mode 100644 index 7385fe6b8ba3..000000000000 --- a/dev-ruby/gnuplot/gnuplot-2.3.5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.3.5.ebuild,v 1.1 2011/01/30 09:26:00 graaff Exp $ - -EAPI="2" -USE_RUBY="ruby18 ruby19 ree18 jruby" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="AUTHORS.txt ChangeLog README.textile" - -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem - -DESCRIPTION="Gnuplot drawing library - Ruby Bindings" -HOMEPAGE="http://rgplot.rubyforge.org/" - -LICENSE="BSD" -KEYWORDS="~alpha ~amd64 ~ppc ~x86" -IUSE="test" -SLOT="0" - -RDEPEND="${RDEPEND} sci-visualization/gnuplot" - -ruby_add_bdepend "test? ( virtual/ruby-test-unit )" - -each_ruby_test() { - ${RUBY} -Ctest -rtest/unit -e "Dir['test/*.rb'].each{|f| require f}" || die -} |