mrueg       14/04/24 16:39:32

  Modified:             racc-1.4.9.ebuild racc-1.4.11.ebuild ChangeLog
  Log:
  Remove ruby18 bits.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.14                 dev-ruby/racc/racc-1.4.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild?r1=1.13&r2=1.14

Index: racc-1.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- racc-1.4.9.ebuild   5 Apr 2014 22:00:22 -0000       1.13
+++ racc-1.4.9.ebuild   24 Apr 2014 16:39:32 -0000      1.14
@@ -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/racc/racc-1.4.9.ebuild,v 1.13 
2014/04/05 22:00:22 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v 1.14 
2014/04/24 16:39:32 mrueg Exp $
 
 EAPI=4
 
@@ -39,11 +39,6 @@
        case ${RUBY} in
                *jruby)
                        ;;
-               *ruby18)
-                       sed -i -e '/test_norule_y/,/end/ s:^:#:' \
-                               -e '/test_unterm_y/,/end/ s:^:#:' 
test/test_racc_command.rb || die
-                       ${RUBY} -Cext/racc extconf.rb || die
-                       ;;
                *)
                        ${RUBY} -Cext/racc extconf.rb || die
                        ;;



1.3                  dev-ruby/racc/racc-1.4.11.ebuild

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

Index: racc-1.4.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.11.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- racc-1.4.11.ebuild  5 Apr 2014 22:00:22 -0000       1.2
+++ racc-1.4.11.ebuild  24 Apr 2014 16:39:32 -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/racc/racc-1.4.11.ebuild,v 1.2 
2014/04/05 22:00:22 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.11.ebuild,v 1.3 
2014/04/24 16:39:32 mrueg Exp $
 
 EAPI=5
 
@@ -47,10 +47,6 @@
                        # avoid all tests so this is not a regression for us.
                        rm test/test_racc_command.rb || die
                        ;;
-               *ruby18)
-                       sed -i -e '/test_norule_y/,/end/ s:^:#:' \
-                               -e '/test_unterm_y/,/end/ s:^:#:' 
test/test_racc_command.rb || die
-                       ;;
                *)
                        ${RUBY} -Cext/racc extconf.rb || die
                        ;;



1.110                dev-ruby/racc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog   5 Apr 2014 22:00:22 -0000       1.109
+++ ChangeLog   24 Apr 2014 16:39:32 -0000      1.110
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/racc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.109 2014/04/05 
22:00:22 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.110 2014/04/24 
16:39:32 mrueg Exp $
+
+  24 Apr 2014; Manuel Rüger <[email protected]> racc-1.4.11.ebuild,
+  racc-1.4.9.ebuild:
+  Remove ruby18 bits.
 
   05 Apr 2014; Manuel Rüger <[email protected]>
   -files/racc-1.4.6-test-unit.patch, -racc-1.4.10.ebuild, -racc-1.4.8.ebuild,




Reply via email to