summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-02 17:49:04 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-02 17:49:47 +0200
commit16664a0651a73c388d8f9594ff38e75a75a419f8 (patch)
tree4f0eaf99c7e1a4cf44696bb15f969ddc8c93eef1 /dev-perl/VM-EC2/VM-EC2-1.280.0-r1.ebuild
parentdev-perl/Video-ivtv: EAPI=8 bump (diff)
downloadgentoo-16664a0651a73c388d8f9594ff38e75a75a419f8.tar.gz
gentoo-16664a0651a73c388d8f9594ff38e75a75a419f8.tar.bz2
gentoo-16664a0651a73c388d8f9594ff38e75a75a419f8.zip
dev-perl/VM-EC2: EAPI=8 bump
Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/VM-EC2/VM-EC2-1.280.0-r1.ebuild')
-rw-r--r--dev-perl/VM-EC2/VM-EC2-1.280.0-r1.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-perl/VM-EC2/VM-EC2-1.280.0-r1.ebuild b/dev-perl/VM-EC2/VM-EC2-1.280.0-r1.ebuild
new file mode 100644
index 000000000000..f1e972142720
--- /dev/null
+++ b/dev-perl/VM-EC2/VM-EC2-1.280.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=LDS
+DIST_VERSION=1.28
+inherit perl-module
+
+DESCRIPTION="Interface to Amazon EC2, VPC, ELB, Autoscaling, and Relational DB services"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ >=dev-perl/AnyEvent-7.40.0
+ >=dev-perl/AnyEvent-CacheDNS-0.80.0
+ >=dev-perl/AnyEvent-HTTP-2.150.0
+ >=virtual/perl-Digest-SHA-5.470.0
+ >=virtual/perl-File-Path-2.80.0
+ dev-perl/JSON
+ >=dev-perl/libwww-perl-5.835.0
+ >=virtual/perl-MIME-Base64-3.80.0
+ >=dev-perl/String-Approx-3.260.0
+ >=dev-perl/URI-1.690.0
+ >=dev-perl/XML-Simple-2.180.0
+"
+BDEPEND="${RDEPEND}
+ dev-perl/Module-Build
+"