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 226D813835A for ; Sun, 2 May 2021 15:08:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 279E4E089A; Sun, 2 May 2021 15:08:01 +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 0FC3FE089A for ; Sun, 2 May 2021 15:08:01 +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 1CC24340C50 for ; Sun, 2 May 2021 15:08:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71D2E737 for ; Sun, 2 May 2021 15:07:58 +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: <1619968074.a115df979a70f05634583ab3c6bb58cb3693b307.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/qpdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/qpdf/qpdf-10.0.4.ebuild app-text/qpdf/qpdf-10.1.0.ebuild app-text/qpdf/qpdf-10.3.1.ebuild X-VCS-Directories: app-text/qpdf/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: a115df979a70f05634583ab3c6bb58cb3693b307 X-VCS-Branch: master Date: Sun, 2 May 2021 15:07:58 +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: f9e394a4-f974-4e85-88b7-688770ced738 X-Archives-Hash: 6ba914f7e72546c49a3f35a0a413bcf2 commit: a115df979a70f05634583ab3c6bb58cb3693b307 Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 14:57:30 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 15:07:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a115df97 app-text/qpdf: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> app-text/qpdf/qpdf-10.0.4.ebuild | 5 ++--- app-text/qpdf/qpdf-10.1.0.ebuild | 5 ++--- app-text/qpdf/qpdf-10.3.1.ebuild | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/app-text/qpdf/qpdf-10.0.4.ebuild b/app-text/qpdf/qpdf-10.0.4.ebuild index da30b1934de..e6c1b177248 100644 --- a/app-text/qpdf/qpdf-10.0.4.ebuild +++ b/app-text/qpdf/qpdf-10.0.4.ebuild @@ -11,7 +11,7 @@ LICENSE="|| ( Apache-2.0 Artistic-2 )" # subslot = libqpdf soname version SLOT="0/28" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris" -IUSE="doc examples libressl ssl test" +IUSE="doc examples ssl test" RESTRICT="!test? ( test )" RDEPEND=" @@ -19,8 +19,7 @@ RDEPEND=" sys-libs/zlib virtual/jpeg:0= ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) " DEPEND="${RDEPEND} diff --git a/app-text/qpdf/qpdf-10.1.0.ebuild b/app-text/qpdf/qpdf-10.1.0.ebuild index da30b1934de..e6c1b177248 100644 --- a/app-text/qpdf/qpdf-10.1.0.ebuild +++ b/app-text/qpdf/qpdf-10.1.0.ebuild @@ -11,7 +11,7 @@ LICENSE="|| ( Apache-2.0 Artistic-2 )" # subslot = libqpdf soname version SLOT="0/28" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris" -IUSE="doc examples libressl ssl test" +IUSE="doc examples ssl test" RESTRICT="!test? ( test )" RDEPEND=" @@ -19,8 +19,7 @@ RDEPEND=" sys-libs/zlib virtual/jpeg:0= ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) " DEPEND="${RDEPEND} diff --git a/app-text/qpdf/qpdf-10.3.1.ebuild b/app-text/qpdf/qpdf-10.3.1.ebuild index cfb3febebac..8144742131d 100644 --- a/app-text/qpdf/qpdf-10.3.1.ebuild +++ b/app-text/qpdf/qpdf-10.3.1.ebuild @@ -11,7 +11,7 @@ LICENSE="|| ( Apache-2.0 Artistic-2 )" # subslot = libqpdf soname version SLOT="0/28" KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris" -IUSE="doc examples libressl ssl test" +IUSE="doc examples ssl test" RESTRICT="!test? ( test )" RDEPEND=" @@ -19,8 +19,7 @@ RDEPEND=" sys-libs/zlib virtual/jpeg:0= ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) " DEPEND="${RDEPEND}