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: metadata.xml ChangeLog thread_safe-0.1.0.ebuild
Date: Wed, 26 Dec 2012 20:18:46
Message-Id: 20121226201836.3F13C2171D@flycatcher.gentoo.org
1 graaff 12/12/26 20:18:36
2
3 Added: metadata.xml ChangeLog thread_safe-0.1.0.ebuild
4 Log:
5 Initial import. Dependency for forthcoming dev-ruby/rails:4.
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
8
9 Revision Changes Path
10 1.1 dev-ruby/thread_safe/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>ruby</herd>
21 </pkgmetadata>
22
23
24
25 1.1 dev-ruby/thread_safe/ChangeLog
26
27 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?rev=1.1&content-type=text/plain
29
30 Index: ChangeLog
31 ===================================================================
32 # ChangeLog for dev-ruby/thread_safe
33 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
34 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v 1.1 2012/12/26 20:18:36 graaff Exp $
35
36 *thread_safe-0.1.0 (26 Dec 2012)
37
38 26 Dec 2012; Hans de Graaff <graaff@g.o> +thread_safe-0.1.0.ebuild,
39 +metadata.xml:
40 Initial import. Dependency for forthcoming dev-ruby/rails:4.
41
42
43
44
45 1.1 dev-ruby/thread_safe/thread_safe-0.1.0.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.1.0.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.1.0.ebuild?rev=1.1&content-type=text/plain
49
50 Index: thread_safe-0.1.0.ebuild
51 ===================================================================
52 # Copyright 1999-2012 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.1.0.ebuild,v 1.1 2012/12/26 20:18:36 graaff Exp $
55
56 EAPI=4
57 # jruby → there is code for this in ext but that requires compiling java.
58 # ruby18 → test errors, unclear if this works with ruby18.
59 USE_RUBY="ruby19"
60
61 RUBY_FAKEGEM_TASK_DOC=""
62
63 RUBY_FAKEGEM_EXTRADOC="README.md"
64
65 inherit ruby-fakegem
66
67 DESCRIPTION="A collection of thread-safe versions of common core Ruby classes"
68 HOMEPAGE="https://github.com/headius/thread_safe"
69
70 LICENSE="Apache-2.0"
71 SLOT="0"
72 KEYWORDS="~amd64"
73 IUSE=""