dev-ruby/celluloid-pool: add celluloid 0.17.2

Package-Manager: portage-2.2.24
This commit is contained in:
Hans de Graaff
2015-12-29 09:58:50 +01:00
parent d4e0bee399
commit 40052f16f4
3 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST celluloid-pool-0.20.5.tar.gz 8796 SHA256 9ced0aab473b73044e0d8eccb7524e5865d92a2add9db917585792a721c80f76 SHA512 6bded1ee7bfeaebddd49af9c5d72d078da9ebd6817cebd6124f95c0303e20ea31417930e71680e9d75bd0ce21689e7b409cd13132d8f802d51b9eced67a79ae5 WHIRLPOOL b5309229f8667ee747ad5c07438b22460ebd87b525a154ad05239f87cd500c7f8d6c0f1dd5922fd396e946c78082c348b337256ac3e2de5f4bf2d0cc318191cc

View File

@@ -0,0 +1,38 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
USE_RUBY="ruby20 ruby21"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
inherit ruby-fakegem
DESCRIPTION="Provides a simple and natural way to build fault-tolerant concurrent programs"
HOMEPAGE="https://github.com/celluloid/celluloid"
SRC_URI="https://github.com/celluloid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
IUSE=""
SLOT="0"
LICENSE="MIT"
KEYWORDS="~amd64"
ruby_add_rdepend "
>=dev-ruby/timers-4.1.1"
ruby_add_bdepend "test? (
>=dev-ruby/celluloid-0.17.2
dev-ruby/dotenv
dev-ruby/nenv
dev-ruby/rspec-retry
)"
all_ruby_prepare() {
sed -i -e '/[Bb]undler/d' -e '/coveralls/I s:^:#:' spec/spec_helper.rb || die
sed -i -e '1irequire "pathname"' spec/spec_helper.rb || die
sed -i -e "s:log/test.log:${TMPDIR}/test.log:" .env-dev || die
}

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>ruby</herd>
<upstream>
<remote-id type="github">celluloid/celluloid-pool</remote-id>
</upstream>
</pkgmetadata>