Diff async-process-1.3.1 with a async-process-1.4.0
| /usr/portage/dev-ruby/async-process/async-process-1.4.0.ebuild 2026-01-08 10:18:06.002351282 +0300 | ||
|---|---|---|
| 1 |
# Copyright 2022-2024 Gentoo Authors |
|
| 1 |
# Copyright 2022-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
USE_RUBY="ruby31 ruby32 ruby33" |
|
| 6 |
USE_RUBY="ruby32 ruby33 ruby34" |
|
| 7 | 7 | |
| 8 |
RUBY_FAKEGEM_RECIPE_TEST="rspec3" |
|
| 9 |
RUBY_FAKEGEM_EXTRADOC="README.md" |
|
| 8 |
RUBY_FAKEGEM_RECIPE_TEST="sus" |
|
| 9 |
RUBY_FAKEGEM_EXTRADOC="readme.md" |
|
| 10 | 10 |
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
|
| 11 | 11 | |
| 12 | 12 |
inherit ruby-fakegem |
| ... | ... | |
| 18 | 18 |
LICENSE="MIT" |
| 19 | 19 |
SLOT="$(ver_cut 1)" |
| 20 | 20 |
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86" |
| 21 |
IUSE="" |
|
| 21 |
IUSE="test" |
|
| 22 | 22 | |
| 23 |
ruby_add_rdepend "dev-ruby/async |
|
| 24 |
dev-ruby/async-io" |
|
| 23 |
ruby_add_rdepend "dev-ruby/async:2" |
|
| 25 | 24 | |
| 26 | 25 |
ruby_add_bdepend "test? ( |
| 27 |
>=dev-ruby/async-rspec-1.1:1 |
|
| 26 |
dev-ruby/sus-fixtures-async |
|
| 28 | 27 |
)" |
| 29 | 28 | |
| 30 | 29 |
all_ruby_prepare() {
|
| ... | ... | |
| 33 | 32 |
rm gems.rb || die |
| 34 | 33 | |
| 35 | 34 |
# Avoid test dependency on unpackaged covered |
| 36 |
sed -i -e '/covered/ s:^:#:' spec/spec_helper.rb || die |
|
| 35 |
rm -f config/sus.rb || die |
|
| 37 | 36 |
} |