forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
1f4d88f
commit ede338b
Showing
2 changed files
with
75 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
) | ||
" |