summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-11 02:26:36 +0000
committerSam James <sam@gentoo.org>2021-02-11 02:26:36 +0000
commit4674ce01b85b8ae37be93d4e9ee972897e376e64 (patch)
tree34a998a917f0eb1bafe35faad9bdbce0b1d558f1 /app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild
parentapp-backup/dar: bump to 2.6.13 (diff)
downloadgentoo-4674ce01b85b8ae37be93d4e9ee972897e376e64.tar.gz
gentoo-4674ce01b85b8ae37be93d4e9ee972897e376e64.tar.bz2
gentoo-4674ce01b85b8ae37be93d4e9ee972897e376e64.zip
app-admin/ec2-ami-tools: port to EAPI 7
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild')
-rw-r--r--app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild11
1 files changed, 5 insertions, 6 deletions
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
index 6d52ba74c16f..26b313cc330b 100644
--- 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
@@ -1,18 +1,17 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI=7
USE_RUBY="ruby24 ruby25 ruby26"
-
-inherit ruby-single versionator
+inherit ruby-single
DESCRIPTION="Command-line tools that serve as client interface to the Amazon EC2 web service"
HOMEPAGE="https://aws.amazon.com/en/tools/"
SRC_URI="http://s3.amazonaws.com/ec2-downloads/${P}.zip"
LICENSE="Amazon
- || ( Ruby GPL-2 )"
+|| ( Ruby GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@@ -27,7 +26,7 @@ src_prepare() {
# Remove a left behind license file.
rm -f lib/ec2/oem/LICENSE.txt || die 'Removal of LICENSE failed.'
- eapply_user
+ default
}
src_install() {