diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Net-Amazon-S3 | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.xz |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/Net-Amazon-S3')
-rw-r--r-- | dev-perl/Net-Amazon-S3/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Net-Amazon-S3/Net-Amazon-S3-0.560.0.ebuild | 35 | ||||
-rw-r--r-- | dev-perl/Net-Amazon-S3/Net-Amazon-S3-0.590.0.ebuild | 35 | ||||
-rw-r--r-- | dev-perl/Net-Amazon-S3/metadata.xml | 27 |
4 files changed, 99 insertions, 0 deletions
diff --git a/dev-perl/Net-Amazon-S3/Manifest b/dev-perl/Net-Amazon-S3/Manifest new file mode 100644 index 00000000000..dabaf00039a --- /dev/null +++ b/dev-perl/Net-Amazon-S3/Manifest @@ -0,0 +1,2 @@ +DIST Net-Amazon-S3-0.56.tar.gz 36467 SHA256 62150d3a5ec539c06284dda3702e7dc4959ecdcc6907b03f068a73ad8095f765 SHA512 1d471bd6f3382fb872a03e29c0f8dc3dd9abc6379266f505975e6a2fa36a0d64fe081b202dd6e1c281b15479ac9bccc3a1d99ac832af502b81ad5c1426b2a981 WHIRLPOOL 0943758f0da05347eb127521f94a3496154ebbf53a7c6d22dcd9dc0b43b9510890f4a85b668fcdd2c20e3e8e5f879a66f27afbdfdb97dd9e7d2475a3f5c61c14 +DIST Net-Amazon-S3-0.59.tar.gz 52272 SHA256 94f2bd6b317a9142e400d7d17bd573dc9d22284c3ceaa4864474ba674e0e2e9f SHA512 183fce9c9375a3c6d7ef9e1278e4684bb98a19e871c5cfe9bfb99607a0c3d697df1337c682d13305477fc143c22563b218325017506871c78e70f8e57c0a787f WHIRLPOOL e4c980d4f6cda542c8305c9bd1d190bd1136f17d7cc7a1cdffc07b849ca852c346c8e8b661be403cb4ffbdd9adc3bac04f7a824eb7b99f0b4a3b9942ac153c4b diff --git a/dev-perl/Net-Amazon-S3/Net-Amazon-S3-0.560.0.ebuild b/dev-perl/Net-Amazon-S3/Net-Amazon-S3-0.560.0.ebuild new file mode 100644 index 00000000000..5d3b0efe86b --- /dev/null +++ b/dev-perl/Net-Amazon-S3/Net-Amazon-S3-0.560.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=PFIG +MODULE_VERSION=0.56 +inherit perl-module + +DESCRIPTION="Framework for accessing the Amazon S3 Simple Storage Service" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=dev-perl/Moose-1.990.0 + >=dev-perl/Data-Stream-Bulk-0.60.0 + dev-perl/DateTime-Format-HTTP + dev-perl/Digest-HMAC + dev-perl/Digest-MD5-File + dev-perl/libwww-perl + virtual/perl-IO + dev-perl/LWP-UserAgent-Determined + virtual/perl-MIME-Base64 + >=dev-perl/Moose-0.850.0 + >=dev-perl/MooseX-StrictConstructor-0.160.0 + >=dev-perl/MooseX-Types-DateTime-MoreCoercions-0.70.0 + dev-perl/regexp-common + dev-perl/XML-LibXML + dev-perl/URI" + +RDEPEND="${DEPEND}" + +SRC_TEST=no diff --git a/dev-perl/Net-Amazon-S3/Net-Amazon-S3-0.590.0.ebuild b/dev-perl/Net-Amazon-S3/Net-Amazon-S3-0.590.0.ebuild new file mode 100644 index 00000000000..0ca03d8a3e3 --- /dev/null +++ b/dev-perl/Net-Amazon-S3/Net-Amazon-S3-0.590.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=PFIG +MODULE_VERSION=0.59 +inherit perl-module + +DESCRIPTION="Framework for accessing the Amazon S3 Simple Storage Service" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=dev-perl/Moose-1.990.0 + >=dev-perl/Data-Stream-Bulk-0.60.0 + dev-perl/DateTime-Format-HTTP + dev-perl/Digest-HMAC + dev-perl/Digest-MD5-File + dev-perl/libwww-perl + virtual/perl-IO + dev-perl/LWP-UserAgent-Determined + virtual/perl-MIME-Base64 + >=dev-perl/Moose-0.850.0 + >=dev-perl/MooseX-StrictConstructor-0.160.0 + >=dev-perl/MooseX-Types-DateTime-MoreCoercions-0.70.0 + dev-perl/regexp-common + dev-perl/XML-LibXML + dev-perl/URI" + +RDEPEND="${DEPEND}" + +SRC_TEST=no diff --git a/dev-perl/Net-Amazon-S3/metadata.xml b/dev-perl/Net-Amazon-S3/metadata.xml new file mode 100644 index 00000000000..6a4e5e03acb --- /dev/null +++ b/dev-perl/Net-Amazon-S3/metadata.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <upstream> + <remote-id type="cpan">Net-Amazon-S3</remote-id> + <remote-id type="cpan-module">Net::Amazon::S3</remote-id> + <remote-id type="cpan-module">Net::Amazon::S3::Bucket</remote-id> + <remote-id type="cpan-module">Net::Amazon::S3::Client</remote-id> + <remote-id type="cpan-module">Net::Amazon::S3::Client::Bucket</remote-id> + <remote-id type="cpan-module">Net::Amazon::S3::Client::Object</remote-id> + <remote-id type="cpan-module">Net::Amazon::S3::HTTPRequest</remote-id> + <remote-id type="cpan-module">Net::Amazon::S3::Request</remote-id> + <remote-id type="cpan-module">Net::Amazon::S3::Request::CreateBucket</remote-id> + <remote-id type="cpan-module">Net::Amazon::S3::Request::DeleteBucket</remote-id> + <remote-id type="cpan-module">Net::Amazon::S3::Request::DeleteObject</remote-id> + <remote-id type="cpan-module">Net::Amazon::S3::Request::GetBucketAccessControl</remote-id> + <remote-id type="cpan-module">Net::Amazon::S3::Request::GetBucketLocationConstraint</remote-id> + <remote-id type="cpan-module">Net::Amazon::S3::Request::GetObject</remote-id> + <remote-id type="cpan-module">Net::Amazon::S3::Request::GetObjectAccessControl</remote-id> + <remote-id type="cpan-module">Net::Amazon::S3::Request::ListAllMyBuckets</remote-id> + <remote-id type="cpan-module">Net::Amazon::S3::Request::ListBucket</remote-id> + <remote-id type="cpan-module">Net::Amazon::S3::Request::PutObject</remote-id> + <remote-id type="cpan-module">Net::Amazon::S3::Request::SetBucketAccessControl</remote-id> + <remote-id type="cpan-module">Net::Amazon::S3::Request::SetObjectAccessControl</remote-id> + </upstream> +</pkgmetadata> |