Skip to content

Commit

Permalink
dev-db/mongodb: remove libressl support
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <[email protected]>
  • Loading branch information
Zlogene committed May 2, 2021
1 parent 5feb277 commit 18f89d2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 18 deletions.
5 changes: 2 additions & 3 deletions dev-db/mongodb/mongodb-4.2.11.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
IUSE="debug kerberos libressl lto ssl test +tools"
IUSE="debug kerberos lto ssl test +tools"
RESTRICT="!test? ( test )"

RDEPEND="acct-group/mongodb
Expand All @@ -36,8 +36,7 @@ RDEPEND="acct-group/mongodb
>=sys-libs/zlib-1.2.11:=
kerberos? ( dev-libs/cyrus-sasl[kerberos] )
ssl? (
!libressl? ( >=dev-libs/openssl-1.0.1g:0= )
libressl? ( dev-libs/libressl:0= )
>=dev-libs/openssl-1.0.1g:0=
)"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
Expand Down
5 changes: 2 additions & 3 deletions dev-db/mongodb/mongodb-4.2.12.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
IUSE="debug kerberos libressl lto ssl test +tools"
IUSE="debug kerberos lto ssl test +tools"
RESTRICT="!test? ( test )"

RDEPEND="acct-group/mongodb
Expand All @@ -36,8 +36,7 @@ RDEPEND="acct-group/mongodb
>=sys-libs/zlib-1.2.11:=
kerberos? ( dev-libs/cyrus-sasl[kerberos] )
ssl? (
!libressl? ( >=dev-libs/openssl-1.0.1g:0= )
libressl? ( dev-libs/libressl:0= )
>=dev-libs/openssl-1.0.1g:0=
)"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
Expand Down
7 changes: 3 additions & 4 deletions dev-db/mongodb/mongodb-4.4.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -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"
IUSE="debug kerberos libressl lto ssl test +tools"
IUSE="debug kerberos lto ssl test +tools"
RESTRICT="!test? ( test )"

RDEPEND="acct-group/mongodb
Expand All @@ -36,8 +36,7 @@ RDEPEND="acct-group/mongodb
>=sys-libs/zlib-1.2.11:=
kerberos? ( dev-libs/cyrus-sasl[kerberos] )
ssl? (
!libressl? ( >=dev-libs/openssl-1.0.1g:0= )
libressl? ( dev-libs/libressl:0= )
>=dev-libs/openssl-1.0.1g:0=
)"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
Expand Down
7 changes: 3 additions & 4 deletions dev-db/mongodb/mongodb-4.4.2.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -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"
IUSE="debug kerberos libressl lto ssl test +tools"
IUSE="debug kerberos lto ssl test +tools"
RESTRICT="!test? ( test )"

RDEPEND="acct-group/mongodb
Expand All @@ -36,8 +36,7 @@ RDEPEND="acct-group/mongodb
>=sys-libs/zlib-1.2.11:=
kerberos? ( dev-libs/cyrus-sasl[kerberos] )
ssl? (
!libressl? ( >=dev-libs/openssl-1.0.1g:0= )
libressl? ( dev-libs/libressl:0= )
>=dev-libs/openssl-1.0.1g:0=
)"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
Expand Down
7 changes: 3 additions & 4 deletions dev-db/mongodb/mongodb-4.4.4.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -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"
IUSE="debug kerberos libressl lto ssl test +tools"
IUSE="debug kerberos lto ssl test +tools"
RESTRICT="!test? ( test )"

RDEPEND="acct-group/mongodb
Expand All @@ -36,8 +36,7 @@ RDEPEND="acct-group/mongodb
>=sys-libs/zlib-1.2.11:=
kerberos? ( dev-libs/cyrus-sasl[kerberos] )
ssl? (
!libressl? ( >=dev-libs/openssl-1.0.1g:0= )
libressl? ( dev-libs/libressl:0= )
>=dev-libs/openssl-1.0.1g:0=
)"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
Expand Down

0 comments on commit 18f89d2

Please sign in to comment.