Diff Calendar-Simple-2.0.1 with a Calendar-Simple-2.0.3

/usr/portage/dev-perl/Calendar-Simple/Calendar-Simple-2.0.3.ebuild 2023-10-09 14:52:29.824368359 +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
EAPI=7
4
EAPI=8
5 5

  
6 6
DIST_AUTHOR=DAVECROSS
7
DIST_VERSION=v2.0.1
7
DIST_VERSION=v2.0.3
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Perl extension to create simple calendars"
11 11

  
12 12
SLOT="0"
13 13
KEYWORDS="amd64 ~hppa ~ppc ~riscv x86"
14
IUSE="minimal test"
15
RESTRICT="!test? ( test )"
14
IUSE="minimal"
16 15

  
17 16
RDEPEND="
18 17
	virtual/perl-Carp
......
21 20
		dev-perl/DateTime
22 21
	)
23 22
"
24
BDEPEND="${RDEPEND}
23
BDEPEND="
24
	${RDEPEND}
25 25
	>=dev-perl/Module-Build-0.420.0
26 26
	test? ( virtual/perl-Test-Simple )
27 27
"
Thank you!