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 B1212138335 for ; Fri, 11 Oct 2019 12:11:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EAC5E07A5; Fri, 11 Oct 2019 12:11:34 +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 682E2E07A5 for ; Fri, 11 Oct 2019 12:11:34 +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 8F63E34BB4B for ; Fri, 11 Oct 2019 12:11:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC44283F for ; Fri, 11 Oct 2019 12:11:30 +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: <1570795886.09e487b619abcc0d825b0883435e77faa5b63ef4.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-stubbed_env/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rspec-stubbed_env/Manifest dev-ruby/rspec-stubbed_env/metadata.xml dev-ruby/rspec-stubbed_env/rspec-stubbed_env-1.0.0.ebuild X-VCS-Directories: dev-ruby/rspec-stubbed_env/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 09e487b619abcc0d825b0883435e77faa5b63ef4 X-VCS-Branch: master Date: Fri, 11 Oct 2019 12:11:30 +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: d7ec6ad4-a1d7-4ced-8658-5fc35084e2c2 X-Archives-Hash: 7aeac15eb62dc1fff42a3f50a5ce0491 commit: 09e487b619abcc0d825b0883435e77faa5b63ef4 Author: Hans de Graaff gentoo org> AuthorDate: Fri Oct 11 05:52:14 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Oct 11 12:11:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e487b6 dev-ruby/rspec-stubbed_env: initial import of 1.0.0 New dependency for dev-ruby/oauth2 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/rspec-stubbed_env/Manifest | 1 + dev-ruby/rspec-stubbed_env/metadata.xml | 11 +++++++++++ .../rspec-stubbed_env-1.0.0.ebuild | 23 ++++++++++++++++++++++ 3 files changed, 35 insertions(+) diff --git a/dev-ruby/rspec-stubbed_env/Manifest b/dev-ruby/rspec-stubbed_env/Manifest new file mode 100644 index 00000000000..59a169465bd --- /dev/null +++ b/dev-ruby/rspec-stubbed_env/Manifest @@ -0,0 +1 @@ +DIST rspec-stubbed_env-1.0.0.gem 11264 BLAKE2B 1f00ef85dc0677a35814d2bb6a59e8c836cf08bda2de024f9cf7f8d4696a409ef286d72303428854cb7ca59a7c479a89c731d7e412cd97ae6fae0edaafa84d1e SHA512 e4624614852674035d2c0a7b426d9aa62d8f621a7e52c4f79410ac9e3f833980f50530a7f7da7241c763ec92926bf87bf0be2d2dab4200faa9a17eaacd404640 diff --git a/dev-ruby/rspec-stubbed_env/metadata.xml b/dev-ruby/rspec-stubbed_env/metadata.xml new file mode 100644 index 00000000000..27e6798260a --- /dev/null +++ b/dev-ruby/rspec-stubbed_env/metadata.xml @@ -0,0 +1,11 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + pboling/rspec-stubbed_env + + diff --git a/dev-ruby/rspec-stubbed_env/rspec-stubbed_env-1.0.0.ebuild b/dev-ruby/rspec-stubbed_env/rspec-stubbed_env-1.0.0.ebuild new file mode 100644 index 00000000000..bb28761c8bd --- /dev/null +++ b/dev-ruby/rspec-stubbed_env/rspec-stubbed_env-1.0.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby24 ruby25 ruby26" + +# Gem does not contain tests and upstream releases are not tagged +RUBY_FAKEGEM_RECIPE_TEST="none" +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_BINWRAP="" + +inherit ruby-fakegem + +DESCRIPTION="Stub environment variables in a scoped context for testing" +HOMEPAGE="https://github.com/pboling/rspec-stubbed_env" +IUSE="" +SLOT="1" + +LICENSE="MIT" +KEYWORDS="~amd64" + +ruby_add_rdepend ">=dev-ruby/rspec-3.0"