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 3A27215800A for ; Sat, 19 Aug 2023 05:25:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A0142BC013; Sat, 19 Aug 2023 05:25:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 5DD072BC013 for ; Sat, 19 Aug 2023 05:25:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6E678335C5A for ; Sat, 19 Aug 2023 05:25:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A793CDBC for ; Sat, 19 Aug 2023 05:25:05 +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: <1692422192.a61c005dded07092bf85d8cef0a236fe41064d60.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/vcr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/vcr/Manifest dev-ruby/vcr/vcr-5.1.0.ebuild X-VCS-Directories: dev-ruby/vcr/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: a61c005dded07092bf85d8cef0a236fe41064d60 X-VCS-Branch: master Date: Sat, 19 Aug 2023 05:25:05 +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: 839c42d4-c4e7-49dc-974b-a7fb647805ee X-Archives-Hash: b99bb31f0038c0ce86feff04a9d9653a commit: a61c005dded07092bf85d8cef0a236fe41064d60 Author: Hans de Graaff gentoo org> AuthorDate: Sat Aug 19 05:16:32 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Aug 19 05:16:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a61c005d dev-ruby/vcr: drop 5.1.0 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/vcr/Manifest | 1 - dev-ruby/vcr/vcr-5.1.0.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/dev-ruby/vcr/Manifest b/dev-ruby/vcr/Manifest index b2135841b2fb..ed2bc6336184 100644 --- a/dev-ruby/vcr/Manifest +++ b/dev-ruby/vcr/Manifest @@ -1,3 +1,2 @@ -DIST vcr-5.1.0.tar.gz 150438 BLAKE2B 615a0ce570da29be402f97dcba1ba987c611c73cc9ebc561683333c752d57c1c2f0acae78b42164d8c56f71cded150a93566d45c0c84153bdc3dc8bb37199e4e SHA512 5297e46b1ffe31c3559df57f0af158cb8064ba48b83702ea3bf12eca4c7260bcb71d3df7ae645a3cc14817366992458beb4fd9771c1f98a56835dcd69ff107f9 DIST vcr-6.1.0.tar.gz 153296 BLAKE2B b34fbb88458bca2faef0b7bc801f664eb7b1ed79c09362f0fd1ed25da9d768098721cb45edbf6801cc63d9c78c8d615ef8d468daf5757043cd130de2b7029859 SHA512 62ab8abfe8e0dff391df4e8874bf10315aa58baef1cc28bb60e5fd63a207bb054a3b253dbfc9ad32dfdfe7d832557c262cb0139178fb778b77150def77214a68 DIST vcr-6.2.0.tar.gz 154715 BLAKE2B 5d6054c81106a1498c91a578347d1c092908d98d79e58303b5718620ef699705d33bfa1ea4ea8fd37653298cc18812a84d8125b79ad5fab746277ecf27725afc SHA512 516e7a8acb06872e111f20e07f3b95713a8e2cf7b5f6939ae1b643cafa8e87488a98ee5d0cf1ec0e150c128e19241c2e6d0c4ab8e811584d9f8ed05e8f93a691 diff --git a/dev-ruby/vcr/vcr-5.1.0.ebuild b/dev-ruby/vcr/vcr-5.1.0.ebuild deleted file mode 100644 index e21d84dd7d86..000000000000 --- a/dev-ruby/vcr/vcr-5.1.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby26 ruby27 ruby30" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md CONTRIBUTING.md README.md Upgrade.md" - -RUBY_FAKEGEM_GEMSPEC="vcr.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Records your test suite's HTTP interactions and replay them during test runs" -HOMEPAGE="https://github.com/vcr/vcr/" -SRC_URI="https://github.com/vcr/vcr/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" - -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86" -SLOT="$(ver_cut 1)" -IUSE="json test" - -# Tests require all supported HTTP libraries to be present, and it is -# not possible to avoid some of them without very extensive patches. -RESTRICT="test" - -ruby_add_rdepend "json? ( dev-ruby/multi_json )"