mrueg       14/04/05 14:20:03

  Modified:             fast_xs-0.8.0.ebuild fast_xs-0.8.0-r1.ebuild
                        ChangeLog
  Log:
  Remove ree18 and ruby18 target. Remove virtual/ruby-test-unit.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.17                 dev-ruby/fast_xs/fast_xs-0.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild?r1=1.16&r2=1.17

Index: fast_xs-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- fast_xs-0.8.0.ebuild        6 Mar 2014 16:01:46 -0000       1.16
+++ fast_xs-0.8.0.ebuild        5 Apr 2014 14:20:03 -0000       1.17
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild,v 
1.16 2014/03/06 16:01:46 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild,v 
1.17 2014/04/05 14:20:03 mrueg Exp $
 
 EAPI=4
 
-USE_RUBY="ruby18 ree18 ruby19"
+USE_RUBY="ruby19"
 
 RUBY_FAKEGEM_TASK_DOC="docs"
 RUBY_FAKEGEM_DOCDIR="doc"
@@ -24,7 +24,6 @@
 ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.3.2 )"
 ruby_add_bdepend "test? (
        >=dev-ruby/hoe-2.3.2
-       virtual/ruby-test-unit
        dev-ruby/rack
 )"
 



1.7                  dev-ruby/fast_xs/fast_xs-0.8.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0-r1.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0-r1.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0-r1.ebuild?r1=1.6&r2=1.7

Index: fast_xs-0.8.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fast_xs-0.8.0-r1.ebuild     6 Mar 2014 16:01:46 -0000       1.6
+++ fast_xs-0.8.0-r1.ebuild     5 Apr 2014 14:20:03 -0000       1.7
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0-r1.ebuild,v 
1.6 2014/03/06 16:01:46 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0-r1.ebuild,v 
1.7 2014/04/05 14:20:03 mrueg Exp $
 
 EAPI=5
 
-USE_RUBY="ruby18 ruby19 ruby20"
+USE_RUBY="ruby19 ruby20"
 
 RUBY_FAKEGEM_TASK_DOC="docs"
 RUBY_FAKEGEM_DOCDIR="doc"



1.28                 dev-ruby/fast_xs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   6 Mar 2014 16:01:46 -0000       1.27
+++ ChangeLog   5 Apr 2014 14:20:03 -0000       1.28
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/fast_xs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/ChangeLog,v 1.27 
2014/03/06 16:01:46 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/ChangeLog,v 1.28 
2014/04/05 14:20:03 mrueg Exp $
+
+  05 Apr 2014; Manuel Rüger <[email protected]> fast_xs-0.8.0-r1.ebuild,
+  fast_xs-0.8.0.ebuild:
+  Remove ree18 and ruby18 target. Remove virtual/ruby-test-unit.
 
   06 Mar 2014; Manuel Rüger <[email protected]> fast_xs-0.8.0-r1.ebuild,
   fast_xs-0.8.0.ebuild:




Reply via email to