From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/easy-rsa/
Date: Sun, 2 May 2021 16:40:52 +0000 (UTC) [thread overview]
Message-ID: <1619973648.823b637a55bb0b192406127f145e406f899884cf.zlogene@gentoo> (raw)
commit: 823b637a55bb0b192406127f145e406f899884cf
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May 2 16:28:27 2021 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May 2 16:40:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=823b637a
app-crypt/easy-rsa: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
app-crypt/easy-rsa/easy-rsa-3.0.4.ebuild | 6 ++----
app-crypt/easy-rsa/easy-rsa-3.0.5.ebuild | 6 ++----
app-crypt/easy-rsa/easy-rsa-3.0.6.ebuild | 4 +---
app-crypt/easy-rsa/easy-rsa-3.0.7.ebuild | 4 +---
app-crypt/easy-rsa/easy-rsa-3.0.8.ebuild | 6 ++----
5 files changed, 8 insertions(+), 18 deletions(-)
diff --git a/app-crypt/easy-rsa/easy-rsa-3.0.4.ebuild b/app-crypt/easy-rsa/easy-rsa-3.0.4.ebuild
index 6d770f3626c..4e24f9daeec 100644
--- a/app-crypt/easy-rsa/easy-rsa-3.0.4.ebuild
+++ b/app-crypt/easy-rsa/easy-rsa-3.0.4.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,10 +12,8 @@ SRC_URI="https://github.com/OpenVPN/easy-rsa/releases/download/v${PV}/${MY_P}.tg
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86"
-IUSE="libressl"
-DEPEND="!libressl? ( >=dev-libs/openssl-0.9.6:0 )
- libressl? ( dev-libs/libressl )"
+DEPEND=">=dev-libs/openssl-0.9.6:0"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
diff --git a/app-crypt/easy-rsa/easy-rsa-3.0.5.ebuild b/app-crypt/easy-rsa/easy-rsa-3.0.5.ebuild
index fd0685a8069..6fd7eb5f4af 100644
--- a/app-crypt/easy-rsa/easy-rsa-3.0.5.ebuild
+++ b/app-crypt/easy-rsa/easy-rsa-3.0.5.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
@@ -10,10 +10,8 @@ SRC_URI="https://github.com/OpenVPN/easy-rsa/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86"
-IUSE="libressl"
-DEPEND="!libressl? ( >=dev-libs/openssl-0.9.6:0 )
- libressl? ( dev-libs/libressl )"
+DEPEND=">=dev-libs/openssl-0.9.6:0"
RDEPEND="${DEPEND}"
src_install() {
diff --git a/app-crypt/easy-rsa/easy-rsa-3.0.6.ebuild b/app-crypt/easy-rsa/easy-rsa-3.0.6.ebuild
index 89d2d7bea84..00a7d25b039 100644
--- a/app-crypt/easy-rsa/easy-rsa-3.0.6.ebuild
+++ b/app-crypt/easy-rsa/easy-rsa-3.0.6.ebuild
@@ -10,10 +10,8 @@ SRC_URI="https://github.com/OpenVPN/easy-rsa/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-IUSE="libressl"
-DEPEND="!libressl? ( >=dev-libs/openssl-0.9.6:0= )
- libressl? ( dev-libs/libressl:0= )"
+DEPEND=">=dev-libs/openssl-0.9.6:0="
RDEPEND="${DEPEND}"
src_install() {
diff --git a/app-crypt/easy-rsa/easy-rsa-3.0.7.ebuild b/app-crypt/easy-rsa/easy-rsa-3.0.7.ebuild
index 89d2d7bea84..00a7d25b039 100644
--- a/app-crypt/easy-rsa/easy-rsa-3.0.7.ebuild
+++ b/app-crypt/easy-rsa/easy-rsa-3.0.7.ebuild
@@ -10,10 +10,8 @@ SRC_URI="https://github.com/OpenVPN/easy-rsa/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-IUSE="libressl"
-DEPEND="!libressl? ( >=dev-libs/openssl-0.9.6:0= )
- libressl? ( dev-libs/libressl:0= )"
+DEPEND=">=dev-libs/openssl-0.9.6:0="
RDEPEND="${DEPEND}"
src_install() {
diff --git a/app-crypt/easy-rsa/easy-rsa-3.0.8.ebuild b/app-crypt/easy-rsa/easy-rsa-3.0.8.ebuild
index e6a124b4fe8..551894f3a47 100644
--- a/app-crypt/easy-rsa/easy-rsa-3.0.8.ebuild
+++ b/app-crypt/easy-rsa/easy-rsa-3.0.8.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
@@ -10,10 +10,8 @@ SRC_URI="https://github.com/OpenVPN/easy-rsa/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE="libressl"
-DEPEND="!libressl? ( >=dev-libs/openssl-0.9.6:0= )
- libressl? ( dev-libs/libressl:0= )"
+DEPEND=">=dev-libs/openssl-0.9.6:0="
RDEPEND="${DEPEND}"
src_install() {
next reply other threads:[~2021-05-02 16:40 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-02 16:40 Mikle Kolyada [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-03 20:00 [gentoo-commits] repo/gentoo:master commit in: app-crypt/easy-rsa/ Sam James
2025-02-03 16:04 Jakov Smolić
2025-02-03 16:04 Jakov Smolić
2025-02-03 16:04 Jakov Smolić
2025-02-03 16:04 Jakov Smolić
2025-02-03 11:17 Bernard Cafarelli
2024-09-25 8:02 Bernard Cafarelli
2024-09-25 8:02 Bernard Cafarelli
2024-06-24 23:44 Yixun Lan
2024-06-21 4:23 Arthur Zamarin
2024-06-20 20:14 Arthur Zamarin
2024-06-20 10:16 Arthur Zamarin
2024-06-20 10:16 Arthur Zamarin
2024-06-20 7:29 Sam James
2024-06-20 7:27 Sam James
2024-05-19 9:16 Bernard Cafarelli
2023-11-06 11:22 Bernard Cafarelli
2023-09-09 13:17 David Seifert
2023-08-26 14:49 Bernard Cafarelli
2023-08-01 21:18 Bernard Cafarelli
2023-08-01 21:18 Bernard Cafarelli
2023-03-17 18:06 Arthur Zamarin
2023-03-17 17:01 Sam James
2023-03-17 17:00 Sam James
2023-03-17 16:42 Arthur Zamarin
2023-03-17 16:20 Arthur Zamarin
2023-03-17 16:04 Arthur Zamarin
2023-02-05 8:30 Joonas Niilola
2023-02-05 8:30 Joonas Niilola
2023-02-05 8:30 Joonas Niilola
2023-01-14 23:22 Sam James
2023-01-14 23:22 Sam James
2023-01-14 23:22 Sam James
2023-01-14 23:22 Sam James
2023-01-14 23:22 Sam James
2023-01-14 23:22 Sam James
2022-10-17 19:23 Sam James
2020-11-13 12:47 Mikle Kolyada
2020-11-13 12:47 Mikle Kolyada
2020-04-04 15:16 Mikle Kolyada
2019-12-03 8:24 Mikle Kolyada
2019-02-16 18:58 Aaron Bauman
2019-02-10 12:04 Mikle Kolyada
2018-12-16 10:37 Mikle Kolyada
2018-10-04 17:21 Mikle Kolyada
2018-09-22 10:50 Mikle Kolyada
2018-09-22 10:50 Mikle Kolyada
2018-09-22 10:47 Mikle Kolyada
2018-07-01 13:15 Mikle Kolyada
2018-05-29 15:01 Mikle Kolyada
2018-05-11 11:29 Mikle Kolyada
2017-09-20 12:39 Manuel Rüger
2017-07-23 12:04 Manuel Rüger
2016-12-20 19:16 Tobias Klausmann
2016-10-26 16:57 Markus Meier
2016-10-16 6:49 Jeroen Roovers
2016-02-23 23:18 Manuel Rüger
2016-02-23 23:18 Manuel Rüger
2016-02-02 22:01 Manuel Rüger
2016-02-02 22:00 Manuel Rüger
2015-12-06 20:07 Dirkjan Ochtman
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=1619973648.823b637a55bb0b192406127f145e406f899884cf.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