Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/Ice/
Date: Fri, 30 Apr 2021 18:01:16
Message-Id: 1619805669.c296de99b0065e496926d7526feb216c6bbf2910.zlogene@gentoo
1 commit: c296de99b0065e496926d7526feb216c6bbf2910
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 17:48:48 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 18:01:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c296de99
7
8 dev-libs/Ice: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 dev-libs/Ice/Ice-3.6.5-r1.ebuild | 7 +++----
14 dev-libs/Ice/Ice-3.6.5.ebuild | 7 +++----
15 2 files changed, 6 insertions(+), 8 deletions(-)
16
17 diff --git a/dev-libs/Ice/Ice-3.6.5-r1.ebuild b/dev-libs/Ice/Ice-3.6.5-r1.ebuild
18 index 2644b52cd8e..15dcb235df9 100644
19 --- a/dev-libs/Ice/Ice-3.6.5-r1.ebuild
20 +++ b/dev-libs/Ice/Ice-3.6.5-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -28,14 +28,13 @@ SRC_URI="https://github.com/zeroc-ice/ice/archive/v${PV}.tar.gz -> ${P}.tar.gz
28 LICENSE="GPL-2"
29 SLOT="0/36"
30 KEYWORDS="~amd64 ~arm ~x86"
31 -IUSE="debug doc examples libressl +readline mono php python ruby test"
32 +IUSE="debug doc examples +readline mono php python ruby test"
33 RESTRICT="test"
34 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
35
36 RDEPEND=">=dev-libs/expat-2.0.1
37 >=app-arch/bzip2-1.0.5
38 - !libressl? ( dev-libs/openssl:0= )
39 - libressl? ( dev-libs/libressl:0= )
40 + dev-libs/openssl:0=
41 || (
42 $(for slot in ${BERKDB_SLOTS[@]} ; do printf '%s\n' "sys-libs/db:${slot}[cxx]" ; done)
43 )
44
45 diff --git a/dev-libs/Ice/Ice-3.6.5.ebuild b/dev-libs/Ice/Ice-3.6.5.ebuild
46 index 160a2f0eebe..e9232fc67c0 100644
47 --- a/dev-libs/Ice/Ice-3.6.5.ebuild
48 +++ b/dev-libs/Ice/Ice-3.6.5.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2020 Gentoo Authors
51 +# Copyright 1999-2021 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=7
55 @@ -28,14 +28,13 @@ SRC_URI="https://github.com/zeroc-ice/ice/archive/v${PV}.tar.gz -> ${P}.tar.gz
56 LICENSE="GPL-2"
57 SLOT="0/36"
58 KEYWORDS="amd64 ~arm x86"
59 -IUSE="debug doc examples libressl +readline mono php python ruby test"
60 +IUSE="debug doc examples +readline mono php python ruby test"
61 RESTRICT="test"
62 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
63
64 RDEPEND=">=dev-libs/expat-2.0.1
65 >=app-arch/bzip2-1.0.5
66 - !libressl? ( dev-libs/openssl:0= )
67 - libressl? ( dev-libs/libressl:0= )
68 + dev-libs/openssl:0=
69 || (
70 $(for slot in ${BERKDB_SLOTS[@]} ; do printf '%s\n' "sys-libs/db:${slot}[cxx]" ; done)
71 )