mrueg       14/05/07 19:21:58

  Modified:             activerecord-4.0.5.ebuild activerecord-4.0.3.ebuild
                        activerecord-4.0.4.ebuild activerecord-4.1.0.ebuild
                        activerecord-4.1.1.ebuild ChangeLog
  Log:
  Remove rubyee18 case in test.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.2                  dev-ruby/activerecord/activerecord-4.0.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.5.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.5.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.5.ebuild?r1=1.1&r2=1.2

Index: activerecord-4.0.5.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- activerecord-4.0.5.ebuild   6 May 2014 19:30:05 -0000       1.1
+++ activerecord-4.0.5.ebuild   7 May 2014 19:21:58 -0000       1.2
@@ -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 @@
        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"



1.3                  dev-ruby/activerecord/activerecord-4.0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.3.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.3.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.3.ebuild?r1=1.2&r2=1.3

Index: activerecord-4.0.3.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- activerecord-4.0.3.ebuild   11 Mar 2014 20:24:05 -0000      1.2
+++ activerecord-4.0.3.ebuild   7 May 2014 19:21:58 -0000       1.3
@@ -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 @@
        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"



1.3                  dev-ruby/activerecord/activerecord-4.0.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.4.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.4.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.4.ebuild?r1=1.2&r2=1.3

Index: activerecord-4.0.4.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- activerecord-4.0.4.ebuild   21 Apr 2014 06:17:08 -0000      1.2
+++ activerecord-4.0.4.ebuild   7 May 2014 19:21:58 -0000       1.3
@@ -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 @@
        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"



1.2                  dev-ruby/activerecord/activerecord-4.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-4.1.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-4.1.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-4.1.0.ebuild?r1=1.1&r2=1.2

Index: activerecord-4.1.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- activerecord-4.1.0.ebuild   26 Apr 2014 15:10:05 -0000      1.1
+++ activerecord-4.1.0.ebuild   7 May 2014 19:21:58 -0000       1.2
@@ -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 @@
        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"



1.2                  dev-ruby/activerecord/activerecord-4.1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-4.1.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-4.1.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-4.1.1.ebuild?r1=1.1&r2=1.2

Index: activerecord-4.1.1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- activerecord-4.1.1.ebuild   6 May 2014 20:00:54 -0000       1.1
+++ activerecord-4.1.1.ebuild   7 May 2014 19:21:58 -0000       1.2
@@ -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 @@
        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"



1.267                dev-ruby/activerecord/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.267&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.267&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.266&r2=1.267

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -r1.266 -r1.267
--- ChangeLog   6 May 2014 20:00:54 -0000       1.266
+++ ChangeLog   7 May 2014 19:21:58 -0000       1.267
@@ -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 <[email protected]> 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)
 




Reply via email to