Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/celluloid-pool/
Date: Tue, 29 Dec 2015 09:03:50
Message-Id: 1451379625.40052f16f41e99fca8f10f6e2fc0d47ddbdd47a4.graaff@gentoo
1 commit: 40052f16f41e99fca8f10f6e2fc0d47ddbdd47a4
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 29 08:58:50 2015 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 09:00:25 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40052f16
7
8 dev-ruby/celluloid-pool: add celluloid 0.17.2
9
10 Package-Manager: portage-2.2.24
11
12 dev-ruby/celluloid-pool/Manifest | 1 +
13 .../celluloid-pool/celluloid-pool-0.20.5.ebuild | 38 ++++++++++++++++++++++
14 dev-ruby/celluloid-pool/metadata.xml | 8 +++++
15 3 files changed, 47 insertions(+)
16
17 diff --git a/dev-ruby/celluloid-pool/Manifest b/dev-ruby/celluloid-pool/Manifest
18 new file mode 100644
19 index 0000000..7766954
20 --- /dev/null
21 +++ b/dev-ruby/celluloid-pool/Manifest
22 @@ -0,0 +1 @@
23 +DIST celluloid-pool-0.20.5.tar.gz 8796 SHA256 9ced0aab473b73044e0d8eccb7524e5865d92a2add9db917585792a721c80f76 SHA512 6bded1ee7bfeaebddd49af9c5d72d078da9ebd6817cebd6124f95c0303e20ea31417930e71680e9d75bd0ce21689e7b409cd13132d8f802d51b9eced67a79ae5 WHIRLPOOL b5309229f8667ee747ad5c07438b22460ebd87b525a154ad05239f87cd500c7f8d6c0f1dd5922fd396e946c78082c348b337256ac3e2de5f4bf2d0cc318191cc
24
25 diff --git a/dev-ruby/celluloid-pool/celluloid-pool-0.20.5.ebuild b/dev-ruby/celluloid-pool/celluloid-pool-0.20.5.ebuild
26 new file mode 100644
27 index 0000000..39eb453
28 --- /dev/null
29 +++ b/dev-ruby/celluloid-pool/celluloid-pool-0.20.5.ebuild
30 @@ -0,0 +1,38 @@
31 +# Copyright 1999-2015 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=5
36 +USE_RUBY="ruby20 ruby21"
37 +
38 +RUBY_FAKEGEM_RECIPE_TEST="rspec3"
39 +RUBY_FAKEGEM_TASK_DOC=""
40 +RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
41 +
42 +inherit ruby-fakegem
43 +
44 +DESCRIPTION="Provides a simple and natural way to build fault-tolerant concurrent programs"
45 +HOMEPAGE="https://github.com/celluloid/celluloid"
46 +SRC_URI="https://github.com/celluloid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
47 +IUSE=""
48 +SLOT="0"
49 +
50 +LICENSE="MIT"
51 +KEYWORDS="~amd64"
52 +
53 +ruby_add_rdepend "
54 + >=dev-ruby/timers-4.1.1"
55 +
56 +ruby_add_bdepend "test? (
57 + >=dev-ruby/celluloid-0.17.2
58 + dev-ruby/dotenv
59 + dev-ruby/nenv
60 + dev-ruby/rspec-retry
61 +)"
62 +
63 +all_ruby_prepare() {
64 + sed -i -e '/[Bb]undler/d' -e '/coveralls/I s:^:#:' spec/spec_helper.rb || die
65 +
66 + sed -i -e '1irequire "pathname"' spec/spec_helper.rb || die
67 + sed -i -e "s:log/test.log:${TMPDIR}/test.log:" .env-dev || die
68 +}
69
70 diff --git a/dev-ruby/celluloid-pool/metadata.xml b/dev-ruby/celluloid-pool/metadata.xml
71 new file mode 100644
72 index 0000000..8f11e10
73 --- /dev/null
74 +++ b/dev-ruby/celluloid-pool/metadata.xml
75 @@ -0,0 +1,8 @@
76 +<?xml version="1.0" encoding="UTF-8"?>
77 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
78 +<pkgmetadata>
79 + <herd>ruby</herd>
80 + <upstream>
81 + <remote-id type="github">celluloid/celluloid-pool</remote-id>
82 + </upstream>
83 +</pkgmetadata>