Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/thread_safe: thread_safe-0.1.3-r2.ebuild ChangeLog
Date: Sat, 04 Jan 2014 16:54:42
Message-Id: 20140104165435.BC7C82004C@flycatcher.gentoo.org
1 mrueg 14/01/04 16:54:35
2
3 Modified: ChangeLog
4 Added: thread_safe-0.1.3-r2.ebuild
5 Log:
6 Add ruby21 target.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.10 dev-ruby/thread_safe/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 4 Jan 2014 16:20:38 -0000 1.9
24 +++ ChangeLog 4 Jan 2014 16:54:35 -0000 1.10
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.9 2014/01/04 16:20:38 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v 1.10 2014/01/04 16:54:35 mrueg Exp $
30 +
31 +*thread_safe-0.1.3-r2 (04 Jan 2014)
32 +
33 + 04 Jan 2014; Manuel Rüger <mrueg@g.o> +thread_safe-0.1.3-r2.ebuild:
34 + Add ruby21 target.
35
36 04 Jan 2014; Manuel Rüger <mrueg@g.o> -thread_safe-0.1.2.ebuild,
37 -thread_safe-0.1.3.ebuild:
38
39
40
41 1.1 dev-ruby/thread_safe/thread_safe-0.1.3-r2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.1.3-r2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.1.3-r2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: thread_safe-0.1.3-r2.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.1.3-r2.ebuild,v 1.1 2014/01/04 16:54:35 mrueg 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_TASK_DOC=""
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 ruby_add_rdepend "dev-ruby/atomic"
71
72 each_ruby_prepare(){
73 sed -i -e "/[Bb]undler/d" Rakefile || die
74 }