Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ec2-ami-tools/
Date: Thu, 11 Feb 2021 02:44:09
Message-Id: 1613010396.4674ce01b85b8ae37be93d4e9ee972897e376e64.sam@gentoo
1 commit: 4674ce01b85b8ae37be93d4e9ee972897e376e64
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 11 02:26:36 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 11 02:26:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4674ce01
7
8 app-admin/ec2-ami-tools: port to EAPI 7
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild | 11 +++++------
14 1 file changed, 5 insertions(+), 6 deletions(-)
15
16 diff --git a/app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild b/app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild
17 index 6d52ba74c16..26b313cc330 100644
18 --- a/app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild
19 +++ b/app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild
20 @@ -1,18 +1,17 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI="6"
26 +EAPI=7
27
28 USE_RUBY="ruby24 ruby25 ruby26"
29 -
30 -inherit ruby-single versionator
31 +inherit ruby-single
32
33 DESCRIPTION="Command-line tools that serve as client interface to the Amazon EC2 web service"
34 HOMEPAGE="https://aws.amazon.com/en/tools/"
35 SRC_URI="http://s3.amazonaws.com/ec2-downloads/${P}.zip"
36
37 LICENSE="Amazon
38 - || ( Ruby GPL-2 )"
39 +|| ( Ruby GPL-2 )"
40 SLOT="0"
41 KEYWORDS="~amd64 ~x86"
42
43 @@ -27,7 +26,7 @@ src_prepare() {
44 # Remove a left behind license file.
45 rm -f lib/ec2/oem/LICENSE.txt || die 'Removal of LICENSE failed.'
46
47 - eapply_user
48 + default
49 }
50
51 src_install() {