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-r1.ebuild ChangeLog
Date: Fri, 04 Oct 2013 18:51:29
Message-Id: 20131004185126.3CA302004C@flycatcher.gentoo.org
1 mrueg 13/10/04 18:51:26
2
3 Modified: ChangeLog
4 Added: thread_safe-0.1.3-r1.ebuild
5 Log:
6 Add ruby20 target.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.5 dev-ruby/thread_safe/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 11 Sep 2013 13:02:11 -0000 1.4
24 +++ ChangeLog 4 Oct 2013 18:51:26 -0000 1.5
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/thread_safe
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v 1.4 2013/09/11 13:02:11 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v 1.5 2013/10/04 18:51:26 mrueg Exp $
30 +
31 +*thread_safe-0.1.3-r1 (04 Oct 2013)
32 +
33 + 04 Oct 2013; Manuel Rüger <mrueg@g.o> +thread_safe-0.1.3-r1.ebuild:
34 + Add ruby20 target.
35
36 *thread_safe-0.1.3 (11 Sep 2013)
37
38
39
40
41 1.1 dev-ruby/thread_safe/thread_safe-0.1.3-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.1.3-r1.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-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: thread_safe-0.1.3-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 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-r1.ebuild,v 1.1 2013/10/04 18:51:26 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"
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"
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 }