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-misc/axel/
Date: Sun, 02 May 2021 12:09:33
Message-Id: 1619956098.863af78b96b6d38065a566f76d3562bbc5bfad91.zlogene@gentoo
1 commit: 863af78b96b6d38065a566f76d3562bbc5bfad91
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 11:48:18 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 11:48:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=863af78b
7
8 net-misc/axel: 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-misc/axel/axel-2.17.10.ebuild | 5 ++---
14 net-misc/axel/axel-2.17.8.ebuild | 5 ++---
15 net-misc/axel/axel-2.17.9.ebuild | 5 ++---
16 3 files changed, 6 insertions(+), 9 deletions(-)
17
18 diff --git a/net-misc/axel/axel-2.17.10.ebuild b/net-misc/axel/axel-2.17.10.ebuild
19 index 07ab4176a7e..c2b94b904b2 100644
20 --- a/net-misc/axel/axel-2.17.10.ebuild
21 +++ b/net-misc/axel/axel-2.17.10.ebuild
22 @@ -10,12 +10,11 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
23 LICENSE="GPL-2"
24 SLOT="0"
25 KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
26 -IUSE="debug libressl nls ssl"
27 +IUSE="debug nls ssl"
28
29 CDEPEND="
30 ssl? (
31 - !libressl? ( dev-libs/openssl:0= )
32 - libressl? ( dev-libs/libressl:0= )
33 + dev-libs/openssl:0=
34 )
35 "
36 DEPEND="${CDEPEND}
37
38 diff --git a/net-misc/axel/axel-2.17.8.ebuild b/net-misc/axel/axel-2.17.8.ebuild
39 index 07ab4176a7e..c2b94b904b2 100644
40 --- a/net-misc/axel/axel-2.17.8.ebuild
41 +++ b/net-misc/axel/axel-2.17.8.ebuild
42 @@ -10,12 +10,11 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
43 LICENSE="GPL-2"
44 SLOT="0"
45 KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
46 -IUSE="debug libressl nls ssl"
47 +IUSE="debug nls ssl"
48
49 CDEPEND="
50 ssl? (
51 - !libressl? ( dev-libs/openssl:0= )
52 - libressl? ( dev-libs/libressl:0= )
53 + dev-libs/openssl:0=
54 )
55 "
56 DEPEND="${CDEPEND}
57
58 diff --git a/net-misc/axel/axel-2.17.9.ebuild b/net-misc/axel/axel-2.17.9.ebuild
59 index 94347826a82..1a4eb679c27 100644
60 --- a/net-misc/axel/axel-2.17.9.ebuild
61 +++ b/net-misc/axel/axel-2.17.9.ebuild
62 @@ -10,12 +10,11 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
66 -IUSE="debug libressl nls ssl"
67 +IUSE="debug nls ssl"
68
69 CDEPEND="
70 ssl? (
71 - !libressl? ( dev-libs/openssl:0= )
72 - libressl? ( dev-libs/libressl:0= )
73 + dev-libs/openssl:0=
74 )
75 "
76 DEPEND="${CDEPEND}