Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/icinga2/
Date: Fri, 30 Apr 2021 18:46:08
Message-Id: 1619808308.5085c0b4e499296bf8ee551320a0e35d1d983ef8.zlogene@gentoo
1 commit: 5085c0b4e499296bf8ee551320a0e35d1d983ef8
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 18:45:08 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 18:45:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5085c0b4
7
8 net-analyzer/icinga2: 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 net-analyzer/icinga2/icinga2-2.12.3.ebuild | 7 +++----
14 net-analyzer/icinga2/icinga2-9999.ebuild | 7 +++----
15 2 files changed, 6 insertions(+), 8 deletions(-)
16
17 diff --git a/net-analyzer/icinga2/icinga2-2.12.3.ebuild b/net-analyzer/icinga2/icinga2-2.12.3.ebuild
18 index ad2f31c9b0f..60729607fd2 100644
19 --- a/net-analyzer/icinga2/icinga2-2.12.3.ebuild
20 +++ b/net-analyzer/icinga2/icinga2-2.12.3.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 @@ -18,12 +18,11 @@ HOMEPAGE="https://icinga.com/"
28
29 LICENSE="GPL-2"
30 SLOT="0"
31 -IUSE="console jumbo-build libressl lto mail mariadb minimal +mysql nano-syntax +plugins postgres systemd +vim-syntax"
32 +IUSE="console jumbo-build lto mail mariadb minimal +mysql nano-syntax +plugins postgres systemd +vim-syntax"
33
34 # Add accounts to DEPEND because of fowners in src_install
35 DEPEND="
36 - !libressl? ( dev-libs/openssl:0= )
37 - libressl? ( dev-libs/libressl:0= )
38 + dev-libs/openssl:0=
39 >=dev-libs/boost-1.66.0:=[context]
40 console? ( dev-libs/libedit )
41 mariadb? ( dev-db/mariadb-connector-c:= )
42
43 diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-9999.ebuild
44 index c19de03c6e7..b2d610c7c41 100644
45 --- a/net-analyzer/icinga2/icinga2-9999.ebuild
46 +++ b/net-analyzer/icinga2/icinga2-9999.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2020 Gentoo Authors
49 +# Copyright 1999-2021 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=7
53 @@ -18,12 +18,11 @@ HOMEPAGE="https://icinga.com/"
54
55 LICENSE="GPL-2"
56 SLOT="0"
57 -IUSE="console jumbo-build libressl lto mail mariadb minimal +mysql nano-syntax +plugins postgres systemd +vim-syntax"
58 +IUSE="console jumbo-build lto mail mariadb minimal +mysql nano-syntax +plugins postgres systemd +vim-syntax"
59
60 # Add accounts to DEPEND because of fowners in src_install
61 DEPEND="
62 - !libressl? ( dev-libs/openssl:0= )
63 - libressl? ( dev-libs/libressl:0= )
64 + dev-libs/openssl:0=
65 >=dev-libs/boost-1.66.0:=[context]
66 console? ( dev-libs/libedit )
67 mariadb? ( dev-db/mariadb-connector-c:= )