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: thread_safe-0.3.1.ebuild ChangeLog
Date: Sat, 29 Mar 2014 10:21:57
Message-Id: 20140329102150.4292F20054@flycatcher.gentoo.org
1 graaff 14/03/29 10:21:50
2
3 Modified: ChangeLog
4 Added: thread_safe-0.3.1.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.12 dev-ruby/thread_safe/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 28 Feb 2014 06:54:33 -0000 1.11
24 +++ ChangeLog 29 Mar 2014 10:21:50 -0000 1.12
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.11 2014/02/28 06:54:33 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v 1.12 2014/03/29 10:21:50 graaff Exp $
30 +
31 +*thread_safe-0.3.1 (29 Mar 2014)
32 +
33 + 29 Mar 2014; Hans de Graaff <graaff@g.o> +thread_safe-0.3.1.ebuild:
34 + Version bump.
35
36 *thread_safe-0.2.0 (28 Feb 2014)
37
38
39
40
41 1.1 dev-ruby/thread_safe/thread_safe-0.3.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.3.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.3.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: thread_safe-0.3.1.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.1.ebuild,v 1.1 2014/03/29 10:21:50 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_rdepend ">=dev-ruby/atomic-1.1.16"
73
74 each_ruby_prepare(){
75 sed -i -e "/[Bb]undler/d" Rakefile || die
76 }