Сравнение net-imap-0.3.4 с net-imap-0.3.6

/usr/portage/dev-ruby/net-imap/net-imap-0.3.6.ebuild 2023-10-09 14:52:30.448368374 +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_BINWRAP=""
8 8
RUBY_FAKEGEM_EXTRADOC="README.md"
......
12 12

  
13 13
DESCRIPTION="Ruby client api for Internet Message Access Protocol"
14 14
HOMEPAGE="https://github.com/ruby/net-imap"
15
SRC_URI="https://github.com/ruby/net-imap/archive/v${PV}.tar.gz -> ${P}.tar.gz
16
	test? ( https://www.rfc-editor.org/rfc/rfc3454.txt )"
15
SRC_URI="https://github.com/ruby/net-imap/archive/v${PV}.tar.gz -> ${P}.tar.gz"
17 16

  
18 17
LICENSE="BSD-2"
19 18
SLOT="0"
20
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
19
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
21 20
IUSE=""
22 21

  
23 22
ruby_add_rdepend "
......
32 31
		-e 's/__FILE__/"'${RUBY_FAKEGEM_GEMSPEC}'"/' \
33 32
		-e 's/git ls-files -z/find * -print0/' \
34 33
		-i ${RUBY_FAKEGEM_GEMSPEC} || die
35

  
36
	if use test ; then
37
		mkdir rfcs || die
38
		cp "${DISTDIR}/rfc3454.txt" rfcs/ || die
39
	fi
40 34
}
Спасибо!