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 CA7EF138334 for ; Sun, 26 May 2019 05:41:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 766F0E0825; Sun, 26 May 2019 05:41:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 49F28E0825 for ; Sun, 26 May 2019 05:41:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BC612344638 for ; Sun, 26 May 2019 05:41:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50CA55D7 for ; Sun, 26 May 2019 05:41:36 +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: <1558849287.c24d574d7a5edb11169fa7b84e7e287c3b834cfc.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-around/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/minitest-around/Manifest dev-ruby/minitest-around/metadata.xml dev-ruby/minitest-around/minitest-around-0.5.0.ebuild X-VCS-Directories: dev-ruby/minitest-around/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c24d574d7a5edb11169fa7b84e7e287c3b834cfc X-VCS-Branch: master Date: Sun, 26 May 2019 05:41:36 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 59c5198d-52ad-4736-bdab-372342f26f38 X-Archives-Hash: 921c4e888dfa146612fa12536af9cf60 commit: c24d574d7a5edb11169fa7b84e7e287c3b834cfc Author: Hans de Graaff gentoo org> AuthorDate: Sun May 26 05:16:01 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun May 26 05:41:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c24d574d dev-ruby/minitest-around: import 0.5.0 from graaff overlay Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-ruby/minitest-around/Manifest | 1 + dev-ruby/minitest-around/metadata.xml | 11 +++++++ .../minitest-around/minitest-around-0.5.0.ebuild | 34 ++++++++++++++++++++++ 3 files changed, 46 insertions(+) diff --git a/dev-ruby/minitest-around/Manifest b/dev-ruby/minitest-around/Manifest new file mode 100644 index 00000000000..b2daff26380 --- /dev/null +++ b/dev-ruby/minitest-around/Manifest @@ -0,0 +1 @@ +DIST minitest-around-0.5.0.gem 11776 BLAKE2B 1b1bacc229252e41412380d95e50ad05f918c13d37e7939f96fa19e4254c7f5222482d0f080355e5a900ff8ef89f768cc527c9b1c2644817e4d46842cbf83140 SHA512 8e57d436d39a41c5a08df6006a5cd46f92550844f01f9b6662918b9ba9536b74f6c83fcaea64180c7e025a1a14d4e037e1b17b84ae395a2b745e58f21ba5c752 diff --git a/dev-ruby/minitest-around/metadata.xml b/dev-ruby/minitest-around/metadata.xml new file mode 100644 index 00000000000..4cbe1280bf7 --- /dev/null +++ b/dev-ruby/minitest-around/metadata.xml @@ -0,0 +1,11 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + splattael/minitest-around + + diff --git a/dev-ruby/minitest-around/minitest-around-0.5.0.ebuild b/dev-ruby/minitest-around/minitest-around-0.5.0.ebuild new file mode 100644 index 00000000000..286620470fb --- /dev/null +++ b/dev-ruby/minitest-around/minitest-around-0.5.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby24 ruby25 ruby26" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Alternative for setup/teardown dance" +HOMEPAGE="https://github.com/splattael/minitest-around" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend "dev-ruby/minitest:5" + +ruby_add_bdepend "test? ( dev-ruby/bundler dev-util/cucumber )" + +all_ruby_prepare() { + sed -i -e '/bump/ s:^:#:' \ + -e '/ls-files/d' \ + -e '/cucumber/ s/,.*$//' minitest-around.gemspec Rakefile || die +} + +each_ruby_test() { + for f in test/*_{test,spec}.rb ; do + ${RUBY} -S rake test:isolated TEST="${f}" || die + done +}