From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9E7811388C1 for ; Tue, 29 Dec 2015 09:03:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 449C221C01D; Tue, 29 Dec 2015 09:03:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80CD921C01D for ; Tue, 29 Dec 2015 09:03:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 865F5340756 for ; Tue, 29 Dec 2015 09:03:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57714CF5 for ; Tue, 29 Dec 2015 09:03:05 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1451379610.b242d24e7c1701acaa1ed389eb913cb7d234333d.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/celluloid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/celluloid/Manifest dev-ruby/celluloid/celluloid-0.17.2.ebuild X-VCS-Directories: dev-ruby/celluloid/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: b242d24e7c1701acaa1ed389eb913cb7d234333d X-VCS-Branch: master Date: Tue, 29 Dec 2015 09:03:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 83f4206b-c5ff-4d1d-8000-5061f86dd4bc X-Archives-Hash: 82ba37387be61378a0de74de5c8c7d02 commit: b242d24e7c1701acaa1ed389eb913cb7d234333d Author: Hans de Graaff gentoo org> AuthorDate: Tue Dec 29 08:56:48 2015 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Dec 29 09:00:10 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b242d24e dev-ruby/celluloid: add celluloid 0.17.2 Package-Manager: portage-2.2.24 dev-ruby/celluloid/Manifest | 1 + dev-ruby/celluloid/celluloid-0.17.2.ebuild | 45 ++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/dev-ruby/celluloid/Manifest b/dev-ruby/celluloid/Manifest index c966cb2..552175d 100644 --- a/dev-ruby/celluloid/Manifest +++ b/dev-ruby/celluloid/Manifest @@ -1 +1,2 @@ DIST celluloid-0.16.0-git.tgz 63859 SHA256 3f5d5be010c97b9a0a3a21008a0ad9880729e23cfda100b5df174279d427f338 SHA512 b1acc0daf35b16c086d720fccec93519de609e6c9e8f411ed70c48f3cfcb0c88f5ee665ac41e4a535e00eef112cae26ca2e8ab6b6de4738e13ed50579098d8ed WHIRLPOOL a9d583ff8495c978e3d042df781ae5ced30a97eea8b401bd8c763aa75c7f72cf0de49e1a131345ff1e991f4303745c58b491cd413e7cb6b287d8a5df85de254d +DIST celluloid-0.17.2.gem 61440 SHA256 3de97f755dcd890a8b5a923d237c6730c20200159fb0940508c50d8714d128ad SHA512 9203cadbcae2b1d5f7e197e9aa682d0077e007ab9d2140ed4d65657c3d63e27382f0c53dff3de6dc4fb6afec592b3a093b9aaa53c27a69cafc093c713ffde771 WHIRLPOOL adf6ff49a4d10e7123c530878608c87aa0c0de58c892bd616ac1402e1c95d3f7549a2d8b5b35a5c3a657fc2162ae1decc8f4faf48dfa6110f793d53d5c418994 diff --git a/dev-ruby/celluloid/celluloid-0.17.2.ebuild b/dev-ruby/celluloid/celluloid-0.17.2.ebuild new file mode 100644 index 0000000..e892470 --- /dev/null +++ b/dev-ruby/celluloid/celluloid-0.17.2.ebuild @@ -0,0 +1,45 @@ +# 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" +# Needed by packages writing specs for celluloid +RUBY_FAKEGEM_EXTRAINSTALL="spec" +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" +IUSE="" +SLOT="0" + +LICENSE="MIT" +KEYWORDS="~amd64" + +ruby_add_rdepend " + dev-ruby/celluloid-essentials + dev-ruby/celluloid-extras + dev-ruby/celluloid-fsm + dev-ruby/celluloid-pool + dev-ruby/celluloid-supervision + >=dev-ruby/timers-4.1.1" + +ruby_add_bdepend "test? ( + 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 "spec_helper"' spec/celluloid/actor/system_spec.rb || die + + sed -i -e '1irequire "pathname"' spec/spec_helper.rb || die + mkdir log || die +}