Сравнение rqrcode-2.1.2 с rqrcode-2.2.0
/usr/portage/dev-ruby/rqrcode/rqrcode-2.2.0.ebuild 2023-10-09 14:52:30.456368374 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 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="ruby26 ruby27 ruby30 ruby31" |
|
6 |
USE_RUBY="ruby30 ruby31 ruby32" |
|
7 | 7 | |
8 | 8 |
RUBY_FAKEGEM_EXTRADOC="README.md" |
9 | 9 | |
... | ... | |
16 | 16 |
inherit ruby-fakegem |
17 | 17 | |
18 | 18 |
DESCRIPTION="Library for encoding QR Codes" |
19 |
HOMEPAGE="https://whomwah.github.io/rqrcode/" |
|
19 |
HOMEPAGE="https://whomwah.com/rqrcode/" |
|
20 | 20 |
SRC_URI="https://github.com/whomwah/rqrcode/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
21 | 21 | |
22 | 22 |
LICENSE="MIT" |
... | ... | |
32 | 32 |
all_ruby_prepare() { |
33 | 33 |
sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die |
34 | 34 |
sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die |
35 | ||
36 |
sed -i -e "s:/tmp:${TMPDIR}:" spec/rqrcode/export_png_spec.rb || die |
|
35 | 37 |
} |