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 9606D13835C for ; Sun, 2 May 2021 16:12:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4821E0885; Sun, 2 May 2021 16:12:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B41E7E0885 for ; Sun, 2 May 2021 16:12:18 +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 DBDFC340B23 for ; Sun, 2 May 2021 16:12:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4562A73D for ; Sun, 2 May 2021 16:12:16 +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: <1619971933.51c9485b0bb0eec9e44908469894f9c57da9f9fb.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/open-isns/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/open-isns/open-isns-0.100.ebuild sys-block/open-isns/open-isns-0.101.ebuild sys-block/open-isns/open-isns-0.98.ebuild sys-block/open-isns/open-isns-0.99.ebuild X-VCS-Directories: sys-block/open-isns/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 51c9485b0bb0eec9e44908469894f9c57da9f9fb X-VCS-Branch: master Date: Sun, 2 May 2021 16:12:16 +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: 0d81344c-6842-44b4-87c6-c76bf9f7e81a X-Archives-Hash: 347e26841a5c76ebe67e202d213af075 commit: 51c9485b0bb0eec9e44908469894f9c57da9f9fb Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 16:11:53 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 16:12:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c9485b sys-block/open-isns: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> sys-block/open-isns/open-isns-0.100.ebuild | 9 +++------ sys-block/open-isns/open-isns-0.101.ebuild | 7 ++----- sys-block/open-isns/open-isns-0.98.ebuild | 7 ++----- sys-block/open-isns/open-isns-0.99.ebuild | 9 +++------ 4 files changed, 10 insertions(+), 22 deletions(-) diff --git a/sys-block/open-isns/open-isns-0.100.ebuild b/sys-block/open-isns/open-isns-0.100.ebuild index 63213dbfd79..fa1351cf05c 100644 --- a/sys-block/open-isns/open-isns-0.100.ebuild +++ b/sys-block/open-isns/open-isns-0.100.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,19 +12,16 @@ SRC_URI="https://github.com/open-iscsi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug libressl ssl static" +IUSE="debug ssl static" DEPEND=" ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) " RDEPEND="${DEPEND}" PATCHES=( - "${FILESDIR}/${PN}-0.98-libressl-compatibility.patch" - "${FILESDIR}/${PN}-0.100-respect-AR.patch" # Upstream patches (can usually be removed with next version bump) diff --git a/sys-block/open-isns/open-isns-0.101.ebuild b/sys-block/open-isns/open-isns-0.101.ebuild index 5f7c4bb83ec..395977907a5 100644 --- a/sys-block/open-isns/open-isns-0.101.ebuild +++ b/sys-block/open-isns/open-isns-0.101.ebuild @@ -12,19 +12,16 @@ SRC_URI="https://github.com/open-iscsi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug libressl ssl static" +IUSE="debug ssl static" DEPEND=" ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) " RDEPEND="${DEPEND}" PATCHES=( - "${FILESDIR}/${PN}-0.98-libressl-compatibility.patch" - "${FILESDIR}/${PN}-0.100-respect-AR.patch" ) diff --git a/sys-block/open-isns/open-isns-0.98.ebuild b/sys-block/open-isns/open-isns-0.98.ebuild index 6cf8f4626f7..98e5c2e8a45 100644 --- a/sys-block/open-isns/open-isns-0.98.ebuild +++ b/sys-block/open-isns/open-isns-0.98.ebuild @@ -12,18 +12,15 @@ SRC_URI="https://github.com/open-iscsi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="debug libressl slp ssl static" +IUSE="debug slp ssl static" DEPEND=" ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) slp? ( net-libs/openslp )" RDEPEND="${DEPEND}" -PATCHES=( "${FILESDIR}/${P}-libressl-compatibility.patch" ) - src_configure() { use debug && append-cppflags -DDEBUG_TCP -DDEBUG_SCSI append-lfs-flags diff --git a/sys-block/open-isns/open-isns-0.99.ebuild b/sys-block/open-isns/open-isns-0.99.ebuild index e9c2b890b98..e7290c1b77b 100644 --- a/sys-block/open-isns/open-isns-0.99.ebuild +++ b/sys-block/open-isns/open-isns-0.99.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,18 +12,15 @@ SRC_URI="https://github.com/open-iscsi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug libressl slp ssl static" +IUSE="debug slp ssl static" DEPEND=" ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) slp? ( net-libs/openslp )" RDEPEND="${DEPEND}" -PATCHES=( "${FILESDIR}/${PN}-0.98-libressl-compatibility.patch" ) - src_configure() { use debug && append-cppflags -DDEBUG_TCP -DDEBUG_SCSI append-lfs-flags