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/nagios-plugins/
Date: Sat, 01 May 2021 10:02:56
Message-Id: 1619862953.d3a568987a03efe1debdfde66df0ccaf477c05f6.zlogene@gentoo
1 commit: d3a568987a03efe1debdfde66df0ccaf477c05f6
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 1 09:55:53 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 09:55:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a56898
7
8 net-analyzer/nagios-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/nagios-plugins/nagios-plugins-2.3.1-r1.ebuild | 7 +++----
14 net-analyzer/nagios-plugins/nagios-plugins-2.3.3.ebuild | 5 ++---
15 2 files changed, 5 insertions(+), 7 deletions(-)
16
17 diff --git a/net-analyzer/nagios-plugins/nagios-plugins-2.3.1-r1.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-2.3.1-r1.ebuild
18 index 8f1178da010..ac7c1e4a9ce 100644
19 --- a/net-analyzer/nagios-plugins/nagios-plugins-2.3.1-r1.ebuild
20 +++ b/net-analyzer/nagios-plugins/nagios-plugins-2.3.1-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 @@ -10,7 +10,7 @@ SRC_URI="http://nagios-plugins.org/download/${P}.tar.gz"
28 LICENSE="GPL-2"
29 SLOT="0"
30 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86"
31 -IUSE="ipv6 ldap libressl mysql nagios-dns nagios-ping nagios-game postgres radius samba selinux snmp ssh +ssl"
32 +IUSE="ipv6 ldap mysql nagios-dns nagios-ping nagios-game postgres radius samba selinux snmp ssh +ssl"
33
34 # Most of the plugins use automagic dependencies, i.e. the plugin will
35 # get built if the binary it uses is installed. For example, check_snmp
36 @@ -35,8 +35,7 @@ DEPEND="
37 mysql? ( dev-db/mysql-connector-c )
38 postgres? ( dev-db/postgresql:* )
39 ssl? (
40 - !libressl? ( dev-libs/openssl:0 )
41 - libressl? ( dev-libs/libressl )
42 + dev-libs/openssl:0
43 )
44 radius? ( net-dialup/freeradius-client )"
45
46
47 diff --git a/net-analyzer/nagios-plugins/nagios-plugins-2.3.3.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-2.3.3.ebuild
48 index 71a334434d7..2ab311c932b 100644
49 --- a/net-analyzer/nagios-plugins/nagios-plugins-2.3.3.ebuild
50 +++ b/net-analyzer/nagios-plugins/nagios-plugins-2.3.3.ebuild
51 @@ -10,7 +10,7 @@ SRC_URI="http://nagios-plugins.org/download/${P}.tar.gz"
52 LICENSE="GPL-2"
53 SLOT="0"
54 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
55 -IUSE="ipv6 ldap libressl mysql nagios-dns nagios-ping nagios-game postgres radius samba selinux snmp ssh +ssl"
56 +IUSE="ipv6 ldap mysql nagios-dns nagios-ping nagios-game postgres radius samba selinux snmp ssh +ssl"
57
58 # Most of the plugins use automagic dependencies, i.e. the plugin will
59 # get built if the binary it uses is installed. For example, check_snmp
60 @@ -35,8 +35,7 @@ DEPEND="
61 mysql? ( dev-db/mysql-connector-c )
62 postgres? ( dev-db/postgresql:* )
63 ssl? (
64 - !libressl? ( dev-libs/openssl:0 )
65 - libressl? ( dev-libs/libressl )
66 + dev-libs/openssl:0
67 )
68 radius? ( net-dialup/freeradius-client )"