graaff      14/05/29 06:35:41

  Modified:             ChangeLog
  Added:                thread_safe-0.3.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.15                 dev-ruby/thread_safe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   4 May 2014 09:26:52 -0000       1.14
+++ ChangeLog   29 May 2014 06:35:40 -0000      1.15
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/thread_safe
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v 1.14 
2014/05/04 09:26:52 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v 1.15 
2014/05/29 06:35:40 graaff Exp $
+
+*thread_safe-0.3.4 (29 May 2014)
+
+  29 May 2014; Hans de Graaff <[email protected]> +thread_safe-0.3.4.ebuild:
+  Version bump.
 
   04 May 2014; Hans de Graaff <[email protected]> -thread_safe-0.1.3-r1.ebuild,
   -thread_safe-0.1.3-r2.ebuild, -thread_safe-0.2.0.ebuild:



1.1                  dev-ruby/thread_safe/thread_safe-0.3.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.3.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.3.4.ebuild?rev=1.1&content-type=text/plain

Index: thread_safe-0.3.4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.3.4.ebuild,v 1.1 
2014/05/29 06:35:40 graaff Exp $

EAPI=5
# jruby → there is code for this in ext but that requires compiling java.
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"

RUBY_FAKEGEM_EXTRADOC="README.md"

inherit ruby-fakegem

DESCRIPTION="A collection of thread-safe versions of common core Ruby classes"
HOMEPAGE="https://github.com/headius/thread_safe";

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~x86"
IUSE=""

# Higher atomic dependency since earlier versions crash on ruby20 while
# running thread_safe tests.
ruby_add_bdepend "test? ( >=dev-ruby/atomic-1.1.16 >=dev-ruby/minitest-4 )"

each_ruby_prepare(){
        sed -i -e "/[Bb]undler/d" Rakefile || die
}

each_ruby_test() {
        einfo "The test suite may take up to 10 minutes to run without apparent 
feedback"
        each_fakegem_test
}




Reply via email to