summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-08-06 18:16:35 +0000
committerHans de Graaff <graaff@gentoo.org>2012-08-06 18:16:35 +0000
commitc6706dee96f6c6aaac8416a42b35cd72e571feb9 (patch)
tree4714f0ebd9cb26796dfdee134fc81681708a58b5 /dev-ruby/gnuplot
parentCleanup. (diff)
downloadgentoo-2-c6706dee96f6c6aaac8416a42b35cd72e571feb9.tar.gz
gentoo-2-c6706dee96f6c6aaac8416a42b35cd72e571feb9.tar.bz2
gentoo-2-c6706dee96f6c6aaac8416a42b35cd72e571feb9.zip
Cleanup.
(Portage version: 2.1.10.65/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.3.6.ebuild34
2 files changed, 4 insertions, 35 deletions
diff --git a/dev-ruby/gnuplot/ChangeLog b/dev-ruby/gnuplot/ChangeLog
index 17c16e3caa5e..a7c67b373262 100644
--- a/dev-ruby/gnuplot/ChangeLog
+++ b/dev-ruby/gnuplot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/gnuplot
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.14 2012/07/01 18:31:45 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.15 2012/08/06 18:16:35 graaff Exp $
+
+ 06 Aug 2012; Hans de Graaff <graaff@gentoo.org> -gnuplot-2.3.6.ebuild:
+ Cleanup.
01 Jul 2012; Raúl Porcel <armin76@gentoo.org> gnuplot-2.3.6.ebuild,
gnuplot-2.4.1.ebuild:
diff --git a/dev-ruby/gnuplot/gnuplot-2.3.6.ebuild b/dev-ruby/gnuplot/gnuplot-2.3.6.ebuild
deleted file mode 100644
index 5cc3fbdd02ff..000000000000
--- a/dev-ruby/gnuplot/gnuplot-2.3.6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.3.6.ebuild,v 1.2 2012/07/01 18:31:45 armin76 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="~amd64 ~ppc ~x86"
-IUSE="test"
-SLOT="0"
-
-RDEPEND="${RDEPEND} sci-visualization/gnuplot"
-
-ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
-
-all_ruby_prepare() {
- # Existing metadata causes a crash in jruby, so use our own.
- rm ../metadata || die "Unable to remove metadata."
-}
-
-each_ruby_test() {
- ${RUBY} -Ctest -rtest/unit -e "Dir['test/*.rb'].each{|f| require f}" || die
-}