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-supervision/
Date: Tue, 29 Dec 2015 09:03:51
Message-Id: 1451379615.c5a80dde8c63296268ba4033e60db65d80fadcd8.graaff@gentoo
1 commit: c5a80dde8c63296268ba4033e60db65d80fadcd8
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 29 08:58:34 2015 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 09:00:15 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a80dde
7
8 dev-ruby/celluloid-supervision: add celluloid 0.17.2
9
10 Package-Manager: portage-2.2.24
11
12 dev-ruby/celluloid-supervision/Manifest | 1 +
13 .../celluloid-supervision-0.20.5.ebuild | 38 ++++++++++++++++++++++
14 dev-ruby/celluloid-supervision/metadata.xml | 8 +++++
15 3 files changed, 47 insertions(+)
16
17 diff --git a/dev-ruby/celluloid-supervision/Manifest b/dev-ruby/celluloid-supervision/Manifest
18 new file mode 100644
19 index 0000000..716d71c
20 --- /dev/null
21 +++ b/dev-ruby/celluloid-supervision/Manifest
22 @@ -0,0 +1 @@
23 +DIST celluloid-supervision-0.20.5.tar.gz 16404 SHA256 503dad4bbda90f8c6d0a092f128fa68f48ab24b8fc7707baa38bd208b65af5ea SHA512 0fca953b6ade756574040b8e34e8ac4ea3d392628a9fb14a8d52f39ca3f92371e335520b673dec8fc9a4a44a208b38f51c9c23e2218510078ded64c903533bc8 WHIRLPOOL 665a4594e1cb063d7895cb1abd428518cb8b63d4127571854a372ddbd4955957ee04a838e1d1622197e109bb23a268b75a040b559240df7c25261324e2f2199f
24
25 diff --git a/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.5.ebuild b/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.5.ebuild
26 new file mode 100644
27 index 0000000..39eb453
28 --- /dev/null
29 +++ b/dev-ruby/celluloid-supervision/celluloid-supervision-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-supervision/metadata.xml b/dev-ruby/celluloid-supervision/metadata.xml
71 new file mode 100644
72 index 0000000..c996e6b
73 --- /dev/null
74 +++ b/dev-ruby/celluloid-supervision/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-supervision</remote-id>
82 + </upstream>
83 +</pkgmetadata>