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/atomic: atomic-1.1.14-r1.ebuild ChangeLog
Date: Fri, 27 Dec 2013 02:24:14
Message-Id: 20131227022409.7D41D2004E@flycatcher.gentoo.org
1 mrueg 13/12/27 02:24:09
2
3 Modified: ChangeLog
4 Added: atomic-1.1.14-r1.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.12 dev-ruby/atomic/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/atomic/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/atomic/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/atomic/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/atomic/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 25 Dec 2013 06:50:10 -0000 1.11
24 +++ ChangeLog 27 Dec 2013 02:24:09 -0000 1.12
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/atomic
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/atomic/ChangeLog,v 1.11 2013/12/25 06:50:10 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/atomic/ChangeLog,v 1.12 2013/12/27 02:24:09 mrueg Exp $
30 +
31 +*atomic-1.1.14-r1 (27 Dec 2013)
32 +
33 + 27 Dec 2013; Manuel Rüger <mrueg@g.o> +atomic-1.1.14-r1.ebuild:
34 + Add ruby21 target.
35
36 25 Dec 2013; Hans de Graaff <graaff@g.o> -atomic-1.1.13.ebuild:
37 Cleanup.
38
39
40
41 1.1 dev-ruby/atomic/atomic-1.1.14-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/atomic/atomic-1.1.14-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/atomic/atomic-1.1.14-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: atomic-1.1.14-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/atomic/atomic-1.1.14-r1.ebuild,v 1.1 2013/12/27 02:24:09 mrueg Exp $
51
52 EAPI=5
53 # jruby → there is code for this in ext but that requires compiling java.
54 USE_RUBY="ruby18 ruby19 ruby20 ruby21"
55
56 RUBY_FAKEGEM_TASK_DOC=""
57
58 inherit multilib ruby-fakegem
59
60 DESCRIPTION="An atomic reference implementation for JRuby, Rubinius, and MRI"
61 HOMEPAGE="https://github.com/headius/ruby-atomic"
62
63 LICENSE="Apache-2.0"
64 SLOT="0"
65 KEYWORDS="~amd64 ~arm ~hppa ~x86"
66 IUSE=""
67
68 each_ruby_configure() {
69 ${RUBY} -Cext extconf.rb || die
70 }
71
72 each_ruby_compile() {
73 emake V=1 -Cext
74 cp ext/atomic_reference$(get_modname) lib/ || die
75 }