From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DC70C138330 for ; Fri, 14 Oct 2016 14:33:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEB23E0C47; Fri, 14 Oct 2016 14:33:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC13CE0C47 for ; Fri, 14 Oct 2016 14:33:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4130934114A for ; Fri, 14 Oct 2016 14:33:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0118304 for ; Fri, 14 Oct 2016 14:33:14 +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: <1476455585.9e7f5b0a19bd6eb0ff4534602442bd01e3d798f4.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/coolio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/coolio/Manifest dev-ruby/coolio/coolio-1.4.5.ebuild X-VCS-Directories: dev-ruby/coolio/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 9e7f5b0a19bd6eb0ff4534602442bd01e3d798f4 X-VCS-Branch: master Date: Fri, 14 Oct 2016 14:33:14 +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: 5363ce2d-a39c-4d73-a1a1-a3464ee1a4e3 X-Archives-Hash: 4112009a2902bb8bd21f9db679e07b1b commit: 9e7f5b0a19bd6eb0ff4534602442bd01e3d798f4 Author: Hans de Graaff gentoo org> AuthorDate: Fri Oct 14 07:32:41 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Oct 14 14:33:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7f5b0a dev-ruby/coolio: add 1.4.5 Package-Manager: portage-2.3.0 dev-ruby/coolio/Manifest | 1 + dev-ruby/coolio/coolio-1.4.5.ebuild | 63 +++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) diff --git a/dev-ruby/coolio/Manifest b/dev-ruby/coolio/Manifest index 04ad366..151f9f3 100644 --- a/dev-ruby/coolio/Manifest +++ b/dev-ruby/coolio/Manifest @@ -1 +1,2 @@ DIST cool.io-1.4.2.gem 109568 SHA256 29922ff388da1ae2c17432e73dd35af58972dd7596bb5b065f6e158e45b45402 SHA512 fefa4140f4250f776505537abe3e87ce199e7aa5236ec98b92f88df3412a7347751ec0499f801c22eab11c051b4daa3317d161388bf904730d2db8aa98f3362a WHIRLPOOL 08e81de71a9c26fa4f7d6e2a8eba9919a4cffcb49a7875eddd881e7645bc15b1a62b681f736cbd88b05892cf484314af6972cd201236ca58cfc3f112889656f0 +DIST cool.io-1.4.5.gem 109568 SHA256 6182eb0c80ade7757af4a2d9ec4c9db37f38a6e8b073779e466672d9a49faef4 SHA512 80f726f2a8873159d9cbb58d1b354f41d799ec5740e619ac564cbe19f11fe18e858dece26af6cae8637a41c5799cb93b1b07ed13a0b3e0c9c9cb6932542345af WHIRLPOOL 56358a7750431dd6e521597ec824b21ddbaa53258c8865be278097746b20cee5034083a2dbd0b92d8ba70668a5a0d1f274f307ba794a71d8dd990319c89aadee diff --git a/dev-ruby/coolio/coolio-1.4.5.ebuild b/dev-ruby/coolio/coolio-1.4.5.ebuild new file mode 100644 index 00000000..5a4c28e --- /dev/null +++ b/dev-ruby/coolio/coolio-1.4.5.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# iobuffer: -rbx +USE_RUBY="ruby20 ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md" +RUBY_FAKEGEM_NAME="cool.io" + +RUBY_FAKEGEM_GEMSPEC="cool.io.gemspec" + +inherit multilib ruby-fakegem + +DESCRIPTION="A high performance event framework for Ruby which uses the libev C library" +HOMEPAGE="https://coolio.github.com/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND+=" >=dev-libs/libev-4.20" +RDEPEND+=" >=dev-libs/libev-4.20" + +RUBY_PATCHES=( "${PN}-1.1.0-libev.patch" ) + +ruby_add_rdepend ">=dev-ruby/iobuffer-1" + +all_ruby_prepare() { + rm -r Gemfile* ext/libev ext/cool.io/libev.c lib/.gitignore || die + + sed -i -e '/[Bb]undler/d' Rakefile || die + sed -i -e '28i s.add_dependency "iobuffer"' ${RUBY_FAKEGEM_GEMSPEC} || die + sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die + + # Avoid dependency on rake-compiler + sed -i -e '/extensiontask/ s:^:#:' \ + -e '/ExtensionTask/,/^end/ s:^:#:' Rakefile || die + + # Remove specs that require network connectivity + rm -f spec/dns_spec.rb || die + + # Use one address consistently + sed -i -e 's/localhost/127.0.0.1/' spec/{udp_socket,tcp_server,iobuffer}_spec.rb || die + + # Remove specs that fail, possibly due to libev + # incompatibility. Should be investigated but cool.io is no longer + # maintained. + rm -f spec/udp_socket_spec.rb || die +} + +each_ruby_configure() { + ${RUBY} -Cext/cool.io extconf.rb || die +} + +each_ruby_compile() { + emake V=1 -Cext/cool.io + cp ext/cool.io/cool.io_ext$(get_modname) lib/ || die +}