Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/thread_safe: ChangeLog thread_safe-0.3.4.ebuild
Date: Thu, 29 May 2014 06:35:44
Message-Id: 20140529063541.182782004E@flycatcher.gentoo.org
1 graaff 14/05/29 06:35:41
2
3 Modified: ChangeLog
4 Added: thread_safe-0.3.4.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.15 dev-ruby/thread_safe/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 4 May 2014 09:26:52 -0000 1.14
24 +++ ChangeLog 29 May 2014 06:35:40 -0000 1.15
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/thread_safe
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v 1.14 2014/05/04 09:26:52 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v 1.15 2014/05/29 06:35:40 graaff Exp $
30 +
31 +*thread_safe-0.3.4 (29 May 2014)
32 +
33 + 29 May 2014; Hans de Graaff <graaff@g.o> +thread_safe-0.3.4.ebuild:
34 + Version bump.
35
36 04 May 2014; Hans de Graaff <graaff@g.o> -thread_safe-0.1.3-r1.ebuild,
37 -thread_safe-0.1.3-r2.ebuild, -thread_safe-0.2.0.ebuild:
38
39
40
41 1.1 dev-ruby/thread_safe/thread_safe-0.3.4.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.3.4.ebuild?rev=1.1&view=markup
44 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
45
46 Index: thread_safe-0.3.4.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $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 $
51
52 EAPI=5
53 # jruby → there is code for this in ext but that requires compiling java.
54 USE_RUBY="ruby19 ruby20 ruby21"
55
56 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
57
58 RUBY_FAKEGEM_EXTRADOC="README.md"
59
60 inherit ruby-fakegem
61
62 DESCRIPTION="A collection of thread-safe versions of common core Ruby classes"
63 HOMEPAGE="https://github.com/headius/thread_safe"
64
65 LICENSE="Apache-2.0"
66 SLOT="0"
67 KEYWORDS="~amd64 ~arm ~hppa ~x86"
68 IUSE=""
69
70 # Higher atomic dependency since earlier versions crash on ruby20 while
71 # running thread_safe tests.
72 ruby_add_bdepend "test? ( >=dev-ruby/atomic-1.1.16 >=dev-ruby/minitest-4 )"
73
74 each_ruby_prepare(){
75 sed -i -e "/[Bb]undler/d" Rakefile || die
76 }
77
78 each_ruby_test() {
79 einfo "The test suite may take up to 10 minutes to run without apparent feedback"
80 each_fakegem_test
81 }