Diff Business-ISSN-1.4.0 with a Business-ISSN-1.5.0

/usr/portage/dev-perl/Business-ISSN/Business-ISSN-1.5.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.004
7
DIST_VERSION=1.005
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Object and functions to work with International Standard Serial 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
	virtual/perl-Exporter
20 18
"
21
BDEPEND="${RDEPEND}
19
BDEPEND="
20
	${RDEPEND}
22 21
	>=virtual/perl-ExtUtils-MakeMaker-6.640.0
23 22
	virtual/perl-File-Spec
24 23
	test? (
25 24
		>=virtual/perl-Test-Simple-1.0.0
26 25
	)
27 26
"
27

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

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