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.2.ebuild ChangeLog thread_safe-0.1.0.ebuild
Date: Fri, 02 Aug 2013 05:58:03
Message-Id: 20130802055755.5ED202171C@flycatcher.gentoo.org
1 mrueg 13/08/02 05:57:55
2
3 Modified: thread_safe-0.1.2.ebuild ChangeLog
4 Removed: thread_safe-0.1.0.ebuild
5 Log:
6 Add missing dep, thanks to Jonathan Geisler. Fixes bug #479336. Cleanup.
7
8 (Portage version: 2.1.13.2/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.2 dev-ruby/thread_safe/thread_safe-0.1.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.1.2.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.1.2.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.1.2.ebuild?r1=1.1&r2=1.2
16
17 Index: thread_safe-0.1.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.1.2.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- thread_safe-0.1.2.ebuild 25 Jul 2013 15:04:14 -0000 1.1
24 +++ thread_safe-0.1.2.ebuild 2 Aug 2013 05:57:54 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.1.2.ebuild,v 1.1 2013/07/25 15:04:14 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.1.2.ebuild,v 1.2 2013/08/02 05:57:54 mrueg Exp $
30
31 EAPI=5
32 # jruby → there is code for this in ext but that requires compiling java.
33 @@ -20,3 +20,5 @@
34 SLOT="0"
35 KEYWORDS="~amd64"
36 IUSE=""
37 +
38 +ruby_add_rdepend "dev-ruby/atomic"
39
40
41
42 1.3 dev-ruby/thread_safe/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?rev=1.3&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?rev=1.3&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?r1=1.2&r2=1.3
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v
51 retrieving revision 1.2
52 retrieving revision 1.3
53 diff -u -r1.2 -r1.3
54 --- ChangeLog 25 Jul 2013 15:04:14 -0000 1.2
55 +++ ChangeLog 2 Aug 2013 05:57:54 -0000 1.3
56 @@ -1,6 +1,10 @@
57 # ChangeLog for dev-ruby/thread_safe
58 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v 1.2 2013/07/25 15:04:14 mrueg Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v 1.3 2013/08/02 05:57:54 mrueg Exp $
61 +
62 + 02 Aug 2013; Manuel Rüger <mrueg@g.o> -thread_safe-0.1.0.ebuild,
63 + thread_safe-0.1.2.ebuild:
64 + Add missing dep, thanks to Jonathan Geisler. Fixes bug #479336. Cleanup.
65
66 *thread_safe-0.1.2 (25 Jul 2013)