summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-05-02 22:46:16 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-05-02 22:47:14 +0300
commit46f4a77b56c11b6dec1ad0938384923becb3c0d9 (patch)
treef78779d688ef64e569a1b8bd0418de211d88011d /net-irc/unrealircd
parentnet-irc/ngircd: remove libressl support (diff)
downloadgentoo-46f4a77b56c11b6dec1ad0938384923becb3c0d9.tar.gz
gentoo-46f4a77b56c11b6dec1ad0938384923becb3c0d9.tar.bz2
gentoo-46f4a77b56c11b6dec1ad0938384923becb3c0d9.zip
net-irc/unrealircd: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-irc/unrealircd')
-rw-r--r--net-irc/unrealircd/unrealircd-5.0.6.ebuild7
-rw-r--r--net-irc/unrealircd/unrealircd-5.0.7-r1.ebuild7
-rw-r--r--net-irc/unrealircd/unrealircd-5.0.7-r2.ebuild7
-rw-r--r--net-irc/unrealircd/unrealircd-5.0.7.ebuild7
-rw-r--r--net-irc/unrealircd/unrealircd-5.0.8.ebuild5
5 files changed, 14 insertions, 19 deletions
diff --git a/net-irc/unrealircd/unrealircd-5.0.6.ebuild b/net-irc/unrealircd/unrealircd-5.0.6.ebuild
index f7f86359b533..b8aa4d35c7af 100644
--- a/net-irc/unrealircd/unrealircd-5.0.6.ebuild
+++ b/net-irc/unrealircd/unrealircd-5.0.6.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
@@ -13,7 +13,7 @@ SRC_URI="https://www.unrealircd.org/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86 ~amd64-linux"
-IUSE="class-nofakelag curl libressl +operoverride operoverride-verify +prefixaq showlistmodes"
+IUSE="class-nofakelag curl +operoverride operoverride-verify +prefixaq showlistmodes"
RDEPEND="
acct-group/unrealircd
@@ -21,8 +21,7 @@ RDEPEND="
>=app-crypt/argon2-20171227-r1:=
dev-libs/libpcre2
>=net-dns/c-ares-1.7:=
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:= )
+ dev-libs/openssl:0=
curl? ( net-misc/curl[adns] )
"
DEPEND="${RDEPEND}"
diff --git a/net-irc/unrealircd/unrealircd-5.0.7-r1.ebuild b/net-irc/unrealircd/unrealircd-5.0.7-r1.ebuild
index 4807b6d11438..5f185b996545 100644
--- a/net-irc/unrealircd/unrealircd-5.0.7-r1.ebuild
+++ b/net-irc/unrealircd/unrealircd-5.0.7-r1.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
@@ -13,7 +13,7 @@ SRC_URI="https://www.unrealircd.org/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
-IUSE="class-nofakelag curl libressl +operoverride operoverride-verify +prefixaq showlistmodes"
+IUSE="class-nofakelag curl +operoverride operoverride-verify +prefixaq showlistmodes"
RDEPEND="
acct-group/unrealircd
@@ -21,8 +21,7 @@ RDEPEND="
>=app-crypt/argon2-20171227-r1:=
dev-libs/libpcre2
>=net-dns/c-ares-1.7:=
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:= )
+ dev-libs/openssl:0=
curl? ( net-misc/curl[adns] )
"
DEPEND="${RDEPEND}"
diff --git a/net-irc/unrealircd/unrealircd-5.0.7-r2.ebuild b/net-irc/unrealircd/unrealircd-5.0.7-r2.ebuild
index df06523b4325..759107f92ff0 100644
--- a/net-irc/unrealircd/unrealircd-5.0.7-r2.ebuild
+++ b/net-irc/unrealircd/unrealircd-5.0.7-r2.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
@@ -13,7 +13,7 @@ SRC_URI="https://www.unrealircd.org/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
-IUSE="class-nofakelag curl libressl +operoverride operoverride-verify +prefixaq showlistmodes"
+IUSE="class-nofakelag curl +operoverride operoverride-verify +prefixaq showlistmodes"
RDEPEND="
acct-group/unrealircd
@@ -21,8 +21,7 @@ RDEPEND="
>=app-crypt/argon2-20171227-r1:=
dev-libs/libpcre2
>=net-dns/c-ares-1.7:=
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:= )
+ dev-libs/openssl:0=
curl? ( net-misc/curl[adns] )
"
DEPEND="${RDEPEND}"
diff --git a/net-irc/unrealircd/unrealircd-5.0.7.ebuild b/net-irc/unrealircd/unrealircd-5.0.7.ebuild
index 438a6541a211..bfc04f2575fb 100644
--- a/net-irc/unrealircd/unrealircd-5.0.7.ebuild
+++ b/net-irc/unrealircd/unrealircd-5.0.7.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
@@ -13,7 +13,7 @@ SRC_URI="https://www.unrealircd.org/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
-IUSE="class-nofakelag curl libressl +operoverride operoverride-verify +prefixaq showlistmodes"
+IUSE="class-nofakelag curl +operoverride operoverride-verify +prefixaq showlistmodes"
RDEPEND="
acct-group/unrealircd
@@ -21,8 +21,7 @@ RDEPEND="
>=app-crypt/argon2-20171227-r1:=
dev-libs/libpcre2
>=net-dns/c-ares-1.7:=
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:= )
+ dev-libs/openssl:0=
curl? ( net-misc/curl[adns] )
"
DEPEND="${RDEPEND}"
diff --git a/net-irc/unrealircd/unrealircd-5.0.8.ebuild b/net-irc/unrealircd/unrealircd-5.0.8.ebuild
index 48b03f3e0792..759107f92ff0 100644
--- a/net-irc/unrealircd/unrealircd-5.0.8.ebuild
+++ b/net-irc/unrealircd/unrealircd-5.0.8.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.unrealircd.org/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
-IUSE="class-nofakelag curl libressl +operoverride operoverride-verify +prefixaq showlistmodes"
+IUSE="class-nofakelag curl +operoverride operoverride-verify +prefixaq showlistmodes"
RDEPEND="
acct-group/unrealircd
@@ -21,8 +21,7 @@ RDEPEND="
>=app-crypt/argon2-20171227-r1:=
dev-libs/libpcre2
>=net-dns/c-ares-1.7:=
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:= )
+ dev-libs/openssl:0=
curl? ( net-misc/curl[adns] )
"
DEPEND="${RDEPEND}"