mrueg       14/10/08 23:18:55

  Modified:             celluloid-0.15.2-r2.ebuild ChangeLog
  Log:
  Fix dependency on dev-ruby/timers. Fixes bug #524782.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key )

Revision  Changes    Path
1.4                  dev-ruby/celluloid/celluloid-0.15.2-r2.ebuild

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

Index: celluloid-0.15.2-r2.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/celluloid/celluloid-0.15.2-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- celluloid-0.15.2-r2.ebuild  27 Aug 2014 23:06:40 -0000      1.3
+++ celluloid-0.15.2-r2.ebuild  8 Oct 2014 23:18:55 -0000       1.4
@@ -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/celluloid/celluloid-0.15.2-r2.ebuild,v 1.3 
2014/08/27 23:06:40 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/celluloid/celluloid-0.15.2-r2.ebuild,v 1.4 
2014/10/08 23:18:55 mrueg Exp $
 
 EAPI=5
 # rbx or jruby recommended, but only in 1.9 mode.
@@ -23,7 +23,8 @@
 LICENSE="MIT"
 KEYWORDS="~amd64 ~ppc ~ppc64"
 
-ruby_add_rdepend ">=dev-ruby/timers-1.0.0"
+ruby_add_rdepend ">=dev-ruby/timers-1.0.0
+       <dev-ruby/timers-3"
 
 all_ruby_prepare() {
        rm Gemfile .rspec || die



1.11                 dev-ruby/celluloid/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   27 Aug 2014 23:06:40 -0000      1.10
+++ ChangeLog   8 Oct 2014 23:18:55 -0000       1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/celluloid
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/ChangeLog,v 1.10 
2014/08/27 23:06:40 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/ChangeLog,v 1.11 
2014/10/08 23:18:55 mrueg Exp $
+
+  08 Oct 2014; Manuel Rüger <[email protected]> celluloid-0.15.2-r2.ebuild:
+  Fix dependency on dev-ruby/timers. Fixes bug #524782.
 
   27 Aug 2014; Manuel Rüger <[email protected]> celluloid-0.15.2-r2.ebuild:
   Add ruby21 target.




Reply via email to