[dev-db/mongodb] bump

This commit is contained in:
Robert Förster 2024-01-12 02:05:33 +01:00
parent dec2483ec8
commit a9bab0ab24
3 changed files with 6 additions and 8 deletions

View File

@ -1,2 +1,2 @@
DIST mongodb-src-r4.4.27.tar.gz 51452977 BLAKE2B 00555f15cac49b5863024eef98ce303862ee5f4253750108d67893849574c02ac5dee3e35f6ad3c367427bc0d393cadcb0eddc2d600cce0bc1b480b65df0126d SHA512 23a714b99c3bbfd9643c5536ddaf8b3a31aaa731fcc0618f9853842c06bc25461c6224f1d06f140a5412f49aa9f05654c35467de4d044d564323131dac46e85e
DIST mongodb-src-r5.0.23.tar.gz 56289856 BLAKE2B e2d8b1939f21ddca4af3c67724f026416a9b97e7c01e34a0c8c748f256258570637a88c9cc1729bbae541b4d995f903c2e7e2246607bb20d22bb9c5aeb35e5c9 SHA512 eb9ce72eaefb646d9567c85d9810a1103c778f1da047a55d301260b9d09fb65fc6fcc2f8b343aa229fdcabd8320647182fbf56f3ae7b94fe8acd64761e5cf664
DIST mongodb-src-r4.4.28.tar.gz 51471609 BLAKE2B 1b0d54c39b02f4e0684023e1474a9f846be7a714d19c8836b58689257427e7d879c53fe2528d6185fa5279b09179fe3616797c0e8128b8a11fafc97c9e76041d SHA512 f2af1c64ed18dcbda63d2562993259e4dd0dea682831f9c2504f09c10c66106f564051bc2f8c6c0e908df3802f8452f1e45ba66065415a842ce4071f97c070f8
DIST mongodb-src-r5.0.24.tar.gz 56957730 BLAKE2B cc4762b62aacc1efa870c3d082d7ba3f38fad31b4b4c0d50712bb991a6862d57d0b029bdd1cd4acc0392141f7c7bc47c9793d3fefa56fa704b792298ec218534 SHA512 d322c890affccc8c9b86ca627b3aa83cd29f40d8d860eb69ee22eab99111af66afc286bff8d8fc3c95b034a5662371b8b530e718f228394844f0514e61d71a8f

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -21,7 +21,7 @@ SRC_URI="https://fastdl.mongodb.org/src/${MY_P}.tar.gz"
LICENSE="Apache-2.0 SSPL-1"
SLOT="0"
KEYWORDS="~amd64 ~arm64 -riscv"
IUSE="debug kerberos lto ssl test +tools"
IUSE="debug kerberos ssl test +tools"
RESTRICT="!test? ( test )"
RDEPEND="acct-group/mongodb
@ -122,7 +122,6 @@ src_configure() {
use arm64 && scons_opts+=( --use-hardware-crc32=off ) # Bug 701300
use debug && scons_opts+=( --dbg=on )
use kerberos && scons_opts+=( --use-sasl-client )
use lto && scons_opts+=( --lto=on )
use ssl && scons_opts+=( --ssl )
# Needed to avoid forcing FORTIFY_SOURCE

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -22,7 +22,7 @@ LICENSE="Apache-2.0 SSPL-1"
SLOT="0"
KEYWORDS="~amd64 ~arm64 -riscv"
CPU_FLAGS="cpu_flags_x86_avx"
IUSE="debug kerberos lto mongosh ssl +tools ${CPU_FLAGS}"
IUSE="debug kerberos mongosh ssl +tools ${CPU_FLAGS}"
# https://github.com/mongodb/mongo/wiki/Test-The-Mongodb-Server
# resmoke needs python packages not yet present in Gentoo
@ -135,7 +135,6 @@ src_configure() {
use amd64 && ! use cpu_flags_x86_avx && scons_opts+=( --experimental-optimization=-sandybridge ) # Bug 890294
use debug && scons_opts+=( --dbg=on )
use kerberos && scons_opts+=( --use-sasl-client )
use lto && scons_opts+=( --lto=on )
scons_opts+=( --ssl=$(usex ssl on off) )