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-vpn/openfortivpn/
Date: Sun, 02 May 2021 20:00:52
Message-Id: 1619985612.4cf4f5ef056e06359a2c11b2ff0f5b09df3c47b0.zlogene@gentoo
1 commit: 4cf4f5ef056e06359a2c11b2ff0f5b09df3c47b0
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 20:00:12 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 20:00:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf4f5ef
7
8 net-vpn/openfortivpn: 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-vpn/openfortivpn/openfortivpn-1.13.2.ebuild | 6 ++----
14 net-vpn/openfortivpn/openfortivpn-1.13.3.ebuild | 6 ++----
15 net-vpn/openfortivpn/openfortivpn-1.15.0.ebuild | 6 ++----
16 net-vpn/openfortivpn/openfortivpn-1.16.0.ebuild | 4 +---
17 4 files changed, 7 insertions(+), 15 deletions(-)
18
19 diff --git a/net-vpn/openfortivpn/openfortivpn-1.13.2.ebuild b/net-vpn/openfortivpn/openfortivpn-1.13.2.ebuild
20 index 6055fa16e3c..db3015c68b8 100644
21 --- a/net-vpn/openfortivpn/openfortivpn-1.13.2.ebuild
22 +++ b/net-vpn/openfortivpn/openfortivpn-1.13.2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -12,12 +12,10 @@ SRC_URI="https://github.com/adrienverge/openfortivpn/archive/v${PV}.tar.gz -> ${
30 LICENSE="GPL-3-with-openssl-exception openssl"
31 SLOT="0"
32 KEYWORDS="amd64"
33 -IUSE="libressl"
34
35 DEPEND="
36 net-dialup/ppp
37 - !libressl? ( dev-libs/openssl:0= )
38 - libressl? ( dev-libs/libressl:0= )
39 + dev-libs/openssl:0=
40 "
41 RDEPEND="${DEPEND}"
42
43
44 diff --git a/net-vpn/openfortivpn/openfortivpn-1.13.3.ebuild b/net-vpn/openfortivpn/openfortivpn-1.13.3.ebuild
45 index 2cda60426dc..0c64cdfd137 100644
46 --- a/net-vpn/openfortivpn/openfortivpn-1.13.3.ebuild
47 +++ b/net-vpn/openfortivpn/openfortivpn-1.13.3.ebuild
48 @@ -1,4 +1,4 @@
49 -# Copyright 1999-2020 Gentoo Authors
50 +# Copyright 1999-2021 Gentoo Authors
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI=7
54 @@ -12,12 +12,10 @@ SRC_URI="https://github.com/adrienverge/openfortivpn/archive/v${PV}.tar.gz -> ${
55 LICENSE="GPL-3-with-openssl-exception openssl"
56 SLOT="0"
57 KEYWORDS="~amd64"
58 -IUSE="libressl"
59
60 DEPEND="
61 net-dialup/ppp
62 - !libressl? ( dev-libs/openssl:0= )
63 - libressl? ( dev-libs/libressl:0= )
64 + dev-libs/openssl:0=
65 "
66 RDEPEND="${DEPEND}"
67
68
69 diff --git a/net-vpn/openfortivpn/openfortivpn-1.15.0.ebuild b/net-vpn/openfortivpn/openfortivpn-1.15.0.ebuild
70 index 2cda60426dc..0c64cdfd137 100644
71 --- a/net-vpn/openfortivpn/openfortivpn-1.15.0.ebuild
72 +++ b/net-vpn/openfortivpn/openfortivpn-1.15.0.ebuild
73 @@ -1,4 +1,4 @@
74 -# Copyright 1999-2020 Gentoo Authors
75 +# Copyright 1999-2021 Gentoo Authors
76 # Distributed under the terms of the GNU General Public License v2
77
78 EAPI=7
79 @@ -12,12 +12,10 @@ SRC_URI="https://github.com/adrienverge/openfortivpn/archive/v${PV}.tar.gz -> ${
80 LICENSE="GPL-3-with-openssl-exception openssl"
81 SLOT="0"
82 KEYWORDS="~amd64"
83 -IUSE="libressl"
84
85 DEPEND="
86 net-dialup/ppp
87 - !libressl? ( dev-libs/openssl:0= )
88 - libressl? ( dev-libs/libressl:0= )
89 + dev-libs/openssl:0=
90 "
91 RDEPEND="${DEPEND}"
92
93
94 diff --git a/net-vpn/openfortivpn/openfortivpn-1.16.0.ebuild b/net-vpn/openfortivpn/openfortivpn-1.16.0.ebuild
95 index 07bc57683ad..0c64cdfd137 100644
96 --- a/net-vpn/openfortivpn/openfortivpn-1.16.0.ebuild
97 +++ b/net-vpn/openfortivpn/openfortivpn-1.16.0.ebuild
98 @@ -12,12 +12,10 @@ SRC_URI="https://github.com/adrienverge/openfortivpn/archive/v${PV}.tar.gz -> ${
99 LICENSE="GPL-3-with-openssl-exception openssl"
100 SLOT="0"
101 KEYWORDS="~amd64"
102 -IUSE="libressl"
103
104 DEPEND="
105 net-dialup/ppp
106 - !libressl? ( dev-libs/openssl:0= )
107 - libressl? ( dev-libs/libressl:0= )
108 + dev-libs/openssl:0=
109 "
110 RDEPEND="${DEPEND}"