From d2d0476e37cf3e075c818113045accc9fbc8acf9 Mon Sep 17 00:00:00 2001 From: Manuel Rüger Date: Wed, 7 May 2014 19:21:58 +0000 Subject: Remove rubyee18 case in test. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key ) --- dev-ruby/activerecord/ChangeLog | 7 ++++++- dev-ruby/activerecord/activerecord-4.0.3.ebuild | 6 +----- dev-ruby/activerecord/activerecord-4.0.4.ebuild | 6 +----- dev-ruby/activerecord/activerecord-4.0.5.ebuild | 6 +----- dev-ruby/activerecord/activerecord-4.1.0.ebuild | 6 +----- dev-ruby/activerecord/activerecord-4.1.1.ebuild | 6 +----- 6 files changed, 11 insertions(+), 26 deletions(-) (limited to 'dev-ruby/activerecord') diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index caf61049e96c..ec908722385f 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.266 2014/05/06 20:00:54 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.267 2014/05/07 19:21:58 mrueg Exp $ + + 07 May 2014; Manuel Rüger activerecord-4.0.3.ebuild, + activerecord-4.0.4.ebuild, activerecord-4.0.5.ebuild, + activerecord-4.1.0.ebuild, activerecord-4.1.1.ebuild: + Remove rubyee18 case in test. *activerecord-4.1.1 (06 May 2014) diff --git a/dev-ruby/activerecord/activerecord-4.0.3.ebuild b/dev-ruby/activerecord/activerecord-4.0.3.ebuild index 31d7860882b9..d7632759dd23 100644 --- a/dev-ruby/activerecord/activerecord-4.0.3.ebuild +++ b/dev-ruby/activerecord/activerecord-4.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.3.ebuild,v 1.2 2014/03/11 20:24:05 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.3.ebuild,v 1.3 2014/05/07 19:21:58 mrueg Exp $ EAPI=5 USE_RUBY="ruby19" @@ -73,10 +73,6 @@ each_ruby_test() { case ${RUBY} in *jruby) ;; - *rubyee18) - # Turn on travis support to avoid tripping bugs in ree18. - TRAVIS=true ${RUBY} -S rake test_sqlite3 - ;; *) if use sqlite3; then ${RUBY} -S rake test_sqlite3 || die "sqlite3 tests failed" diff --git a/dev-ruby/activerecord/activerecord-4.0.4.ebuild b/dev-ruby/activerecord/activerecord-4.0.4.ebuild index 3dcc9496ab78..d8bc0531003e 100644 --- a/dev-ruby/activerecord/activerecord-4.0.4.ebuild +++ b/dev-ruby/activerecord/activerecord-4.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.4.ebuild,v 1.2 2014/04/21 06:17:08 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.4.ebuild,v 1.3 2014/05/07 19:21:58 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" @@ -73,10 +73,6 @@ each_ruby_test() { case ${RUBY} in *jruby) ;; - *rubyee18) - # Turn on travis support to avoid tripping bugs in ree18. - TRAVIS=true ${RUBY} -S rake test_sqlite3 - ;; *) if use sqlite3; then ${RUBY} -S rake test_sqlite3 || die "sqlite3 tests failed" diff --git a/dev-ruby/activerecord/activerecord-4.0.5.ebuild b/dev-ruby/activerecord/activerecord-4.0.5.ebuild index 14114fd5db12..67f44163c60d 100644 --- a/dev-ruby/activerecord/activerecord-4.0.5.ebuild +++ b/dev-ruby/activerecord/activerecord-4.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.5.ebuild,v 1.1 2014/05/06 19:30:05 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.5.ebuild,v 1.2 2014/05/07 19:21:58 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" @@ -70,10 +70,6 @@ each_ruby_test() { case ${RUBY} in *jruby) ;; - *rubyee18) - # Turn on travis support to avoid tripping bugs in ree18. - TRAVIS=true ${RUBY} -S rake test_sqlite3 - ;; *) if use sqlite3; then ${RUBY} -S rake test_sqlite3 || die "sqlite3 tests failed" diff --git a/dev-ruby/activerecord/activerecord-4.1.0.ebuild b/dev-ruby/activerecord/activerecord-4.1.0.ebuild index 7fe87732d357..b63d266dca86 100644 --- a/dev-ruby/activerecord/activerecord-4.1.0.ebuild +++ b/dev-ruby/activerecord/activerecord-4.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.1.0.ebuild,v 1.1 2014/04/26 15:10:05 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.1.0.ebuild,v 1.2 2014/05/07 19:21:58 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" @@ -72,10 +72,6 @@ each_ruby_test() { case ${RUBY} in *jruby) ;; - *rubyee18) - # Turn on travis support to avoid tripping bugs in ree18. - TRAVIS=true ${RUBY} -S rake test_sqlite3 - ;; *) if use sqlite3; then ${RUBY} -S rake test_sqlite3 || die "sqlite3 tests failed" diff --git a/dev-ruby/activerecord/activerecord-4.1.1.ebuild b/dev-ruby/activerecord/activerecord-4.1.1.ebuild index 907153a8969c..5a975f3b6018 100644 --- a/dev-ruby/activerecord/activerecord-4.1.1.ebuild +++ b/dev-ruby/activerecord/activerecord-4.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.1.1.ebuild,v 1.1 2014/05/06 20:00:54 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.1.1.ebuild,v 1.2 2014/05/07 19:21:58 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" @@ -72,10 +72,6 @@ each_ruby_test() { case ${RUBY} in *jruby) ;; - *rubyee18) - # Turn on travis support to avoid tripping bugs in ree18. - TRAVIS=true ${RUBY} -S rake test_sqlite3 - ;; *) if use sqlite3; then ${RUBY} -S rake test_sqlite3 || die "sqlite3 tests failed" -- cgit v1.2.3-65-gdbad