Сравнение puppet_forge-3.2.0 с puppet_forge-4.1.0
/usr/portage/dev-ruby/puppet_forge/puppet_forge-4.1.0.ebuild 2023-10-09 14:52:30.452368374 +0300 | ||
---|---|---|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 |
USE_RUBY="ruby27 ruby30 ruby31" |
|
5 |
USE_RUBY="ruby31" |
|
6 | 6 | |
7 | 7 |
RUBY_FAKEGEM_RECIPE_TEST="rspec3" |
8 | 8 | |
... | ... | |
16 | 16 |
HOMEPAGE="https://github.com/puppetlabs/forge-ruby" |
17 | 17 | |
18 | 18 |
LICENSE="Apache-2.0" |
19 |
SLOT="2" |
|
20 |
KEYWORDS="amd64" |
|
19 |
SLOT="$(ver_cut 1)" |
|
20 |
KEYWORDS="~amd64" |
|
21 | 21 |
IUSE="" |
22 | 22 | |
23 | 23 |
ruby_add_rdepend " |
24 |
>=dev-ruby/faraday-1.3:1 |
|
25 |
dev-ruby/faraday_middleware:1 |
|
24 |
dev-ruby/faraday:2 |
|
25 |
>=dev-ruby/faraday-follow_redirects-0.3.0:0.3 |
|
26 | 26 |
dev-ruby/minitar |
27 | 27 |
=dev-ruby/semantic_puppet-1* |
28 | 28 |
" |
... | ... | |
33 | 33 | |
34 | 34 |
sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die |
35 | 35 | |
36 |
sed -i -e '1igem "faraday", "<2"' spec/spec_helper.rb || die |
|
36 |
# Avoid specs that are broken when typhoeus is installed |
|
37 |
rm -f spec/unit/forge/connection_spec.rb spec/unit/forge/v3/{base,release}_spec.rb || die |
|
37 | 38 |
} |