diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-12-26 12:08:59 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-12-26 12:14:26 +0100 |
commit | 6a5a7ee649ab23ae99d15661c065060b9d0a6bed (patch) | |
tree | 9a6850ed79009db092f9291e678976c768a76ae8 /dev-perl/VM-EC2-Security-CredentialCache/VM-EC2-Security-CredentialCache-0.250.0.ebuild | |
parent | dev-perl/VM-EC2: New package, needed for dev-perl/Net-Amazon-S3 (diff) | |
download | gentoo-6a5a7ee649ab23ae99d15661c065060b9d0a6bed.tar.gz gentoo-6a5a7ee649ab23ae99d15661c065060b9d0a6bed.tar.bz2 gentoo-6a5a7ee649ab23ae99d15661c065060b9d0a6bed.zip |
dev-perl/VM-EC2-Security-CredentialCache: New package, needed for dev-perl/Net-Amazon-S3
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-perl/VM-EC2-Security-CredentialCache/VM-EC2-Security-CredentialCache-0.250.0.ebuild')
-rw-r--r-- | dev-perl/VM-EC2-Security-CredentialCache/VM-EC2-Security-CredentialCache-0.250.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/VM-EC2-Security-CredentialCache/VM-EC2-Security-CredentialCache-0.250.0.ebuild b/dev-perl/VM-EC2-Security-CredentialCache/VM-EC2-Security-CredentialCache-0.250.0.ebuild new file mode 100644 index 000000000000..4971b813de1f --- /dev/null +++ b/dev-perl/VM-EC2-Security-CredentialCache/VM-EC2-Security-CredentialCache-0.250.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=RCONOVER +DIST_VERSION=0.25 +inherit perl-module + +DESCRIPTION="Cache credentials respecting expiration time for IAM roles" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-perl/DateTime-Format-ISO8601 + dev-perl/VM-EC2 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" |