Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PBS-Client/
Date: Sun, 25 Jul 2021 11:16:25
Message-Id: 1627211760.daff26e15c6d31f00d5f254e3750c9598fd3785b.dilfridge@gentoo
1 commit: daff26e15c6d31f00d5f254e3750c9598fd3785b
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 25 10:52:17 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 25 11:16:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daff26e1
7
8 dev-perl/PBS-Client: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../{PBS-Client-0.110.0.ebuild => PBS-Client-0.110.0-r1.ebuild} | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-perl/PBS-Client/PBS-Client-0.110.0.ebuild b/dev-perl/PBS-Client/PBS-Client-0.110.0-r1.ebuild
17 similarity index 85%
18 rename from dev-perl/PBS-Client/PBS-Client-0.110.0.ebuild
19 rename to dev-perl/PBS-Client/PBS-Client-0.110.0-r1.ebuild
20 index d7b6582c72b..f993a0a715b 100644
21 --- a/dev-perl/PBS-Client/PBS-Client-0.110.0.ebuild
22 +++ b/dev-perl/PBS-Client/PBS-Client-0.110.0-r1.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2016 Gentoo Foundation
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=8
30
31 DIST_AUTHOR=KWMAK
32 DIST_SECTION=PBS/Client
33 @@ -12,13 +12,12 @@ DESCRIPTION="Perl interface to submit jobs to PBS (Portable Batch System)"
34
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 -IUSE=""
38
39 RDEPEND="
40 >=virtual/perl-Data-Dumper-2.121.0
41 >=virtual/perl-File-Temp-0.140.0
42 "
43 -DEPEND="
44 +BDEPEND="
45 ${RDEPEND}
46 virtual/perl-ExtUtils-MakeMaker
47 "