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/ike-scan/
Date: Sat, 01 May 2021 10:02:56
Message-Id: 1619863007.c6d6cc593bb753f86ac689e02d3659cfca004d8c.zlogene@gentoo
1 commit: c6d6cc593bb753f86ac689e02d3659cfca004d8c
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 1 09:56:47 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 09:56:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d6cc59
7
8 net-analyzer/ike-scan: 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/ike-scan/ike-scan-1.9.4.ebuild | 7 +++----
14 net-analyzer/ike-scan/ike-scan-99999.ebuild | 7 +++----
15 2 files changed, 6 insertions(+), 8 deletions(-)
16
17 diff --git a/net-analyzer/ike-scan/ike-scan-1.9.4.ebuild b/net-analyzer/ike-scan/ike-scan-1.9.4.ebuild
18 index 9237de4dda5..aa8522dc3d6 100644
19 --- a/net-analyzer/ike-scan/ike-scan-1.9.4.ebuild
20 +++ b/net-analyzer/ike-scan/ike-scan-1.9.4.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 @@ -11,12 +11,11 @@ SRC_URI="https://github.com/royhills/ike-scan/archive/${PV}.tar.gz -> ${P}.tar.g
28 LICENSE="GPL-2"
29 SLOT="0"
30 KEYWORDS="~amd64 ~ppc x86"
31 -IUSE="libressl ssl"
32 +IUSE="ssl"
33
34 DEPEND="
35 ssl? (
36 - !libressl? ( dev-libs/openssl:0= )
37 - libressl? ( dev-libs/libressl:0= )
38 + dev-libs/openssl:0=
39 )
40 "
41 RDEPEND="
42
43 diff --git a/net-analyzer/ike-scan/ike-scan-99999.ebuild b/net-analyzer/ike-scan/ike-scan-99999.ebuild
44 index 1e9a5ce43bb..4e89ede7807 100644
45 --- a/net-analyzer/ike-scan/ike-scan-99999.ebuild
46 +++ b/net-analyzer/ike-scan/ike-scan-99999.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 @@ -10,13 +10,12 @@ EGIT_REPO_URI="https://github.com/royhills/ike-scan"
54
55 LICENSE="GPL-2"
56 SLOT="0"
57 -IUSE="libressl ssl"
58 +IUSE="ssl"
59 KEYWORDS=""
60
61 DEPEND="
62 ssl? (
63 - !libressl? ( dev-libs/openssl:0= )
64 - libressl? ( dev-libs/libressl:0= )
65 + dev-libs/openssl:0=
66 )
67 "
68 RDEPEND="