mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-ruby/vcr: add 6.4.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST vcr-6.3.1.tar.gz 155338 BLAKE2B 2ce48ae9abcec56a5e55f03f53dcceff9dabfa119ee8dfd2aa7a483b048cb8ebe60c6a39436ac639e1a94b11119369ba43b4531d99538f854e3a2f213def56c0 SHA512 903132c5686c086069875209ebdf4bc1251725567dbeab6a62b35a6091f2231446c26455ba5409d2ad3f67b04695cf8f48abf2496df0b90d3462d8a47aeba890
|
||||
DIST vcr-6.4.0.tar.gz 258633 BLAKE2B f347d7a1756b204851fc0ff2464de66a75d160c0578f34e5c1dc54b6057276aafeba5bdfc270715f020ae389742ebc1bd7e33bab797803c44114a74d42a2e824 SHA512 95afe781d5147b71882273c3788a67d30b27a8590b88e596fa1abdc580d33f8d605371cb0f9b065a6d853c68bc7ead0e5d5e228528def8dbda92b62af3ffca8b
|
||||
|
||||
29
dev-ruby/vcr/vcr-6.4.0.ebuild
Normal file
29
dev-ruby/vcr/vcr-6.4.0.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
USE_RUBY="ruby32 ruby33 ruby34"
|
||||
|
||||
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"
|
||||
|
||||
SLOT="$(ver_cut 1)"
|
||||
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86"
|
||||
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/json )
|
||||
"
|
||||
Reference in New Issue
Block a user