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-extras/
Date: Tue, 29 Dec 2015 09:03:48
Message-Id: 1451379618.e41e3c7312060fe3a8ead89469bc6d7ad061ddbe.graaff@gentoo
1 commit: e41e3c7312060fe3a8ead89469bc6d7ad061ddbe
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 29 08:58:39 2015 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 09:00:18 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41e3c73
7
8 dev-ruby/celluloid-extras: add celluloid 0.17.2
9
10 Package-Manager: portage-2.2.24
11
12 dev-ruby/celluloid-extras/Manifest | 1 +
13 .../celluloid-extras-0.20.5.ebuild | 35 ++++++++++++++++++++++
14 dev-ruby/celluloid-extras/metadata.xml | 8 +++++
15 3 files changed, 44 insertions(+)
16
17 diff --git a/dev-ruby/celluloid-extras/Manifest b/dev-ruby/celluloid-extras/Manifest
18 new file mode 100644
19 index 0000000..b239909
20 --- /dev/null
21 +++ b/dev-ruby/celluloid-extras/Manifest
22 @@ -0,0 +1 @@
23 +DIST celluloid-extras-0.20.5.tar.gz 3632 SHA256 ce4c2e5b5e49272b96213bf33804412db984d4bab5b6853440b849100d5d6e52 SHA512 99f78a8f5761d205acc5ec1a2e88889eca59b7c4c979e959f691c60e7700dd06ad72afa88d785451bbf0ec554f6fdb2e7f2fae5870020ad0a6676522832f6767 WHIRLPOOL 0eea8cb5c821d6e29c88d0c8bc64c35a2c3699e53cf2d680c30a97c2e2ccf4fcc870cbfea166b2afb9e027acb13181780f5b33fdcb9d327358917d3fffb84f73
24
25 diff --git a/dev-ruby/celluloid-extras/celluloid-extras-0.20.5.ebuild b/dev-ruby/celluloid-extras/celluloid-extras-0.20.5.ebuild
26 new file mode 100644
27 index 0000000..5790584
28 --- /dev/null
29 +++ b/dev-ruby/celluloid-extras/celluloid-extras-0.20.5.ebuild
30 @@ -0,0 +1,35 @@
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
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
67 diff --git a/dev-ruby/celluloid-extras/metadata.xml b/dev-ruby/celluloid-extras/metadata.xml
68 new file mode 100644
69 index 0000000..2020011
70 --- /dev/null
71 +++ b/dev-ruby/celluloid-extras/metadata.xml
72 @@ -0,0 +1,8 @@
73 +<?xml version="1.0" encoding="UTF-8"?>
74 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
75 +<pkgmetadata>
76 + <herd>ruby</herd>
77 + <upstream>
78 + <remote-id type="github">celluloid/celluloid-extras</remote-id>
79 + </upstream>
80 +</pkgmetadata>