summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-02-02 13:59:02 +0000
committerHans de Graaff <graaff@gentoo.org>2013-02-02 13:59:02 +0000
commit33513971e343e388fcddc4f495d1a54d22dfa27a (patch)
treef55906174fba7c5cda44486456e20b2701f43db4 /dev-ruby/gnuplot
parentadd 2.3.4.6 wrt #453582 (diff)
downloadgentoo-2-33513971e343e388fcddc4f495d1a54d22dfa27a.tar.gz
gentoo-2-33513971e343e388fcddc4f495d1a54d22dfa27a.tar.bz2
gentoo-2-33513971e343e388fcddc4f495d1a54d22dfa27a.zip
Cleanup.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/gnuplot')
-rw-r--r--dev-ruby/gnuplot/ChangeLog8
-rw-r--r--dev-ruby/gnuplot/gnuplot-2.4.1.ebuild34
-rw-r--r--dev-ruby/gnuplot/gnuplot-2.5.0.ebuild32
3 files changed, 6 insertions, 68 deletions
diff --git a/dev-ruby/gnuplot/ChangeLog b/dev-ruby/gnuplot/ChangeLog
index 7b0f78cc420a..2bea575fe016 100644
--- a/dev-ruby/gnuplot/ChangeLog
+++ b/dev-ruby/gnuplot/ChangeLog
@@ -1,6 +1,10 @@
# 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.17 2012/11/22 06:38:24 graaff Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.18 2013/02/02 13:59:02 graaff Exp $
+
+ 02 Feb 2013; Hans de Graaff <graaff@gentoo.org> -gnuplot-2.4.1.ebuild,
+ -gnuplot-2.5.0.ebuild:
+ Cleanup.
*gnuplot-2.6.0 (22 Nov 2012)
diff --git a/dev-ruby/gnuplot/gnuplot-2.4.1.ebuild b/dev-ruby/gnuplot/gnuplot-2.4.1.ebuild
deleted file mode 100644
index 4e1ba83ed5d0..000000000000
--- a/dev-ruby/gnuplot/gnuplot-2.4.1.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.4.1.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 test_gnuplot.rb || die
-}
diff --git a/dev-ruby/gnuplot/gnuplot-2.5.0.ebuild b/dev-ruby/gnuplot/gnuplot-2.5.0.ebuild
deleted file mode 100644
index d5031b3b5bd4..000000000000
--- a/dev-ruby/gnuplot/gnuplot-2.5.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.5.0.ebuild,v 1.1 2012/08/06 18:19:05 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
-}