commit:     6a1868d799a86864ab627e5f3ed17a82428bc9c7
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 08:42:58 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May  2 08:42:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a1868d7

mail-mta/courier: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 mail-mta/courier/courier-1.0.13.ebuild | 5 ++---
 mail-mta/courier/courier-1.0.14.ebuild | 5 ++---
 mail-mta/courier/courier-1.0.17.ebuild | 5 ++---
 mail-mta/courier/courier-1.0.5.ebuild  | 5 ++---
 mail-mta/courier/courier-1.1.2.ebuild  | 5 ++---
 5 files changed, 10 insertions(+), 15 deletions(-)

diff --git a/mail-mta/courier/courier-1.0.13.ebuild 
b/mail-mta/courier/courier-1.0.13.ebuild
index c05f3387c09..dbbd6de3147 100644
--- a/mail-mta/courier/courier-1.0.13.ebuild
+++ b/mail-mta/courier/courier-1.0.13.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE="postgres ldap libressl mysql pam nls ipv6 spell fax crypt norewrite \
+IUSE="postgres ldap mysql pam nls ipv6 spell fax crypt norewrite \
        fam web webmail gnutls"
 
 DEPEND="
@@ -21,8 +21,7 @@ DEPEND="
        net-dns/libidn:=
        gnutls? ( net-libs/gnutls:= )
        !gnutls? (
-               !libressl? ( dev-libs/openssl:0= )
-               libressl? ( dev-libs/libressl:0= )
+               dev-libs/openssl:0=
        )
        >=sys-libs/gdbm-1.8.0
        dev-libs/libpcre

diff --git a/mail-mta/courier/courier-1.0.14.ebuild 
b/mail-mta/courier/courier-1.0.14.ebuild
index 4ad365ca157..5c392591b5d 100644
--- a/mail-mta/courier/courier-1.0.14.ebuild
+++ b/mail-mta/courier/courier-1.0.14.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-IUSE="postgres ldap libressl mysql pam nls ipv6 spell fax crypt norewrite \
+IUSE="postgres ldap mysql pam nls ipv6 spell fax crypt norewrite \
        fam web webmail gnutls"
 
 DEPEND="
@@ -21,8 +21,7 @@ DEPEND="
        net-dns/libidn:=
        gnutls? ( net-libs/gnutls:= )
        !gnutls? (
-               !libressl? ( dev-libs/openssl:0= )
-               libressl? ( dev-libs/libressl:0= )
+               dev-libs/openssl:0=
        )
        >=sys-libs/gdbm-1.8.0
        dev-libs/libpcre

diff --git a/mail-mta/courier/courier-1.0.17.ebuild 
b/mail-mta/courier/courier-1.0.17.ebuild
index 18202c44d22..54b43c46eaf 100644
--- a/mail-mta/courier/courier-1.0.17.ebuild
+++ b/mail-mta/courier/courier-1.0.17.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE="postgres ldap libressl mysql pam nls ipv6 spell fax crypt norewrite \
+IUSE="postgres ldap mysql pam nls ipv6 spell fax crypt norewrite \
        fam web webmail gnutls"
 
 DEPEND="
@@ -21,8 +21,7 @@ DEPEND="
        net-dns/libidn:=
        gnutls? ( net-libs/gnutls:= )
        !gnutls? (
-               !libressl? ( dev-libs/openssl:0= )
-               libressl? ( dev-libs/libressl:0= )
+               dev-libs/openssl:0=
        )
        >=sys-libs/gdbm-1.8.0
        dev-libs/libpcre

diff --git a/mail-mta/courier/courier-1.0.5.ebuild 
b/mail-mta/courier/courier-1.0.5.ebuild
index 243d53af7de..d72ae7ccd03 100644
--- a/mail-mta/courier/courier-1.0.5.ebuild
+++ b/mail-mta/courier/courier-1.0.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-IUSE="postgres ldap libressl mysql pam nls ipv6 spell fax crypt norewrite \
+IUSE="postgres ldap mysql pam nls ipv6 spell fax crypt norewrite \
        fam web webmail gnutls"
 
 DEPEND="
@@ -21,8 +21,7 @@ DEPEND="
        net-dns/libidn:=
        gnutls? ( net-libs/gnutls:= )
        !gnutls? (
-               !libressl? ( dev-libs/openssl:0= )
-               libressl? ( dev-libs/libressl:0= )
+               dev-libs/openssl:0=
        )
        >=sys-libs/gdbm-1.8.0
        dev-libs/libpcre

diff --git a/mail-mta/courier/courier-1.1.2.ebuild 
b/mail-mta/courier/courier-1.1.2.ebuild
index c62aaf44619..8fa881169a0 100644
--- a/mail-mta/courier/courier-1.1.2.ebuild
+++ b/mail-mta/courier/courier-1.1.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE="postgres ldap libressl mysql pam nls ipv6 spell fax crypt norewrite \
+IUSE="postgres ldap mysql pam nls ipv6 spell fax crypt norewrite \
        fam web webmail gnutls"
 
 DEPEND="
@@ -21,8 +21,7 @@ DEPEND="
        net-dns/libidn:=
        gnutls? ( net-libs/gnutls:= )
        !gnutls? (
-               !libressl? ( dev-libs/openssl:0= )
-               libressl? ( dev-libs/libressl:0= )
+               dev-libs/openssl:0=
        )
        >=sys-libs/gdbm-1.8.0
        dev-libs/libpcre

Reply via email to