graaff      15/05/24 18:25:00

  Modified:             ruby-2.2.2-r1.ebuild ChangeLog ruby-2.1.6-r1.ebuild
                        ruby-2.0.0_p645.ebuild
  Log:
  Fix slot operator for sys-libs/db, thanks to Arfrever Frehtes Taifersar 
Arahesis in bug 549952.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.3                  dev-lang/ruby/ruby-2.2.2-r1.ebuild

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

Index: ruby-2.2.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.2.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-2.2.2-r1.ebuild        10 May 2015 07:03:52 -0000      1.2
+++ ruby-2.2.2-r1.ebuild        24 May 2015 18:25:00 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.2.2-r1.ebuild,v 1.2 
2015/05/10 07:03:52 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.2.2-r1.ebuild,v 1.3 
2015/05/24 18:25:00 graaff Exp $
 
 EAPI=5
 
@@ -35,7 +35,7 @@
 IUSE="berkdb debug doc examples gdbm ipv6 jemalloc +rdoc rubytests socks5 ssl 
xemacs ncurses +readline"
 
 RDEPEND="
-       berkdb? ( sys-libs/db:* )
+       berkdb? ( sys-libs/db:= )
        gdbm? ( sys-libs/gdbm )
        jemalloc? ( dev-libs/jemalloc )
        ssl? ( dev-libs/openssl:0 )



1.717                dev-lang/ruby/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v
retrieving revision 1.716
retrieving revision 1.717
diff -u -r1.716 -r1.717
--- ChangeLog   10 May 2015 07:03:52 -0000      1.716
+++ ChangeLog   24 May 2015 18:25:00 -0000      1.717
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/ruby
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.716 2015/05/10 
07:03:52 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.717 2015/05/24 
18:25:00 graaff Exp $
+
+  24 May 2015; Hans de Graaff <[email protected]> ruby-2.0.0_p645.ebuild,
+  ruby-2.1.6-r1.ebuild, ruby-2.2.2-r1.ebuild:
+  Fix slot operator for sys-libs/db, thanks to Arfrever Frehtes Taifersar
+  Arahesis in bug 549952.
 
   10 May 2015; Hans de Graaff <[email protected]> ruby-1.9.3_p551-r1.ebuild,
   ruby-2.0.0_p645.ebuild, ruby-2.1.6-r1.ebuild, ruby-2.2.2-r1.ebuild:



1.3                  dev-lang/ruby/ruby-2.1.6-r1.ebuild

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

Index: ruby-2.1.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.1.6-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-2.1.6-r1.ebuild        10 May 2015 07:03:52 -0000      1.2
+++ ruby-2.1.6-r1.ebuild        24 May 2015 18:25:00 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.1.6-r1.ebuild,v 1.2 
2015/05/10 07:03:52 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.1.6-r1.ebuild,v 1.3 
2015/05/24 18:25:00 graaff Exp $
 
 EAPI=5
 
@@ -38,7 +38,7 @@
 IUSE="berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs 
ncurses +readline"
 
 RDEPEND="
-       berkdb? ( sys-libs/db:* )
+       berkdb? ( sys-libs/db:= )
        gdbm? ( sys-libs/gdbm )
        ssl? ( dev-libs/openssl:0 )
        socks5? ( >=net-proxy/dante-1.1.13 )



1.11                 dev-lang/ruby/ruby-2.0.0_p645.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p645.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p645.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p645.ebuild?r1=1.10&r2=1.11

Index: ruby-2.0.0_p645.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p645.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ruby-2.0.0_p645.ebuild      10 May 2015 07:03:52 -0000      1.10
+++ ruby-2.0.0_p645.ebuild      24 May 2015 18:25:00 -0000      1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p645.ebuild,v 1.10 
2015/05/10 07:03:52 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p645.ebuild,v 1.11 
2015/05/24 18:25:00 graaff Exp $
 
 EAPI=5
 
@@ -37,7 +37,7 @@
 IUSE="berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs 
ncurses +readline cpu_flags_x86_sse2"
 
 RDEPEND="
-       berkdb? ( sys-libs/db:* )
+       berkdb? ( sys-libs/db:= )
        gdbm? ( sys-libs/gdbm )
        ssl? ( dev-libs/openssl:0 )
        socks5? ( >=net-proxy/dante-1.1.13 )




Reply via email to