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 35C331382C5 for ; Sun, 2 May 2021 15:53:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AC4BE0887; Sun, 2 May 2021 15:52:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 67760E0887 for ; Sun, 2 May 2021 15:52:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 49A0B335D9A for ; Sun, 2 May 2021 15:52:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC880643 for ; Sun, 2 May 2021 15:52:56 +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: <1619970773.42ae557bfe0a7bcb0ac88b761ec97a43236cb7ba.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/m2crypto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/m2crypto/m2crypto-0.35.2-r1.ebuild dev-python/m2crypto/m2crypto-0.36.0-r1.ebuild dev-python/m2crypto/m2crypto-0.37.1-r1.ebuild dev-python/m2crypto/m2crypto-0.37.1.ebuild X-VCS-Directories: dev-python/m2crypto/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 42ae557bfe0a7bcb0ac88b761ec97a43236cb7ba X-VCS-Branch: master Date: Sun, 2 May 2021 15:52:56 +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: 4b9869a3-3e73-42f4-8b13-425afa9d5233 X-Archives-Hash: fed7994341a4ad6cbcbe40ded34c6f23 commit: 42ae557bfe0a7bcb0ac88b761ec97a43236cb7ba Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 15:49:36 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 15:52:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ae557b dev-python/m2crypto: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> dev-python/m2crypto/m2crypto-0.35.2-r1.ebuild | 8 +------- dev-python/m2crypto/m2crypto-0.36.0-r1.ebuild | 8 +------- dev-python/m2crypto/m2crypto-0.37.1-r1.ebuild | 5 ++--- dev-python/m2crypto/m2crypto-0.37.1.ebuild | 9 ++------- 4 files changed, 6 insertions(+), 24 deletions(-) diff --git a/dev-python/m2crypto/m2crypto-0.35.2-r1.ebuild b/dev-python/m2crypto/m2crypto-0.35.2-r1.ebuild index a96e594465a..20ad917a37b 100644 --- a/dev-python/m2crypto/m2crypto-0.35.2-r1.ebuild +++ b/dev-python/m2crypto/m2crypto-0.35.2-r1.ebuild @@ -16,11 +16,9 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="libressl" RDEPEND=" - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= $(python_gen_cond_dep ' dev-python/typing[${PYTHON_USEDEP}] ' -2) @@ -33,10 +31,6 @@ BDEPEND=" S="${WORKDIR}/${MY_PN}-${PV}" -PATCHES=( - "${FILESDIR}/${PN}-libressl-0.31.0.patch" -) - swig_define() { local x for x; do diff --git a/dev-python/m2crypto/m2crypto-0.36.0-r1.ebuild b/dev-python/m2crypto/m2crypto-0.36.0-r1.ebuild index 7bdd305b75f..221b4223b39 100644 --- a/dev-python/m2crypto/m2crypto-0.36.0-r1.ebuild +++ b/dev-python/m2crypto/m2crypto-0.36.0-r1.ebuild @@ -16,11 +16,9 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="libressl" RDEPEND=" - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= $(python_gen_cond_dep ' dev-python/typing[${PYTHON_USEDEP}] ' -2) @@ -33,10 +31,6 @@ BDEPEND=" S="${WORKDIR}/${MY_PN}-${PV}" -PATCHES=( - "${FILESDIR}/${PN}-libressl-0.31.0.patch" -) - swig_define() { local x for x; do diff --git a/dev-python/m2crypto/m2crypto-0.37.1-r1.ebuild b/dev-python/m2crypto/m2crypto-0.37.1-r1.ebuild index a0205b4bf2d..af9a680ac8a 100644 --- a/dev-python/m2crypto/m2crypto-0.37.1-r1.ebuild +++ b/dev-python/m2crypto/m2crypto-0.37.1-r1.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="libressl test" +IUSE="test" RESTRICT="!test? ( test )" BDEPEND=" @@ -25,8 +25,7 @@ BDEPEND=" test? ( dev-python/parameterized[${PYTHON_USEDEP}] ) " RDEPEND=" - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= " DEPEND="${RDEPEND}" diff --git a/dev-python/m2crypto/m2crypto-0.37.1.ebuild b/dev-python/m2crypto/m2crypto-0.37.1.ebuild index 33b0214c3a1..e4bd5539a6b 100644 --- a/dev-python/m2crypto/m2crypto-0.37.1.ebuild +++ b/dev-python/m2crypto/m2crypto-0.37.1.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="libressl test" +IUSE="test" RESTRICT="!test? ( test )" BDEPEND=" @@ -25,15 +25,10 @@ BDEPEND=" test? ( dev-python/parameterized[${PYTHON_USEDEP}] ) " RDEPEND=" - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= " DEPEND="${RDEPEND}" -PATCHES=( - "${FILESDIR}/${PN}-libressl-0.31.0.patch" -) - swig_define() { local x for x; do