summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2015-12-26 12:07:29 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2015-12-26 12:14:26 +0100
commit1acc9ac26af1560f478fa79573136801c35c6865 (patch)
tree404951e224b2733ecf1107297c8ad79161cc6347 /dev-perl/VM-EC2/VM-EC2-1.280.0.ebuild
parentdev-perl/AnyEvent-CacheDNS: New package, needed for dev-perl/Net-Amazon-S3 (diff)
downloadgentoo-1acc9ac26af1560f478fa79573136801c35c6865.tar.gz
gentoo-1acc9ac26af1560f478fa79573136801c35c6865.tar.bz2
gentoo-1acc9ac26af1560f478fa79573136801c35c6865.zip
dev-perl/VM-EC2: New package, needed for dev-perl/Net-Amazon-S3
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-perl/VM-EC2/VM-EC2-1.280.0.ebuild')
-rw-r--r--dev-perl/VM-EC2/VM-EC2-1.280.0.ebuild32
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-perl/VM-EC2/VM-EC2-1.280.0.ebuild b/dev-perl/VM-EC2/VM-EC2-1.280.0.ebuild
new file mode 100644
index 000000000000..fd1bc47fcae0
--- /dev/null
+++ b/dev-perl/VM-EC2/VM-EC2-1.280.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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"
+IUSE=""
+
+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
+"
+DEPEND="${RDEPEND}
+ dev-perl/Module-Build
+"