From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BABCC1382CD for ; Sun, 26 Jun 2016 00:09:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2335314225; Sun, 26 Jun 2016 00:09:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E56E14225 for ; Sun, 26 Jun 2016 00:09:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B2B8340C97 for ; Sun, 26 Jun 2016 00:09:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D4742437 for ; Sun, 26 Jun 2016 00:09:32 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1466899534.648ae1721f2c00dc0c430df1780e11bca6c01ef2.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/opensc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/opensc/opensc-0.14.0.ebuild dev-libs/opensc/opensc-0.15.0.ebuild dev-libs/opensc/opensc-0.16.0.ebuild X-VCS-Directories: dev-libs/opensc/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 648ae1721f2c00dc0c430df1780e11bca6c01ef2 X-VCS-Branch: master Date: Sun, 26 Jun 2016 00:09:32 +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-Archives-Salt: 8c1553b0-901c-4a61-8070-cfc781dfae82 X-Archives-Hash: 47419f9cab0b74e8695db8a3b8d4b4b3 commit: 648ae1721f2c00dc0c430df1780e11bca6c01ef2 Author: Anthony G. Basile gentoo org> AuthorDate: Sun Jun 26 00:05:34 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Jun 26 00:05:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648ae172 dev-libs/opensc: add libressl support Package-Manager: portage-2.2.28 dev-libs/opensc/opensc-0.14.0.ebuild | 9 ++++++--- dev-libs/opensc/opensc-0.15.0.ebuild | 9 ++++++--- dev-libs/opensc/opensc-0.16.0.ebuild | 7 +++++-- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/dev-libs/opensc/opensc-0.14.0.ebuild b/dev-libs/opensc/opensc-0.14.0.ebuild index 3fc15f8..2003be3 100644 --- a/dev-libs/opensc/opensc-0.14.0.ebuild +++ b/dev-libs/opensc/opensc-0.14.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,11 +13,14 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="doc +pcsc-lite secure-messaging openct ctapi readline ssl zlib" +IUSE="doc +pcsc-lite secure-messaging openct ctapi readline libressl ssl zlib" RDEPEND="zlib? ( sys-libs/zlib ) readline? ( sys-libs/readline:0= ) - ssl? ( dev-libs/openssl:0= ) + ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + ) openct? ( >=dev-libs/openct-0.5.0 ) pcsc-lite? ( >=sys-apps/pcsc-lite-1.3.0 )" DEPEND="${RDEPEND} diff --git a/dev-libs/opensc/opensc-0.15.0.ebuild b/dev-libs/opensc/opensc-0.15.0.ebuild index 3fc15f8..2003be3 100644 --- a/dev-libs/opensc/opensc-0.15.0.ebuild +++ b/dev-libs/opensc/opensc-0.15.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,11 +13,14 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="doc +pcsc-lite secure-messaging openct ctapi readline ssl zlib" +IUSE="doc +pcsc-lite secure-messaging openct ctapi readline libressl ssl zlib" RDEPEND="zlib? ( sys-libs/zlib ) readline? ( sys-libs/readline:0= ) - ssl? ( dev-libs/openssl:0= ) + ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + ) openct? ( >=dev-libs/openct-0.5.0 ) pcsc-lite? ( >=sys-apps/pcsc-lite-1.3.0 )" DEPEND="${RDEPEND} diff --git a/dev-libs/opensc/opensc-0.16.0.ebuild b/dev-libs/opensc/opensc-0.16.0.ebuild index 4d50416..55030e4 100644 --- a/dev-libs/opensc/opensc-0.16.0.ebuild +++ b/dev-libs/opensc/opensc-0.16.0.ebuild @@ -13,11 +13,14 @@ SRC_URI="https://github.com/OpenSC/OpenSC/releases/download/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="doc +pcsc-lite secure-messaging openct ctapi readline ssl zlib" +IUSE="doc +pcsc-lite secure-messaging openct ctapi readline libressl ssl zlib" RDEPEND="zlib? ( sys-libs/zlib ) readline? ( sys-libs/readline:0= ) - ssl? ( dev-libs/openssl:0= ) + ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + ) openct? ( >=dev-libs/openct-0.5.0 ) pcsc-lite? ( >=sys-apps/pcsc-lite-1.3.0 )" DEPEND="${RDEPEND}