diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-06-25 19:54:22 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-06-25 19:54:22 +0000 |
commit | b5c966c1ea11abf0a5174a1a811f4515c284e542 (patch) | |
tree | df795dac0d3551d45ccc70e309c047d3a5cb814f /dev-ruby/gnuplot | |
parent | Force gcc-4.3+ on all amd64 users. (diff) | |
download | gentoo-2-b5c966c1ea11abf0a5174a1a811f4515c284e542.tar.gz gentoo-2-b5c966c1ea11abf0a5174a1a811f4515c284e542.tar.bz2 gentoo-2-b5c966c1ea11abf0a5174a1a811f4515c284e542.zip |
Remove old version.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/gnuplot')
-rw-r--r-- | dev-ruby/gnuplot/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/gnuplot/gnuplot-2.2.ebuild | 16 |
2 files changed, 4 insertions, 17 deletions
diff --git a/dev-ruby/gnuplot/ChangeLog b/dev-ruby/gnuplot/ChangeLog index 18d96a809501..d98cedccfb99 100644 --- a/dev-ruby/gnuplot/ChangeLog +++ b/dev-ruby/gnuplot/ChangeLog @@ -1,6 +1,9 @@ # 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.4 2010/05/22 15:16:39 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.5 2010/06/25 19:54:22 graaff Exp $ + + 25 Jun 2010; Hans de Graaff <graaff@gentoo.org> -gnuplot-2.2.ebuild: + Remove old version. 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> gnuplot-2.2.ebuild: Various cleanups. diff --git a/dev-ruby/gnuplot/gnuplot-2.2.ebuild b/dev-ruby/gnuplot/gnuplot-2.2.ebuild deleted file mode 100644 index 7c04219e0e45..000000000000 --- a/dev-ruby/gnuplot/gnuplot-2.2.ebuild +++ /dev/null @@ -1,16 +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.2.ebuild,v 1.3 2010/05/22 15:16:39 flameeyes Exp $ - -inherit gems - -USE_RUBY="ruby18" -DESCRIPTION="Gnuplot drawing library - Ruby Bindings" -HOMEPAGE="http://rgplot.rubyforge.org/" - -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="sci-visualization/gnuplot" |