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/monitoring-plugins/
Date: Sat, 01 May 2021 10:02:56
Message-Id: 1619863253.caba140d8678350a3ce5f0871ff8affd8b5fa9e6.zlogene@gentoo
1 commit: caba140d8678350a3ce5f0871ff8affd8b5fa9e6
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 1 10:00:53 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 10:00:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caba140d
7
8 net-analyzer/monitoring-plugins: 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/monitoring-plugins/monitoring-plugins-2.2-r4.ebuild | 5 ++---
14 net-analyzer/monitoring-plugins/monitoring-plugins-2.3.ebuild | 5 ++---
15 2 files changed, 4 insertions(+), 6 deletions(-)
16
17 diff --git a/net-analyzer/monitoring-plugins/monitoring-plugins-2.2-r4.ebuild b/net-analyzer/monitoring-plugins/monitoring-plugins-2.2-r4.ebuild
18 index 5396099961d..62c9fc03748 100644
19 --- a/net-analyzer/monitoring-plugins/monitoring-plugins-2.2-r4.ebuild
20 +++ b/net-analyzer/monitoring-plugins/monitoring-plugins-2.2-r4.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI="https://www.monitoring-plugins.org/download/${P}.tar.gz"
22 LICENSE="GPL-3"
23 SLOT="0"
24 KEYWORDS="amd64 ~arm ~arm64 sparc x86"
25 -IUSE="gnutls ipv6 ldap libressl mysql dns fping game postgres radius samba snmp ssh +ssl"
26 +IUSE="gnutls ipv6 ldap mysql dns fping game postgres radius samba snmp ssh +ssl"
27
28 # Most of the plugins use automagic dependencies, i.e. the plugin will
29 # get built if the binary it uses is installed. For example, check_snmp
30 @@ -29,8 +29,7 @@ REAL_DEPEND="dev-lang/perl
31 postgres? ( dev-db/postgresql:= )
32 ssl? (
33 !gnutls? (
34 - !libressl? ( dev-libs/openssl:0= )
35 - libressl? ( dev-libs/libressl:= )
36 + dev-libs/openssl:0=
37 )
38 gnutls? ( net-libs/gnutls )
39 )
40
41 diff --git a/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.ebuild b/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.ebuild
42 index 42c658307a6..8beced67819 100644
43 --- a/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.ebuild
44 +++ b/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.ebuild
45 @@ -12,7 +12,7 @@ SRC_URI="https://www.monitoring-plugins.org/download/${P}.tar.gz"
46 LICENSE="GPL-3"
47 SLOT="0"
48 KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86"
49 -IUSE="curl gnutls ipv6 ldap libressl mysql dns fping game postgres radius samba snmp ssh +ssl"
50 +IUSE="curl gnutls ipv6 ldap mysql dns fping game postgres radius samba snmp ssh +ssl"
51
52 # Most of the plugins use automagic dependencies, i.e. the plugin will
53 # get built if the binary it uses is installed. For example, check_snmp
54 @@ -33,8 +33,7 @@ REAL_DEPEND="dev-lang/perl
55 postgres? ( dev-db/postgresql:= )
56 ssl? (
57 !gnutls? (
58 - !libressl? ( dev-libs/openssl:0= )
59 - libressl? ( dev-libs/libressl:= )
60 + dev-libs/openssl:0=
61 )
62 gnutls? ( net-libs/gnutls )
63 )