graaff      14/12/24 08:23:10

  Modified:             ChangeLog ffi-1.9.6.ebuild
  Log:
  All ruby implementations now provide threads, drop redundant virtual.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.88                 dev-ruby/ffi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog   24 Dec 2014 08:21:05 -0000      1.87
+++ ChangeLog   24 Dec 2014 08:23:10 -0000      1.88
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ffi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.87 2014/12/24 
08:21:05 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.88 2014/12/24 
08:23:10 graaff Exp $
+
+  24 Dec 2014; Hans de Graaff <[email protected]> ffi-1.9.6.ebuild:
+  All ruby implementations now provide threads, drop redundant virtual.
 
   24 Dec 2014; Hans de Graaff <[email protected]> -ffi-1.4.0.ebuild,
   -ffi-1.9.3-r1.ebuild, -ffi-1.9.4.ebuild, -ffi-1.9.4-r1.ebuild:



1.2                  dev-ruby/ffi/ffi-1.9.6.ebuild

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

Index: ffi-1.9.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ffi-1.9.6.ebuild    9 Oct 2014 22:10:13 -0000       1.1
+++ ffi-1.9.6.ebuild    24 Dec 2014 08:23:10 -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/ffi/ffi-1.9.6.ebuild,v 1.1 
2014/10/09 22:10:13 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.6.ebuild,v 1.2 
2014/12/24 08:23:10 graaff Exp $
 
 EAPI=5
 
@@ -31,8 +31,6 @@
 
 ruby_add_bdepend "doc? ( dev-ruby/yard )"
 
-ruby_add_rdepend "virtual/ruby-threads"
-
 all_ruby_prepare() {
        sed -i -e '/tasks/ s:^:#:' \
                -e '/Gem::Tasks/,/end/ s:^:#:' Rakefile || die




Reply via email to