summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-11-02 19:41:09 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-11-02 19:41:09 +0000
commita8a5f739c19a9d8d60bd4e7eb1dfa433d5e70f7b (patch)
treec29fc2a75ea381601f6c2926b0dddf1f907a5605 /dev-ruby/gnuplot
parentAdd ruby20 target. (diff)
downloadgentoo-2-a8a5f739c19a9d8d60bd4e7eb1dfa433d5e70f7b.tar.gz
gentoo-2-a8a5f739c19a9d8d60bd4e7eb1dfa433d5e70f7b.tar.bz2
gentoo-2-a8a5f739c19a9d8d60bd4e7eb1dfa433d5e70f7b.zip
Cleanup old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/gnuplot')
-rw-r--r--dev-ruby/gnuplot/ChangeLog6
-rw-r--r--dev-ruby/gnuplot/gnuplot-2.6.0.ebuild32
-rw-r--r--dev-ruby/gnuplot/gnuplot-2.6.2.ebuild32
3 files changed, 5 insertions, 65 deletions
diff --git a/dev-ruby/gnuplot/ChangeLog b/dev-ruby/gnuplot/ChangeLog
index 6eecda7b2501..3d105c7a839e 100644
--- a/dev-ruby/gnuplot/ChangeLog
+++ b/dev-ruby/gnuplot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/gnuplot
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.20 2013/10/09 01:28:06 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.21 2013/11/02 19:41:09 mrueg Exp $
+
+ 02 Nov 2013; Manuel Rüger <mrueg@gentoo.org> -gnuplot-2.6.0.ebuild,
+ -gnuplot-2.6.2.ebuild:
+ Cleanup old.
*gnuplot-2.6.2-r1 (09 Oct 2013)
diff --git a/dev-ruby/gnuplot/gnuplot-2.6.0.ebuild b/dev-ruby/gnuplot/gnuplot-2.6.0.ebuild
deleted file mode 100644
index 0d6f77a50365..000000000000
--- a/dev-ruby/gnuplot/gnuplot-2.6.0.ebuild
+++ /dev/null
@@ -1,32 +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.6.0.ebuild,v 1.1 2012/11/22 06:38:24 graaff Exp $
-
-EAPI=4
-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"
-
-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 test_gnuplot.rb || die
-}
diff --git a/dev-ruby/gnuplot/gnuplot-2.6.2.ebuild b/dev-ruby/gnuplot/gnuplot-2.6.2.ebuild
deleted file mode 100644
index 29d390f051c9..000000000000
--- a/dev-ruby/gnuplot/gnuplot-2.6.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.6.2.ebuild,v 1.1 2013/02/02 14:00:40 graaff Exp $
-
-EAPI=4
-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"
-
-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 test_gnuplot.rb || die
-}