| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Bug: https://bugs.gentoo.org/552720
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
|
|
|
|
|
|
|
| |
- 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>
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Package-Manager: Portage-2.3.24, Repoman-2.3.6
|
| |
|
|
|
|
|
|
|
| |
Upstream:
- big-endian support
Package-Manager: Portage-2.3.4, Repoman-2.3.2
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
Required for newer dev-perl/MongoDB
Package-Manager: portage-2.3.2
|