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 78B161396D9 for ; Sun, 5 Nov 2017 05:50:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C585BE0C7C; Sun, 5 Nov 2017 05:50:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97FA5E0C7C for ; Sun, 5 Nov 2017 05:50:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01C8933D3C7 for ; Sun, 5 Nov 2017 05:50:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 643DC9572 for ; Sun, 5 Nov 2017 05:50:19 +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: <1509861000.c18b19717f2f46195577027d4f6f22a257cd157e.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/slow_enumerator_tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/slow_enumerator_tools/Manifest dev-ruby/slow_enumerator_tools/metadata.xml dev-ruby/slow_enumerator_tools/slow_enumerator_tools-1.0.0.ebuild X-VCS-Directories: dev-ruby/slow_enumerator_tools/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c18b19717f2f46195577027d4f6f22a257cd157e X-VCS-Branch: master Date: Sun, 5 Nov 2017 05:50:19 +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: 49e1c136-6b95-4d61-ba10-0241ccf5b548 X-Archives-Hash: cb8b64f6963023174005cd1a25b81048 commit: c18b19717f2f46195577027d4f6f22a257cd157e Author: Hans de Graaff gentoo org> AuthorDate: Sun Nov 5 05:50:00 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Nov 5 05:50:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c18b1971 dev-ruby/slow_enumerator_tools: initial import of 1.0.0 New dependency for www-apps/nanoc Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-ruby/slow_enumerator_tools/Manifest | 1 + dev-ruby/slow_enumerator_tools/metadata.xml | 11 +++++++++ .../slow_enumerator_tools-1.0.0.ebuild | 27 ++++++++++++++++++++++ 3 files changed, 39 insertions(+) diff --git a/dev-ruby/slow_enumerator_tools/Manifest b/dev-ruby/slow_enumerator_tools/Manifest new file mode 100644 index 00000000000..57e6c6a8ea8 --- /dev/null +++ b/dev-ruby/slow_enumerator_tools/Manifest @@ -0,0 +1 @@ +DIST slow_enumerator_tools-1.0.0.gem 11264 SHA256 2dedf34d23313fa7e6bad77fc16cd94ccc20f75a3b91b8c9b312b9c40dcb62ff SHA512 d557d913e74f2120e9a91350b5a04314285771b7c943087f943bc6a00dd421e27bd4941052c3cd74e20995ddbaa22ca8e9eb60a240fff54dd66b8e2b16d8c2ce WHIRLPOOL d07ac496fbfba9253b121005bdf0a75459287ec075e01f20bcf65b3f3c27c18099337d8e3fa45b81dcbb823aa48b8e180e14ecbd7247046cfce8d4d683e8ebe6 diff --git a/dev-ruby/slow_enumerator_tools/metadata.xml b/dev-ruby/slow_enumerator_tools/metadata.xml new file mode 100644 index 00000000000..9ec605622c0 --- /dev/null +++ b/dev-ruby/slow_enumerator_tools/metadata.xml @@ -0,0 +1,11 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + ddfreyne/slow_enumerator_tools + + diff --git a/dev-ruby/slow_enumerator_tools/slow_enumerator_tools-1.0.0.ebuild b/dev-ruby/slow_enumerator_tools/slow_enumerator_tools-1.0.0.ebuild new file mode 100644 index 00000000000..9c7b8a34053 --- /dev/null +++ b/dev-ruby/slow_enumerator_tools/slow_enumerator_tools-1.0.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby22 ruby23 ruby24" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +inherit ruby-fakegem + +DESCRIPTION="Transform Ruby enumerators that produce data slowly and unpredictably" +HOMEPAGE="https://github.com/ddfreyne/slow_enumerator_tools/" + +LICENSE="MIT" +SLOT="1" +KEYWORDS="~amd64" +IUSE="" + +all_ruby_prepare() { + sed -i -e '/simplecov/,/SimpleCov.formatter/ s:^:#:' \ + -e '/fuubar/,/^end/ s:^:#:' spec/spec_helper.rb || die + sed -i -e '/Fuubar/d' .rspec || die +}