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/VM-EC2/
Date: Sat, 02 Oct 2021 15:50:04
Message-Id: 1633189787.16664a0651a73c388d8f9594ff38e75a75a419f8.dilfridge@gentoo
1 commit: 16664a0651a73c388d8f9594ff38e75a75a419f8
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 2 15:49:04 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 15:49:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16664a06
7
8 dev-perl/VM-EC2: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.26, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../VM-EC2/{VM-EC2-1.280.0.ebuild => VM-EC2-1.280.0-r1.ebuild} | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-perl/VM-EC2/VM-EC2-1.280.0.ebuild b/dev-perl/VM-EC2/VM-EC2-1.280.0-r1.ebuild
17 similarity index 89%
18 rename from dev-perl/VM-EC2/VM-EC2-1.280.0.ebuild
19 rename to dev-perl/VM-EC2/VM-EC2-1.280.0-r1.ebuild
20 index 533e7ec0c2b..f1e97214272 100644
21 --- a/dev-perl/VM-EC2/VM-EC2-1.280.0.ebuild
22 +++ b/dev-perl/VM-EC2/VM-EC2-1.280.0-r1.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2015 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=LDS
32 DIST_VERSION=1.28
33 @@ -11,7 +11,6 @@ DESCRIPTION="Interface to Amazon EC2, VPC, ELB, Autoscaling, and Relational DB s
34
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 -IUSE=""
38
39 RDEPEND="
40 >=dev-perl/AnyEvent-7.40.0
41 @@ -26,6 +25,6 @@ RDEPEND="
42 >=dev-perl/URI-1.690.0
43 >=dev-perl/XML-Simple-2.180.0
44 "
45 -DEPEND="${RDEPEND}
46 +BDEPEND="${RDEPEND}
47 dev-perl/Module-Build
48 "