commit:     b14024a4727496da84d6c05ca6d5629a8dbce5ee
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 21:09:38 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 21:09:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14024a4

dev-perl/MongoDB: Bump to version 1.6.0

Upstream:
- MongoDB::GridFS{,::FIle} deprecated
- Add support for maxTimeMS in parallel_scan
- Add MongoDB::GridFSBucket for new GridFS API
- Database->collection_names takes a filter parameter
- Add support for custom file_id values for GridFS files
- Add support for maxStalenessSeconds
- Add support for Decimal128 BSON
- Add support for sending write concern for all allowable
  database commands
- Add support for collations with CRUD/Indexing
- Report client information to server during handshake

Package-Manager: portage-2.3.2

 dev-perl/MongoDB/Manifest             |  1 +
 dev-perl/MongoDB/MongoDB-1.6.0.ebuild | 75 +++++++++++++++++++++++++++++++++++
 dev-perl/MongoDB/metadata.xml         | 52 ++++++++++++++++++++++++
 3 files changed, 128 insertions(+)

diff --git a/dev-perl/MongoDB/Manifest b/dev-perl/MongoDB/Manifest
index 3e64699..e76eb61 100644
--- a/dev-perl/MongoDB/Manifest
+++ b/dev-perl/MongoDB/Manifest
@@ -1,2 +1,3 @@
 DIST MongoDB-v0.708.3.0.tar.gz 1627550 SHA256 
03c4b885f327de7a8c0d9f449306d849d43e7fea4a6331da8a970710934378f0 SHA512 
01bd174504cfb172f9ba179a97dffa4d3c1acbeee93ecb4d6a898928c9a6139f8199baa764eb6cdfcf121fd278b0eff899d774e1549a46c3bc5af7d9534f75f1
 WHIRLPOOL 
6b259e8391dcb883160eff7de0d9ad6c06479dfe7a3285251d9e2d954d2b1bd75c40b649cefe897bcda0cf38a2712c70e7f6297686426a5be30edea33b5d2604
 DIST MongoDB-v1.2.2.tar.gz 1735147 SHA256 
ed57c87c649f77cb41e122cd610111b136651e5d3b21b51d953b1fcbe79013e7 SHA512 
49687c6e2d283709a2745293a00db37f16261868e47bc228926325526834c8988bd931c6befbb8c35578d63f0699dff94ed6e0e1a65ae533ebc2ca04e4de7f27
 WHIRLPOOL 
50e825b2d40eef73a0613f139adf6bec4b399fcb9b2fc19801c1ad2c7739c9884f3eb2d494957ec72f7de3a5eae84df6e4c32a422fb93df08489ae58af40180f
+DIST MongoDB-v1.6.0.tar.gz 519810 SHA256 
86806d867cd292e5b12bb94d495a838fcf83ac7f98e0d9ac1e9c7b09597a3aad SHA512 
d22b696e8721e632ea5f9d62ce186306a55eb1945d869b1b81265ddb70668fc43c530a5a24a47c659a1024709705a3219ae1efb788db5b12ed07ef51daa1b988
 WHIRLPOOL 
a03796b9d6e9ed56f8a68d2f97e20a6c0dec19852d6523b00cf812dafa4a29c253cdb5b7ce7b4cff85a40118d25ad04352648e76d4be5eeee8b070b602ff3e3f

diff --git a/dev-perl/MongoDB/MongoDB-1.6.0.ebuild 
b/dev-perl/MongoDB/MongoDB-1.6.0.ebuild
new file mode 100644
index 00000000..1655e0d
--- /dev/null
+++ b/dev-perl/MongoDB/MongoDB-1.6.0.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+DIST_AUTHOR=MONGODB
+DIST_VERSION="v${PV}"
+
+inherit perl-module
+
+DESCRIPTION="Official MongoDB Driver for Perl"
+SLOT="0"
+
+KEYWORDS="~amd64"
+
+LICENSE="Apache-2.0"
+IUSE="test minimal"
+
+# IO::Socket::SSL was escallated from suggested to recommended
+RDEPEND="
+       !minimal? (
+               >=virtual/perl-IO-Socket-IP-0.250.0
+               >=dev-perl/IO-Socket-SSL-1.560.0
+               >=dev-perl/Mozilla-CA-20130114
+               >=dev-perl/Net-SSLeay-1.490.0
+       )
+       >=dev-perl/Authen-SCRAM-0.3.0
+       dev-perl/BSON
+       virtual/perl-Carp
+       dev-perl/Class-XSAccessor
+       >=dev-perl/DateTime-0.780.0
+       virtual/perl-Digest-MD5
+       virtual/perl-Encode
+       >=virtual/perl-Exporter-5.570.0
+       virtual/perl-IO
+       virtual/perl-MIME-Base64
+       >=dev-perl/Moo-2
+       dev-perl/Safe-Isa
+       virtual/perl-Scalar-List-Utils
+       virtual/perl-Socket
+       dev-perl/Tie-IxHash
+       virtual/perl-Time-HiRes
+       dev-perl/Try-Tiny
+       dev-perl/Type-Tiny
+       dev-perl/Type-Tiny-XS
+       virtual/perl-XSLoader
+       >=dev-perl/boolean-0.250.0
+       virtual/perl-if
+       dev-perl/namespace-clean
+       virtual/perl-version
+"
+DEPEND="${RDEPEND}
+       >=dev-perl/Config-AutoConf-0.220.0
+       virtual/perl-ExtUtils-MakeMaker
+       >=dev-perl/Path-Tiny-0.52.0
+       test? (
+               !minimal? (
+                       >=virtual/perl-CPAN-Meta-2.120.900
+                       >=dev-perl/DateTime-Tiny-1.0.0
+                       >=virtual/perl-Test-Harness-3.310.0
+                       >=dev-perl/Time-Moment-0.220.0
+               )
+               virtual/perl-Data-Dumper
+               virtual/perl-File-Spec
+               virtual/perl-File-Temp
+               dev-perl/JSON-MaybeXS
+               virtual/perl-Math-BigInt
+               >=dev-perl/Path-Tiny-0.54.0
+               >=dev-perl/Test-Deep-0.111.0
+               dev-perl/Test-Fatal
+               >=virtual/perl-Test-Simple-0.960.0
+               virtual/perl-bignum
+               virtual/perl-threads-shared
+       )
+"

