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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA139158094 for ; Mon, 11 Jul 2022 06:42:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F12FE09D1; Mon, 11 Jul 2022 06:42:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB45EE09D1 for ; Mon, 11 Jul 2022 06:42:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00E883410A5 for ; Mon, 11 Jul 2022 06:42:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 340D24EC for ; Mon, 11 Jul 2022 06:42:53 +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: <1657521769.b743d3bc496144f66c1c24d9ec17a76af655a105.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-ci-environment/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cucumber-ci-environment/Manifest dev-util/cucumber-ci-environment/cucumber-ci-environment-9.0.4.ebuild dev-util/cucumber-ci-environment/metadata.xml X-VCS-Directories: dev-util/cucumber-ci-environment/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: b743d3bc496144f66c1c24d9ec17a76af655a105 X-VCS-Branch: master Date: Mon, 11 Jul 2022 06:42:53 +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: f14199d3-7d69-49c2-8f23-0612522be40e X-Archives-Hash: 135e46552f97139027d6e7bc766061c1 commit: b743d3bc496144f66c1c24d9ec17a76af655a105 Author: Hans de Graaff gentoo org> AuthorDate: Mon Jul 11 06:09:31 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Jul 11 06:42:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b743d3bc dev-util/cucumber-ci-environment: new package, add 9.0.4 New dependency for dev-util/cucumber Signed-off-by: Hans de Graaff gentoo.org> dev-util/cucumber-ci-environment/Manifest | 1 + .../cucumber-ci-environment-9.0.4.ebuild | 17 +++++++++++++++++ dev-util/cucumber-ci-environment/metadata.xml | 10 ++++++++++ 3 files changed, 28 insertions(+) diff --git a/dev-util/cucumber-ci-environment/Manifest b/dev-util/cucumber-ci-environment/Manifest new file mode 100644 index 000000000000..ca0f17e4f201 --- /dev/null +++ b/dev-util/cucumber-ci-environment/Manifest @@ -0,0 +1 @@ +DIST cucumber-ci-environment-9.0.4.gem 9216 BLAKE2B f7758051d9e990b7b25b4dbbe4448c083630855619d11a4262740ca2bb2c85d659aeff95c889d179b22a8cb2831659b4cb86bf04d253a451749565e263244eae SHA512 be130abb5227a17308bdd2792e84d509a2ad64e1b19030bde254ceac607ebea5374f94dde80d9cce01be125a01356f12bc70b1884df149d6e1a7bc43651710df diff --git a/dev-util/cucumber-ci-environment/cucumber-ci-environment-9.0.4.ebuild b/dev-util/cucumber-ci-environment/cucumber-ci-environment-9.0.4.ebuild new file mode 100644 index 000000000000..8a6e1e11317a --- /dev/null +++ b/dev-util/cucumber-ci-environment/cucumber-ci-environment-9.0.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby26 ruby27 ruby30 ruby31" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +inherit ruby-fakegem + +DESCRIPTION="Detect CI Environment from environment variables" +HOMEPAGE="https://cucumber.io/" +LICENSE="MIT" + +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +SLOT="$(ver_cut 1)" +IUSE="test" diff --git a/dev-util/cucumber-ci-environment/metadata.xml b/dev-util/cucumber-ci-environment/metadata.xml new file mode 100644 index 000000000000..ecbd8c460ae2 --- /dev/null +++ b/dev-util/cucumber-ci-environment/metadata.xml @@ -0,0 +1,10 @@ + + + + + graaff@gentoo.org + + + aslakhellesoy/cucumber + +