bundler: bump stable

This commit is contained in:
Anton Bolshakov 2023-01-16 11:21:44 +08:00
parent 06b23c12dc
commit 42cfb6dfb7
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
3 changed files with 35 additions and 2 deletions

View file

@ -1 +1,2 @@
DIST bundler-2.1.4.gem 396800 BLAKE2B f770bd63255df09a20160369dc64e8923e996fb5ea4c11ee763d9a88e5fba142277ccd677861e3c0494b99a36261d5e7bdfb9c40c2abb76322061542f95b8505 SHA512 6c870061a78e17d97a9219433c7ef8fbf1112de17d0e0f3d8b6db1a518318528e3803184278412aabe65008e93f451ffa59465062856918ef488f9438399eff6
DIST bundler-2.2.33.gem 401920 BLAKE2B bfdb62c86449683d479f735ff6d65d33576ff03f1d67f6001c46839111ee3c1307db86c9d02f050c2290b1d2e3133da1010ab9d1012aa0ee4c207148ff913aac SHA512 8ac6bc00eb7a206fbd4e0d0de5d636583f48006b51352e50896230afba1098aeae2418694c8592f73af02612fe8e10dacd71b79804b724fad7633b23c81f1d14

View file

@ -0,0 +1,32 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_RUBY="ruby27 ruby30 ruby31"
# The specs require a number of gems to be installed in a temporary
# directory, but this requires network access. They also don't work
# when run with a path that contains "-".
RUBY_FAKEGEM_RECIPE_TEST="none"
# No documentation task
RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
RUBY_FAKEGEM_BINDIR="exe"
inherit ruby-fakegem
DESCRIPTION="An easy way to vendor gem dependencies"
HOMEPAGE="https://github.com/carlhuda/bundler"
LICENSE="MIT"
SLOT="$(ver_cut 1)"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc test"
ruby_add_rdepend virtual/rubygems
RDEPEND+=" dev-vcs/git !<dev-ruby/bundler-1.17.3-r1:0"
PATCHES=("${FILESDIR}/nosudo.patch")

View file

@ -52,8 +52,8 @@ dev-lang/ruby:2.5
dev-ruby/activesupport:6.1
#disable sudo
#https://github.com/rubygems/rubygems/issues/4031
>dev-ruby/bundler-2.1.4-r1
# https://github.com/rubygems/rubygems/issues/4031
>dev-ruby/bundler-2.2.33-r1
#transition from pycrypto to pycryptodome
dev-python/pycrypto