diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-10-09 12:46:52 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-10-09 12:46:52 +0000 |
commit | 67c614d581b97be5c378634a6316110c0076f057 (patch) | |
tree | 58bb03c1f910fff72aee0a2e682afb1c08ae34c9 /dev-ruby/ruby_parser | |
parent | Drop ree18/ruby19 to create a stable candidate. (diff) | |
download | gentoo-2-67c614d581b97be5c378634a6316110c0076f057.tar.gz gentoo-2-67c614d581b97be5c378634a6316110c0076f057.tar.bz2 gentoo-2-67c614d581b97be5c378634a6316110c0076f057.zip |
Drop ree18 to create a stable candidate.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby_parser')
-rw-r--r-- | dev-ruby/ruby_parser/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/ruby_parser/ruby_parser-2.0.4-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/ruby_parser/ChangeLog b/dev-ruby/ruby_parser/ChangeLog index 4fcf8bb43d87..deae2303af45 100644 --- a/dev-ruby/ruby_parser/ChangeLog +++ b/dev-ruby/ruby_parser/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ruby_parser # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.14 2010/10/02 10:47:35 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.15 2010/10/09 12:46:51 graaff Exp $ + + 09 Oct 2010; Hans de Graaff <graaff@gentoo.org> + ruby_parser-2.0.4-r1.ebuild: + Drop ree18 to create a stable candidate. *ruby_parser-2.0.5 (02 Oct 2010) diff --git a/dev-ruby/ruby_parser/ruby_parser-2.0.4-r1.ebuild b/dev-ruby/ruby_parser/ruby_parser-2.0.4-r1.ebuild index 4cc983c83fb8..4babd0244856 100644 --- a/dev-ruby/ruby_parser/ruby_parser-2.0.4-r1.ebuild +++ b/dev-ruby/ruby_parser/ruby_parser-2.0.4-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.4-r1.ebuild,v 1.8 2010/05/22 23:11:52 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.4-r1.ebuild,v 1.9 2010/10/09 12:46:52 graaff Exp $ EAPI=2 -USE_RUBY="ruby18 ree18" +USE_RUBY="ruby18" # Don't run tests, since they require the testcase from ParseTree; # ParseTree _is_ the testcase for ruby_parse |