diff --git a/dev-perl/MongoDB/metadata.xml b/dev-perl/MongoDB/metadata.xml
index 3198d51..778f122 100644
--- a/dev-perl/MongoDB/metadata.xml
+++ b/dev-perl/MongoDB/metadata.xml
@@ -12,5 +12,57 @@
   <upstream>
     <remote-id type="cpan">MongoDB</remote-id>
     <remote-id type="cpan-module">MongoDB</remote-id>
+    <remote-id type="cpan-module">MongoDB::AuthError</remote-id>
+    <remote-id type="cpan-module">MongoDB::BSON</remote-id>
+    <remote-id type="cpan-module">MongoDB::BSON::Binary</remote-id>
+    <remote-id type="cpan-module">MongoDB::BSON::Regexp</remote-id>
+    <remote-id type="cpan-module">MongoDB::BulkWrite</remote-id>
+    <remote-id type="cpan-module">MongoDB::BulkWriteResult</remote-id>
+    <remote-id type="cpan-module">MongoDB::BulkWriteView</remote-id>
+    <remote-id type="cpan-module">MongoDB::Code</remote-id>
+    <remote-id type="cpan-module">MongoDB::Collection</remote-id>
+    <remote-id type="cpan-module">MongoDB::CommandResult</remote-id>
+    <remote-id type="cpan-module">MongoDB::ConnectionError</remote-id>
+    <remote-id type="cpan-module">MongoDB::Cursor</remote-id>
+    <remote-id type="cpan-module">MongoDB::CursorNotFoundError</remote-id>
+    <remote-id type="cpan-module">MongoDB::DBRef</remote-id>
+    <remote-id type="cpan-module">MongoDB::Database</remote-id>
+    <remote-id type="cpan-module">MongoDB::DatabaseError</remote-id>
+    <remote-id type="cpan-module">MongoDB::DecodingError</remote-id>
+    <remote-id type="cpan-module">MongoDB::DeleteResult</remote-id>
+    <remote-id type="cpan-module">MongoDB::DocumentError</remote-id>
+    <remote-id type="cpan-module">MongoDB::DuplicateKeyError</remote-id>
+    <remote-id type="cpan-module">MongoDB::Error</remote-id>
+    <remote-id type="cpan-module">MongoDB::ExecutionTimeout</remote-id>
+    <remote-id type="cpan-module">MongoDB::GridFS</remote-id>
+    <remote-id type="cpan-module">MongoDB::GridFS::File</remote-id>
+    <remote-id type="cpan-module">MongoDB::GridFSBucket</remote-id>
+    <remote-id 
type="cpan-module">MongoDB::GridFSBucket::DownloadStream</remote-id>
+    <remote-id 
type="cpan-module">MongoDB::GridFSBucket::UploadStream</remote-id>
+    <remote-id type="cpan-module">MongoDB::GridFSError</remote-id>
+    <remote-id type="cpan-module">MongoDB::HandshakeError</remote-id>
+    <remote-id type="cpan-module">MongoDB::IndexView</remote-id>
+    <remote-id type="cpan-module">MongoDB::InsertManyResult</remote-id>
+    <remote-id type="cpan-module">MongoDB::InsertOneResult</remote-id>
+    <remote-id type="cpan-module">MongoDB::InternalError</remote-id>
+    <remote-id type="cpan-module">MongoDB::MongoClient</remote-id>
+    <remote-id type="cpan-module">MongoDB::NetworkError</remote-id>
+    <remote-id type="cpan-module">MongoDB::NetworkTimeout</remote-id>
+    <remote-id type="cpan-module">MongoDB::NotMasterError</remote-id>
+    <remote-id type="cpan-module">MongoDB::OID</remote-id>
+    <remote-id type="cpan-module">MongoDB::ProtocolError</remote-id>
+    <remote-id type="cpan-module">MongoDB::QueryResult</remote-id>
+    <remote-id type="cpan-module">MongoDB::QueryResult::Filtered</remote-id>
+    <remote-id type="cpan-module">MongoDB::ReadConcern</remote-id>
+    <remote-id type="cpan-module">MongoDB::ReadPreference</remote-id>
+    <remote-id type="cpan-module">MongoDB::SelectionError</remote-id>
+    <remote-id type="cpan-module">MongoDB::TimeoutError</remote-id>
+    <remote-id type="cpan-module">MongoDB::Timestamp</remote-id>
+    <remote-id type="cpan-module">MongoDB::UnacknowledgedResult</remote-id>
+    <remote-id type="cpan-module">MongoDB::UpdateResult</remote-id>
+    <remote-id type="cpan-module">MongoDB::UsageError</remote-id>
+    <remote-id type="cpan-module">MongoDB::WriteConcern</remote-id>
+    <remote-id type="cpan-module">MongoDB::WriteConcernError</remote-id>
+    <remote-id type="cpan-module">MongoDB::WriteError</remote-id>
   </upstream>
 </pkgmetadata>

Reply via email to