dev-perl / BSON

BSON serialization and deserialization (EOL)

Official package sites : https://metacpan.org/release/BSON ·

v1.12.2 :: 0 :: gentoo

Modified
License
Apache-2.0
Keywords
~amd64 ~x86
USE flags
test

General

test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

perl_features

debug
PERL_FEATURES setting enabling internal debug support in Perl
ithreads
PERL_FEATURES setting enabling interpreter level threads, has some compatibility problems
quadmath
PERL_FEATURES setting enabling 128bit floating point arithmetic via libquadmath

dev-lang / perl : Larry Wall's Practical Extraction and Report Language

dev-lang / perl : Larry Wall's Practical Extraction and Report Language

dev-perl / Crypt-URandom : Provide non blocking randomness

dev-perl / Moo : Minimalist Object Orientation (with Moose compatiblity)

dev-perl / Tie-IxHash : Ordered associative arrays for Perl

dev-perl / boolean : Boolean support for Perl

dev-perl / namespace-clean : Keep imports and functions out of your namespace

virtual / perl-Carp : Virtual for Carp

virtual / perl-Exporter : Virtual for Exporter

virtual / perl-MIME-Base64 : Virtual for MIME-Base64

virtual / perl-Math-BigInt : Virtual for Math-BigInt

virtual / perl-Scalar-List-Utils : Virtual for Scalar::Util and List::Util, also distributed as Scalar::List::Utils

virtual / perl-Time-HiRes : Virtual for Time-HiRes

virtual / perl-Time-Local : Virtual for Time-Local

virtual / perl-if : Virtual for if

virtual / perl-threads-shared : Virtual for threads-shared

virtual / perl-version : Virtual for version

Repository mirror & CI · gentoo
Merge updates from master
Kent Fredric · gentoo
dev-perl/BSON: Cleanup old 1.12.1
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Kent Fredric · gentoo
dev-perl/BSON: Bump to version 1.12.2
- Fix DESCRIPTION to include EOL notices ( though we'll likely continue supporting it in gentoo long after upstream does, and there's still scope for somebody to adopt this, just MongoDB have decided *they* will stop supporting it ) - Add Test-Exception as test dep, even though its a weak dependency used in a legacy test, having this improves test coverage, and doesn't radically affect keywording. Upstream: - Declare BSON to be EOL'd, but with explicit permission to fork (even though its license made that implied) Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Kent Fredric · gentoo
dev-perl/BSON: Cleanup old 1.10.2
- Unstable(~) Eclipsed by 1.12.1 for >1 month Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Kent Fredric · gentoo
dev-perl/BSON: Bump to 1.12.1
- EAPI7 Upstream: - Add BSON::Array wrapper to avoid ambiguity between top level document containers and data array references. - Add End-Of-Life notice. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Kent Fredric · gentoo
dev-perl/BSON: Remove old 1.6.7
Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Kent Fredric · gentoo
dev-perl/BSON: Cleanup old versions
Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Kent Fredric · gentoo
dev-perl/BSON: Bump to version 1.10.2 re bug #667328
Upstream: - Add support for Extended JSON v2 - Deprecate 'inflate_extjson' method - Add 'extjson_to_perl' method - Implement ObjectID spec - Limit Encoding/Decoding to max depth limits - BSON::Raw: Add 'get_first_key' method - Improve BSON error messages Closes: https://bugs.gentoo.org/667328 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Kent Fredric · gentoo
dev-perl/BSON: Bump to version 1.6.7
Upstream: - Validate Uint32 ranges on BSON::Timestamp components - Adds comparison overloading to BSON::OID - Adds create_oid class method - Adds comparison overloading to BSON::Timestamp - 'prefer_numeric' applies heuristic to dualvars only when no numeric form already exists - epoch method on BSON::Time now floating point, not truncated to integer - Fixed PID generation within OIDs - Fix backwards compatible BSON::Timestamp constructor so MongoDB::Timestamp can be an empty subclass - Add "bool" overloading for BSON::String to avoid fallback numification warnings - Fix BSON::Time epoch conversion on perl w/ 64bit ints - Improve BSON::Timestamp comparison to undef - Prevent deprecation warnings from use of deprecated MongoDB v2 classes in test code - Remove legacy tests for MongoDB::BSON::_EncodedDoc Package-Manager: Portage-2.3.40, Repoman-2.3.9
Kent Fredric · gentoo
dev-perl/BSON: Cleanup old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Kent Fredric · gentoo
dev-perl/BSON: Bump to version 1.4.0
Upstream: - big-endian support Package-Manager: Portage-2.3.4, Repoman-2.3.2
Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
T. Malfatti · gentoo
media-libs/portaudio: Version bump
Kent Fredric · gentoo
dev-perl/BSON: Added w/ version 1.2.2
Required for newer dev-perl/MongoDB Package-Manager: portage-2.3.2