diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-08-29 11:38:25 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-08-29 11:38:25 +0000 |
commit | bb3621f3a1605fe379b2ab22ae4079c7163667a2 (patch) | |
tree | 3ef7194942743838e231d782dbb4039af142c31d /dev-ruby/gnuplot | |
parent | Add ~alpha and ~ppc keywords per the report in bug 330913 by Kazuyoshi Furutaka. (diff) | |
download | gentoo-2-bb3621f3a1605fe379b2ab22ae4079c7163667a2.tar.gz gentoo-2-bb3621f3a1605fe379b2ab22ae4079c7163667a2.tar.bz2 gentoo-2-bb3621f3a1605fe379b2ab22ae4079c7163667a2.zip |
Remove old versions.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/gnuplot')
-rw-r--r-- | dev-ruby/gnuplot/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/gnuplot/gnuplot-2.3.1.ebuild | 21 | ||||
-rw-r--r-- | dev-ruby/gnuplot/gnuplot-2.3.3.ebuild | 21 |
3 files changed, 5 insertions, 43 deletions
diff --git a/dev-ruby/gnuplot/ChangeLog b/dev-ruby/gnuplot/ChangeLog index 44f5e0fa94a8..d2ca61ff5664 100644 --- a/dev-ruby/gnuplot/ChangeLog +++ b/dev-ruby/gnuplot/ChangeLog @@ -1,6 +1,10 @@ # 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.8 2010/08/29 11:37:02 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.9 2010/08/29 11:38:24 graaff Exp $ + + 29 Aug 2010; Hans de Graaff <graaff@gentoo.org> -gnuplot-2.3.1.ebuild, + -gnuplot-2.3.3.ebuild: + Remove old versions. 29 Aug 2010; Hans de Graaff <graaff@gentoo.org> gnuplot-2.3.4.ebuild: Add ~alpha and ~ppc keywords per the report in bug 330913 by Kazuyoshi diff --git a/dev-ruby/gnuplot/gnuplot-2.3.1.ebuild b/dev-ruby/gnuplot/gnuplot-2.3.1.ebuild deleted file mode 100644 index 06bbc395371e..000000000000 --- a/dev-ruby/gnuplot/gnuplot-2.3.1.ebuild +++ /dev/null @@ -1,21 +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.1.ebuild,v 1.1 2010/04/30 08:08:51 graaff Exp $ - -EAPI="2" -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem - -DESCRIPTION="Gnuplot drawing library - Ruby Bindings" -HOMEPAGE="http://rgplot.rubyforge.org/" - -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" -IUSE="" -SLOT="0" - -RDEPEND="${RDEPEND} sci-visualization/gnuplot" diff --git a/dev-ruby/gnuplot/gnuplot-2.3.3.ebuild b/dev-ruby/gnuplot/gnuplot-2.3.3.ebuild deleted file mode 100644 index 375e233a6966..000000000000 --- a/dev-ruby/gnuplot/gnuplot-2.3.3.ebuild +++ /dev/null @@ -1,21 +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.3.ebuild,v 1.1 2010/07/31 06:59:10 graaff Exp $ - -EAPI="2" -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem - -DESCRIPTION="Gnuplot drawing library - Ruby Bindings" -HOMEPAGE="http://rgplot.rubyforge.org/" - -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" -IUSE="" -SLOT="0" - -RDEPEND="${RDEPEND} sci-visualization/gnuplot" |