Diff Business-ISMN-1.202.0 with a Business-ISMN-1.203.0

/usr/portage/dev-perl/Business-ISMN/Business-ISMN-1.203.0.ebuild 2023-10-09 14:52:29.820368358 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
DIST_AUTHOR=BDFOY
7
DIST_VERSION=1.202
7
DIST_VERSION=1.203
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="International Standard Music Numbers"
11
LICENSE="Artistic-2"
12 11

  
12
LICENSE="Artistic-2"
13 13
SLOT="0"
14 14
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~riscv ~x86"
15
IUSE="test"
16
RESTRICT="!test? ( test )"
17 15

  
18 16
RDEPEND="
19 17
	>=dev-perl/Tie-Cycle-1.210.0
20 18
	virtual/perl-Scalar-List-Utils
21 19
"
22
BDEPEND="${RDEPEND}
20
BDEPEND="
21
	${RDEPEND}
23 22
	>=virtual/perl-ExtUtils-MakeMaker-6.640.0
24 23
	virtual/perl-File-Spec
25 24
	test? ( >=virtual/perl-Test-Simple-1.0.0 )
26 25
"
26

  
27 27
PERL_RM_FILES=(
28 28
	t/pod.t
29 29
	t/pod_coverage.t
30 30
	t/test_manifest
31 31
)
32

  
32 33
PATCHES=(
33 34
	"${FILESDIR}/${PN}-1.132-no-test-manifest.patch"
34 35
)
Thank you!