public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MongoDB/
@ 2016-02-28 19:04 Patrice Clement
  0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2016-02-28 19:04 UTC (permalink / raw
  To: gentoo-commits

commit:     ede338b728dfe0cbfbd59d8256dbefe8737c40c7
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 28 11:39:33 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 11:44:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede338b7

dev-perl/MongoDB: MAJOR Bump to v1.2.2

This is a significant upstream bump, so be cautious.

Upgrade Notes: https://metacpan.org/pod/distribution/MongoDB/lib/MongoDB/Upgrading.pod

- use EAPI6
- Lots of dependency changes

Package-Manager: portage-2.2.27

 dev-perl/MongoDB/Manifest             |  1 +
 dev-perl/MongoDB/MongoDB-1.2.2.ebuild | 74 +++++++++++++++++++++++++++++++++++
 2 files changed, 75 insertions(+)

diff --git a/dev-perl/MongoDB/Manifest b/dev-perl/MongoDB/Manifest
index 2d1c420..b46f23d 100644
--- a/dev-perl/MongoDB/Manifest
+++ b/dev-perl/MongoDB/Manifest
@@ -1,3 +1,4 @@
 DIST MongoDB-0.701.4.tar.gz 1465098 SHA256 1cb5e77449aab787abdb69df2dd98a721e243ca80500b88815090f44e9320813 SHA512 329da2bddecf33bb02fc04e3e2d62d7c3ca106fdcba01a2b604d3e5319ca57a03a20229764245e152d5dc6aa2e187459ae7fa96b564a975461c56545e71267c9 WHIRLPOOL c9547405da0896dbbadc803603b40138c7d4d72ed9df88bfbdb108038c9c61b4b1539c3fe4f93742e791d519a16ea836b192b8108c8b1419a96d4b841d665ec7
 DIST MongoDB-v0.708.0.0.tar.gz 1625892 SHA256 ec7d9a3d5b50b99a7249ee3744cf9ce0ec587e5664dfaed6db33001c5acc7f20 SHA512 1bc623d45e885953d51fcefda8efe2e1fa20b507ef3fda77dac40aa3009f7bd0290c75413dc9ef1f026776dbb1c06b77950842bc2d05d310aad694403130be72 WHIRLPOOL 392ca5dfaef7fedc545b89f578caecfd3e57e69beb041d088aafe4dcd4ea7417106415b5ca23948223b97ded35f284f910496c2b2010db85cabf9f60b8c76812
 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

diff --git a/dev-perl/MongoDB/MongoDB-1.2.2.ebuild b/dev-perl/MongoDB/MongoDB-1.2.2.ebuild
new file mode 100644
index 0000000..4d48873
--- /dev/null
+++ b/dev-perl/MongoDB/MongoDB-1.2.2.ebuild
@@ -0,0 +1,74 @@
+# 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
+	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-JSON-PP-2.273.0
+	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-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
+	)
+"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MongoDB/
@ 2016-03-28 15:33 Andreas Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Hüttel @ 2016-03-28 15:33 UTC (permalink / raw
  To: gentoo-commits

commit:     c25fb027b0516ddb6f97b34236c79c5c489f3a72
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 15:15:53 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 15:29:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c25fb027

dev-perl/MongoDB: Remove old

Package-Manager: portage-2.2.28

 dev-perl/MongoDB/Manifest                 |  2 --
 dev-perl/MongoDB/MongoDB-0.701.4.ebuild   | 30 ----------------
 dev-perl/MongoDB/MongoDB-0.708.0.0.ebuild | 57 -------------------------------
 3 files changed, 89 deletions(-)

diff --git a/dev-perl/MongoDB/Manifest b/dev-perl/MongoDB/Manifest
index b46f23d..3e64699 100644
--- a/dev-perl/MongoDB/Manifest
+++ b/dev-perl/MongoDB/Manifest
@@ -1,4 +1,2 @@
-DIST MongoDB-0.701.4.tar.gz 1465098 SHA256 1cb5e77449aab787abdb69df2dd98a721e243ca80500b88815090f44e9320813 SHA512 329da2bddecf33bb02fc04e3e2d62d7c3ca106fdcba01a2b604d3e5319ca57a03a20229764245e152d5dc6aa2e187459ae7fa96b564a975461c56545e71267c9 WHIRLPOOL c9547405da0896dbbadc803603b40138c7d4d72ed9df88bfbdb108038c9c61b4b1539c3fe4f93742e791d519a16ea836b192b8108c8b1419a96d4b841d665ec7
-DIST MongoDB-v0.708.0.0.tar.gz 1625892 SHA256 ec7d9a3d5b50b99a7249ee3744cf9ce0ec587e5664dfaed6db33001c5acc7f20 SHA512 1bc623d45e885953d51fcefda8efe2e1fa20b507ef3fda77dac40aa3009f7bd0290c75413dc9ef1f026776dbb1c06b77950842bc2d05d310aad694403130be72 WHIRLPOOL 392ca5dfaef7fedc545b89f578caecfd3e57e69beb041d088aafe4dcd4ea7417106415b5ca23948223b97ded35f284f910496c2b2010db85cabf9f60b8c76812
 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

diff --git a/dev-perl/MongoDB/MongoDB-0.701.4.ebuild b/dev-perl/MongoDB/MongoDB-0.701.4.ebuild
deleted file mode 100644
index e4a44ba..0000000
--- a/dev-perl/MongoDB/MongoDB-0.701.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-MODULE_AUTHOR="FRIEDO"
-
-inherit perl-module
-
-DESCRIPTION="A Mongo Driver for Perl"
-
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="dev-perl/DateTime
-	dev-perl/Tie-IxHash
-	dev-perl/Data-Types
-	dev-perl/DateTime-Tiny
-	dev-perl/Class-Method-Modifiers
-	dev-perl/boolean
-	dev-perl/Moose
-	dev-perl/File-Slurp
-	dev-perl/Try-Tiny
-	dev-perl/Module-Install
-	dev-perl/JSON
-	virtual/perl-ExtUtils-MakeMaker"
-
-src_prepare() {
-	epatch "${FILESDIR}"/gridfs-perl-patch.diff
-}

diff --git a/dev-perl/MongoDB/MongoDB-0.708.0.0.ebuild b/dev-perl/MongoDB/MongoDB-0.708.0.0.ebuild
deleted file mode 100644
index 6b6a2b2..0000000
--- a/dev-perl/MongoDB/MongoDB-0.708.0.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-MODULE_AUTHOR=MONGODB
-MODULE_VERSION=v0.708.0.0
-
-inherit perl-module
-
-DESCRIPTION="Official MongoDB Driver for Perl"
-SLOT="0"
-
-KEYWORDS="~amd64"
-
-LICENSE="Apache-2.0"
-IUSE=test
-
-RDEPEND="
-	dev-perl/Authen-SCRAM
-	virtual/perl-Carp
-	dev-perl/Moose
-	>=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/Safe-Isa
-	virtual/perl-Scalar-List-Utils
-	dev-perl/Syntax-Keyword-Junction
-	dev-perl/Throwable
-	dev-perl/Tie-IxHash
-	virtual/perl-Time-HiRes
-	dev-perl/Try-Tiny
-	virtual/perl-XSLoader
-	dev-perl/boolean
-	virtual/perl-if
-	dev-perl/namespace-clean
-"
-DEPEND="${RDEPEND}
-	>=dev-perl/Config-AutoConf-0.220.0
-	virtual/perl-ExtUtils-MakeMaker
-	>=dev-perl/Path-Tiny-0.52.0
-	test? (
-		virtual/perl-Data-Dumper
-		dev-perl/DateTime-Tiny
-		virtual/perl-File-Spec
-		virtual/perl-File-Temp
-		dev-perl/JSON
-		>=dev-perl/Test-Deep-0.111.0
-		dev-perl/Test-Fatal
-		>=virtual/perl-Test-Simple-0.960.0
-		dev-perl/Test-Warn
-		virtual/perl-bignum
-	)
-"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MongoDB/
@ 2016-12-04 21:10 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2016-12-04 21:10 UTC (permalink / raw
  To: gentoo-commits

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>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MongoDB/
@ 2017-01-17  5:18 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2017-01-17  5:18 UTC (permalink / raw
  To: gentoo-commits

commit:     a77df76c9b5c2c3490c69f8f7edc39fb6738965c
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 05:17:59 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 05:18:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77df76c

dev-perl/MongoDB: Bump to version 1.6.1

Upstream:
- Add support for authSource URI parameter

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/MongoDB/Manifest             |  1 +
 dev-perl/MongoDB/MongoDB-1.6.1.ebuild | 75 +++++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

diff --git a/dev-perl/MongoDB/Manifest b/dev-perl/MongoDB/Manifest
index e76eb61..acd226f 100644
--- a/dev-perl/MongoDB/Manifest
+++ b/dev-perl/MongoDB/Manifest
@@ -1,3 +1,4 @@
 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
+DIST MongoDB-v1.6.1.tar.gz 519584 SHA256 763fe727c76f9ff54eef50e1bddbc06b50c716404bd01422cd11b3062b236496 SHA512 a1a539a04d604f7b8184581ede17cf564c9c0c4453cea156912e64d0c1be8ccd0294ba45a0c0e5253053cad5a72bf5445e9cf02e5b31c55c178c5a5d31a15a3b WHIRLPOOL c62cfd9370828ee7983f3498e3315de8d8e67905afef271eef84399f876f25160fb568a8f7487cb7aed28ca04aea05b7e36d16ef9c510e35dd423f28458258c8

diff --git a/dev-perl/MongoDB/MongoDB-1.6.1.ebuild b/dev-perl/MongoDB/MongoDB-1.6.1.ebuild
new file mode 100644
index 00000000..61c456c
--- /dev/null
+++ b/dev-perl/MongoDB/MongoDB-1.6.1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2017 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
+	)
+"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MongoDB/
@ 2017-04-12  3:10 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2017-04-12  3:10 UTC (permalink / raw
  To: gentoo-commits

commit:     5cd0869287283f943ca2ce6deff0de549958f7f1
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 12 03:09:59 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 12 03:10:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd08692

dev-perl/MongoDB: Bump to version 1.8.0

- Fix for -flto link

Upstream:
- MONGODB-X509 auth now can auto-extract username from client
  certificate
- Fix '.' in @INC Makefile.PL
- Switch to binary SASL payloads
- Replace OP_KILL_CURSORS with killCursors

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/MongoDB/Manifest             |  1 +
 dev-perl/MongoDB/MongoDB-1.8.0.ebuild | 79 +++++++++++++++++++++++++++++++++++
 2 files changed, 80 insertions(+)

diff --git a/dev-perl/MongoDB/Manifest b/dev-perl/MongoDB/Manifest
index acd226fcb16..95c1ece314f 100644
--- a/dev-perl/MongoDB/Manifest
+++ b/dev-perl/MongoDB/Manifest
@@ -2,3 +2,4 @@ DIST MongoDB-v0.708.3.0.tar.gz 1627550 SHA256 03c4b885f327de7a8c0d9f449306d849d4
 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
 DIST MongoDB-v1.6.1.tar.gz 519584 SHA256 763fe727c76f9ff54eef50e1bddbc06b50c716404bd01422cd11b3062b236496 SHA512 a1a539a04d604f7b8184581ede17cf564c9c0c4453cea156912e64d0c1be8ccd0294ba45a0c0e5253053cad5a72bf5445e9cf02e5b31c55c178c5a5d31a15a3b WHIRLPOOL c62cfd9370828ee7983f3498e3315de8d8e67905afef271eef84399f876f25160fb568a8f7487cb7aed28ca04aea05b7e36d16ef9c510e35dd423f28458258c8
+DIST MongoDB-v1.8.0.tar.gz 521237 SHA256 6772215b863baa685e23cda10492f536738d45281f7ae136d426d221b743b5fc SHA512 1346a1c82528f409f467e77cb713af856d8dcd90ff57d07ce9312d60a16c7b7922dc99fb23a5374447ba61a082de43eccd495c779cd8a32463a039a6a13fa427 WHIRLPOOL c3d2a42ce0b486b2abcf0d33e77f638fe041d96dc3c0c3a6f810d32dbf9a5b516c154963c66857d4896f9ca71ad450b17c357875d5592d241f90bb3ed2d22f60

diff --git a/dev-perl/MongoDB/MongoDB-1.8.0.ebuild b/dev-perl/MongoDB/MongoDB-1.8.0.ebuild
new file mode 100644
index 00000000000..566c6bb8cd9
--- /dev/null
+++ b/dev-perl/MongoDB/MongoDB-1.8.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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
+	)
+"
+
+pkg_setup() {
+	# https://jira.mongodb.org/browse/PERL-766
+	LDFLAGS="${LDFLAGS} -lpthread"
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MongoDB/
@ 2017-04-20 12:37 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2017-04-20 12:37 UTC (permalink / raw
  To: gentoo-commits

commit:     6441bde00d3f23dfee005f9add3e3512c495cc9f
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 12:37:17 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 12:37:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6441bde0

dev-perl/MongoDB: Cleanup old re bug #615320

Bug: https://bugs.gentoo.org/615320
Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/MongoDB/Manifest                 |  4 --
 dev-perl/MongoDB/MongoDB-0.708.3.0.ebuild | 56 -----------------------
 dev-perl/MongoDB/MongoDB-1.2.2.ebuild     | 73 ------------------------------
 dev-perl/MongoDB/MongoDB-1.6.0.ebuild     | 74 -------------------------------
 dev-perl/MongoDB/MongoDB-1.6.1.ebuild     | 74 -------------------------------
 5 files changed, 281 deletions(-)

diff --git a/dev-perl/MongoDB/Manifest b/dev-perl/MongoDB/Manifest
index 95c1ece314f..a67092a8d3f 100644
--- a/dev-perl/MongoDB/Manifest
+++ b/dev-perl/MongoDB/Manifest
@@ -1,5 +1 @@
-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
-DIST MongoDB-v1.6.1.tar.gz 519584 SHA256 763fe727c76f9ff54eef50e1bddbc06b50c716404bd01422cd11b3062b236496 SHA512 a1a539a04d604f7b8184581ede17cf564c9c0c4453cea156912e64d0c1be8ccd0294ba45a0c0e5253053cad5a72bf5445e9cf02e5b31c55c178c5a5d31a15a3b WHIRLPOOL c62cfd9370828ee7983f3498e3315de8d8e67905afef271eef84399f876f25160fb568a8f7487cb7aed28ca04aea05b7e36d16ef9c510e35dd423f28458258c8
 DIST MongoDB-v1.8.0.tar.gz 521237 SHA256 6772215b863baa685e23cda10492f536738d45281f7ae136d426d221b743b5fc SHA512 1346a1c82528f409f467e77cb713af856d8dcd90ff57d07ce9312d60a16c7b7922dc99fb23a5374447ba61a082de43eccd495c779cd8a32463a039a6a13fa427 WHIRLPOOL c3d2a42ce0b486b2abcf0d33e77f638fe041d96dc3c0c3a6f810d32dbf9a5b516c154963c66857d4896f9ca71ad450b17c357875d5592d241f90bb3ed2d22f60

diff --git a/dev-perl/MongoDB/MongoDB-0.708.3.0.ebuild b/dev-perl/MongoDB/MongoDB-0.708.3.0.ebuild
deleted file mode 100644
index 74e33202c70..00000000000
--- a/dev-perl/MongoDB/MongoDB-0.708.3.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MODULE_AUTHOR=MONGODB
-MODULE_VERSION="v${PV}"
-
-inherit perl-module
-
-DESCRIPTION="Official MongoDB Driver for Perl"
-SLOT="0"
-
-KEYWORDS="~amd64"
-
-LICENSE="Apache-2.0"
-IUSE=test
-
-RDEPEND="
-	dev-perl/Authen-SCRAM
-	virtual/perl-Carp
-	dev-perl/Moose
-	>=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/Safe-Isa
-	virtual/perl-Scalar-List-Utils
-	dev-perl/Syntax-Keyword-Junction
-	dev-perl/Throwable
-	dev-perl/Tie-IxHash
-	virtual/perl-Time-HiRes
-	dev-perl/Try-Tiny
-	virtual/perl-XSLoader
-	dev-perl/boolean
-	virtual/perl-if
-	dev-perl/namespace-clean
-"
-DEPEND="${RDEPEND}
-	>=dev-perl/Config-AutoConf-0.220.0
-	virtual/perl-ExtUtils-MakeMaker
-	>=dev-perl/Path-Tiny-0.52.0
-	test? (
-		virtual/perl-Data-Dumper
-		dev-perl/DateTime-Tiny
-		virtual/perl-File-Spec
-		virtual/perl-File-Temp
-		dev-perl/JSON
-		>=dev-perl/Test-Deep-0.111.0
-		dev-perl/Test-Fatal
-		>=virtual/perl-Test-Simple-0.960.0
-		dev-perl/Test-Warn
-		virtual/perl-bignum
-	)
-"

diff --git a/dev-perl/MongoDB/MongoDB-1.2.2.ebuild b/dev-perl/MongoDB/MongoDB-1.2.2.ebuild
deleted file mode 100644
index 1754f4bbb79..00000000000
--- a/dev-perl/MongoDB/MongoDB-1.2.2.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-	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-JSON-PP-2.273.0
-	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-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/MongoDB-1.6.0.ebuild b/dev-perl/MongoDB/MongoDB-1.6.0.ebuild
deleted file mode 100644
index 53bbd5702d5..00000000000
--- a/dev-perl/MongoDB/MongoDB-1.6.0.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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/MongoDB-1.6.1.ebuild b/dev-perl/MongoDB/MongoDB-1.6.1.ebuild
deleted file mode 100644
index b89f7c913ff..00000000000
--- a/dev-perl/MongoDB/MongoDB-1.6.1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-	)
-"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-04-20 12:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-20 12:37 [gentoo-commits] repo/gentoo:master commit in: dev-perl/MongoDB/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2017-04-12  3:10 Kent Fredric
2017-01-17  5:18 Kent Fredric
2016-12-04 21:10 Kent Fredric
2016-03-28 15:33 Andreas Hüttel
2016-02-28 19:04 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox