From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/
Date: Sun, 2 May 2021 20:00:49 +0000 (UTC) [thread overview]
Message-ID: <1619985612.4cf4f5ef056e06359a2c11b2ff0f5b09df3c47b0.zlogene@gentoo> (raw)
commit: 4cf4f5ef056e06359a2c11b2ff0f5b09df3c47b0
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May 2 20:00:12 2021 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May 2 20:00:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf4f5ef
net-vpn/openfortivpn: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
net-vpn/openfortivpn/openfortivpn-1.13.2.ebuild | 6 ++----
net-vpn/openfortivpn/openfortivpn-1.13.3.ebuild | 6 ++----
net-vpn/openfortivpn/openfortivpn-1.15.0.ebuild | 6 ++----
net-vpn/openfortivpn/openfortivpn-1.16.0.ebuild | 4 +---
4 files changed, 7 insertions(+), 15 deletions(-)
diff --git a/net-vpn/openfortivpn/openfortivpn-1.13.2.ebuild b/net-vpn/openfortivpn/openfortivpn-1.13.2.ebuild
index 6055fa16e3c..db3015c68b8 100644
--- a/net-vpn/openfortivpn/openfortivpn-1.13.2.ebuild
+++ b/net-vpn/openfortivpn/openfortivpn-1.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,12 +12,10 @@ SRC_URI="https://github.com/adrienverge/openfortivpn/archive/v${PV}.tar.gz -> ${
LICENSE="GPL-3-with-openssl-exception openssl"
SLOT="0"
KEYWORDS="amd64"
-IUSE="libressl"
DEPEND="
net-dialup/ppp
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
"
RDEPEND="${DEPEND}"
diff --git a/net-vpn/openfortivpn/openfortivpn-1.13.3.ebuild b/net-vpn/openfortivpn/openfortivpn-1.13.3.ebuild
index 2cda60426dc..0c64cdfd137 100644
--- a/net-vpn/openfortivpn/openfortivpn-1.13.3.ebuild
+++ b/net-vpn/openfortivpn/openfortivpn-1.13.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,12 +12,10 @@ SRC_URI="https://github.com/adrienverge/openfortivpn/archive/v${PV}.tar.gz -> ${
LICENSE="GPL-3-with-openssl-exception openssl"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="libressl"
DEPEND="
net-dialup/ppp
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
"
RDEPEND="${DEPEND}"
diff --git a/net-vpn/openfortivpn/openfortivpn-1.15.0.ebuild b/net-vpn/openfortivpn/openfortivpn-1.15.0.ebuild
index 2cda60426dc..0c64cdfd137 100644
--- a/net-vpn/openfortivpn/openfortivpn-1.15.0.ebuild
+++ b/net-vpn/openfortivpn/openfortivpn-1.15.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,12 +12,10 @@ SRC_URI="https://github.com/adrienverge/openfortivpn/archive/v${PV}.tar.gz -> ${
LICENSE="GPL-3-with-openssl-exception openssl"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="libressl"
DEPEND="
net-dialup/ppp
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
"
RDEPEND="${DEPEND}"
diff --git a/net-vpn/openfortivpn/openfortivpn-1.16.0.ebuild b/net-vpn/openfortivpn/openfortivpn-1.16.0.ebuild
index 07bc57683ad..0c64cdfd137 100644
--- a/net-vpn/openfortivpn/openfortivpn-1.16.0.ebuild
+++ b/net-vpn/openfortivpn/openfortivpn-1.16.0.ebuild
@@ -12,12 +12,10 @@ SRC_URI="https://github.com/adrienverge/openfortivpn/archive/v${PV}.tar.gz -> ${
LICENSE="GPL-3-with-openssl-exception openssl"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="libressl"
DEPEND="
net-dialup/ppp
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
"
RDEPEND="${DEPEND}"
next reply other threads:[~2021-05-02 20:00 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-02 20:00 Mikle Kolyada [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-24 8:16 [gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/ Petr Vaněk
2024-11-23 15:05 Michał Górny
2024-10-19 1:23 Mike Gilbert
2024-07-14 14:12 Conrad Kostecki
2023-07-04 19:21 Sam James
2023-06-01 19:14 Mike Gilbert
2023-05-30 22:12 Sam James
2023-05-18 7:51 Joonas Niilola
2022-12-18 18:50 Arthur Zamarin
2022-11-08 23:16 Sam James
2022-11-08 8:30 Sam James
2022-10-27 12:55 Joonas Niilola
2022-10-27 12:55 Joonas Niilola
2021-12-05 4:49 Sam James
2021-10-24 4:06 Sam James
2021-10-20 9:31 Sam James
2021-10-20 3:26 Sam James
2021-10-20 3:26 Sam James
2021-05-03 5:21 Johannes Huber
2021-03-08 7:19 Johannes Huber
2020-12-24 10:24 Johannes Huber
2020-04-29 10:48 Johannes Huber
2020-03-31 9:33 Johannes Huber
2020-03-31 8:17 Mikle Kolyada
2020-03-28 8:28 Johannes Huber
2020-02-18 16:58 Johannes Huber
2020-02-17 12:13 Agostino Sarubbo
2019-12-26 11:18 Johannes Huber
2019-12-13 9:45 Agostino Sarubbo
2019-12-12 20:48 Johannes Huber
2019-06-30 9:18 Johannes Huber
2019-06-06 20:39 Johannes Huber
2019-06-06 6:51 Agostino Sarubbo
2019-05-25 12:55 Johannes Huber
2019-05-19 20:36 Mikle Kolyada
2019-05-01 8:21 Johannes Huber
2019-01-06 16:58 Andreas K. Hüttel
2018-10-06 14:12 Johannes Huber
2018-07-21 14:17 Mikle Kolyada
2018-07-18 19:16 Johannes Huber
2018-06-24 18:20 Johannes Huber
2018-06-19 16:02 Johannes Huber
2018-06-19 16:02 Johannes Huber
2018-06-14 20:51 Johannes Huber
2018-05-26 22:41 Johannes Huber
2018-05-11 20:53 Mikle Kolyada
2018-05-11 9:00 Johannes Huber
2018-03-18 16:29 Johannes Huber
2017-11-07 22:59 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1619985612.4cf4f5ef056e06359a2c11b2ff0f5b09df3c47b0.zlogene@gentoo \
--to=zlogene@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox