Сравнение rmagick-5.2.0 с rmagick-5.3.0
/usr/portage/dev-ruby/rmagick/rmagick-5.3.0.ebuild 2023-10-09 14:52:30.456368374 +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 ruby32" |
|
5 |
USE_RUBY="ruby30 ruby31 ruby32" |
|
6 | 6 | |
7 | 7 |
RUBY_FAKEGEM_RECIPE_TEST="rspec3" |
8 | 8 | |
... | ... | |
29 | 29 |
IUSE="doc" |
30 | 30 | |
31 | 31 |
RDEPEND+=" >=media-gfx/imagemagick-6.9.0:=" |
32 |
DEPEND+=" >=media-gfx/imagemagick-6.9.0 test? ( >=media-gfx/imagemagick-7.1.0:=[jpeg,lqr,lcms,postscript,tiff,webp] )" |
|
32 |
DEPEND+=" >=media-gfx/imagemagick-6.9.0 test? ( >=media-gfx/imagemagick-7.1.0:=[jpeg,lqr,lcms,postscript,tiff,webp] media-fonts/dejavu )" |
|
33 | 33 | |
34 | 34 |
ruby_add_bdepend "dev-ruby/pkg-config" |
35 | 35 | |
... | ... | |
39 | 39 |
sed -i -e '/extensiontask/ s:^:#:' \ |
40 | 40 |
-e '/ExtensionTask/,/end/ s:^:#:' \ |
41 | 41 |
-e '/compile/ s:^:#:' Rakefile || die |
42 |
sed -i -e '/pry/ s:^:#:' spec/spec_helper.rb || die |
|
42 |
sed -i -e '/pry/ s:^:#:' -e '5irequire "tempfile"' spec/spec_helper.rb || die |
|
43 | 43 |
sed -i -e 's/git ls-files/find */' ${RUBY_FAKEGEM_GEMSPEC} || die |
44 | 44 | |
45 | 45 |
# Squelch harmless warning about imagemagick installation. |