summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-05-07 19:21:58 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-05-07 19:21:58 +0000
commitd2d0476e37cf3e075c818113045accc9fbc8acf9 (patch)
tree202facaa6f066ec5048c1902f2b7a7d54a051d07 /dev-ruby/activerecord
parentRemove ruby18 target. (diff)
downloadgentoo-2-d2d0476e37cf3e075c818113045accc9fbc8acf9.tar.gz
gentoo-2-d2d0476e37cf3e075c818113045accc9fbc8acf9.tar.bz2
gentoo-2-d2d0476e37cf3e075c818113045accc9fbc8acf9.zip
Remove rubyee18 case in test.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r--dev-ruby/activerecord/ChangeLog7
-rw-r--r--dev-ruby/activerecord/activerecord-4.0.3.ebuild6
-rw-r--r--dev-ruby/activerecord/activerecord-4.0.4.ebuild6
-rw-r--r--dev-ruby/activerecord/activerecord-4.0.5.ebuild6
-rw-r--r--dev-ruby/activerecord/activerecord-4.1.0.ebuild6
-rw-r--r--dev-ruby/activerecord/activerecord-4.1.1.ebuild6
6 files changed, 11 insertions, 26 deletions
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 <mrueg@gentoo.org> 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"