Skip to content

Commit

Permalink
dev-perl/BSON: Bump to 1.12.1
Browse files Browse the repository at this point in the history
- 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 <[email protected]>
  • Loading branch information
kentfredric committed May 5, 2020
1 parent cf328c8 commit 6baccc5
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
47 changes: 47 additions & 0 deletions dev-perl/BSON/BSON-1.12.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DIST_AUTHOR=MONGODB
DIST_VERSION=v1.12.1
inherit perl-module

DESCRIPTION="BSON serialization and deserialization"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="
virtual/perl-Carp
dev-perl/Crypt-URandom
virtual/perl-Exporter
virtual/perl-MIME-Base64
virtual/perl-Math-BigInt
>=dev-perl/Moo-2.2.4
virtual/perl-Scalar-List-Utils
dev-perl/Tie-IxHash
virtual/perl-Time-HiRes
virtual/perl-Time-Local
>=dev-perl/boolean-0.450.0
virtual/perl-if
dev-perl/namespace-clean
virtual/perl-threads-shared
virtual/perl-version
"
BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.170.0
test? (
>=virtual/perl-CPAN-Meta-2.120.900
virtual/perl-Data-Dumper
virtual/perl-File-Spec
dev-perl/JSON-MaybeXS
>=virtual/perl-JSON-PP-2.970.10
>=dev-perl/Path-Tiny-0.54.0
dev-perl/Test-Deep
dev-perl/Test-Fatal
>=virtual/perl-Test-Simple-0.960.0
)
"
1 change: 1 addition & 0 deletions dev-perl/BSON/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST BSON-v1.10.2.tar.gz 116121 BLAKE2B 6fd2d86074303369e584f0ba64b42ce7d811a6eb8cda638e17d74a635c8162baf4bafa9e4724df06857702a0bb8c2ccf756121ebcadf6ff4777c0554f7dde516 SHA512 163dc60966e2eae6c1f130304e2d8eb322ba9f503aaab37e7fb0498262c875ec4b7b24a596361c2333cb495a7c5b465b364310996cb358c5217d58fd74148fbe
DIST BSON-v1.12.1.tar.gz 116909 BLAKE2B 2e8990b68d49fe955fe6aa3340788f324f6531c43cb9c2d5b91038a23b87cfa7de22886e74243ccb831c8cc63d7e49f944bf2dc2072aad9cb6bf3efe15fbf8a9 SHA512 e85536ff9c02b44a66c383aca0a407aa037fdf18692d1bc754d8e03a536ad2189ebf48d351b7d6055ea85630c880ec6a273708825ac7ab8f8b59004aab171c2b
1 change: 1 addition & 0 deletions dev-perl/BSON/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<upstream>
<remote-id type="cpan">BSON</remote-id>
<remote-id type="cpan-module">BSON</remote-id>
<remote-id type="cpan-module">BSON::Array</remote-id>
<remote-id type="cpan-module">BSON::Binary</remote-id>
<remote-id type="cpan-module">BSON::Bool</remote-id>
<remote-id type="cpan-module">BSON::Bytes</remote-id>
Expand Down

0 comments on commit 6baccc5

Please sign in to comment.