From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8CCB21382C5 for ; Sun, 2 May 2021 08:54:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1355E08CD; Sun, 2 May 2021 08:54:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F46FE08CD for ; Sun, 2 May 2021 08:54:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60024340CE1 for ; Sun, 2 May 2021 08:54:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92B9066A for ; Sun, 2 May 2021 08:54:01 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1619944978.6a1868d799a86864ab627e5f3ed17a82428bc9c7.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/courier/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/courier/courier-1.0.13.ebuild mail-mta/courier/courier-1.0.14.ebuild mail-mta/courier/courier-1.0.17.ebuild mail-mta/courier/courier-1.0.5.ebuild mail-mta/courier/courier-1.1.2.ebuild X-VCS-Directories: mail-mta/courier/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 6a1868d799a86864ab627e5f3ed17a82428bc9c7 X-VCS-Branch: master Date: Sun, 2 May 2021 08:54:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8d3d01c1-8bb5-48f2-82c1-da3732396bd1 X-Archives-Hash: 735d4af431103dc8726c1ae432c05ca6 commit: 6a1868d799a86864ab627e5f3ed17a82428bc9c7 Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 08:42:58 2021 +0000 Commit: Mikle Kolyada gentoo 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 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