From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7CA7B1584AD for ; Mon, 21 Apr 2025 08:05:17 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 60ABE33FE60 for ; Mon, 21 Apr 2025 08:05:17 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 400051104B1; Mon, 21 Apr 2025 08:05:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 371D21104B1 for ; Mon, 21 Apr 2025 08:05:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB9E234076D for ; Mon, 21 Apr 2025 08:05:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72C7919B9 for ; Mon, 21 Apr 2025 08:05:11 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1745222634.10290aa19fe42fb2289984941a129fc689de1ff5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xpdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xpdf/xpdf-4.05-r1.ebuild app-text/xpdf/xpdf-4.05.ebuild X-VCS-Directories: app-text/xpdf/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 10290aa19fe42fb2289984941a129fc689de1ff5 X-VCS-Branch: master Date: Mon, 21 Apr 2025 08:05:11 +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: c57747b3-477d-462f-a1c9-37235c36acdb X-Archives-Hash: da82dbad495ca0d551be9fbed575dced commit: 10290aa19fe42fb2289984941a129fc689de1ff5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 21 07:57:39 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Apr 21 08:03:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10290aa1 app-text/xpdf: Drop IUSE qt6 (Qt5 build option) The question remains why we added back an old PDF toolkit with plenty of known security holes fixed by poppler since forking XPDF-3. Yeah right, "fixed in xpdf-5" which has not become a thing since 2022. But at the very least it must not block Qt5 cleanup. Held my nose and just dropped that. Bug: https://bugs.gentoo.org/856475 Closes: https://bugs.gentoo.org/939729 Signed-off-by: Andreas Sturmlechner gentoo.org> .../xpdf/{xpdf-4.05.ebuild => xpdf-4.05-r1.ebuild} | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/app-text/xpdf/xpdf-4.05.ebuild b/app-text/xpdf/xpdf-4.05-r1.ebuild similarity index 89% rename from app-text/xpdf/xpdf-4.05.ebuild rename to app-text/xpdf/xpdf-4.05-r1.ebuild index a6b60faa0c1a..7b24de8f2e4e 100644 --- a/app-text/xpdf/xpdf-4.05.ebuild +++ b/app-text/xpdf/xpdf-4.05-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/xpdf.asc inherit cmake desktop verify-sig xdg -DESCRIPTION="The PDF viewer and tools" +DESCRIPTION="PDF viewer and toolkit" HOMEPAGE="https://www.xpdfreader.com" SRC_URI="https://dl.xpdfreader.com/${P}.tar.gz i18n? ( @@ -27,30 +27,26 @@ SRC_URI="https://dl.xpdfreader.com/${P}.tar.gz LICENSE="|| ( GPL-2 GPL-3 ) i18n? ( BSD )" SLOT="0" KEYWORDS="amd64 x86" -IUSE="cmyk cups +fontconfig i18n icons +libpaper metric opi png +textselect utils qt6" +IUSE="cmyk cups +fontconfig i18n icons +libpaper metric opi png +textselect utils" BDEPEND=" icons? ( gnome-base/librsvg ) verify-sig? ( sec-keys/openpgp-keys-xpdf ) " DEPEND=" + dev-qt/qtbase:6[concurrent,network,widgets] + media-libs/freetype + sys-libs/zlib cups? ( - qt6? ( dev-qt/qtbase:6[gui,widgets] ) - !qt6? ( dev-qt/qtprintsupport:5[cups] ) - dev-qt/qtprintsupport:5[cups] + dev-qt/qtbase:6[gui,widgets] net-print/cups ) fontconfig? ( media-libs/fontconfig ) libpaper? ( app-text/libpaper:= ) utils? ( png? ( media-libs/libpng:0 ) ) - qt6? ( dev-qt/qtbase:6[network,concurrent,widgets] ) - !qt6? ( dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 ) - media-libs/freetype - sys-libs/zlib " RDEPEND="${DEPEND} - qt6? ( dev-qt/qtsvg:6 ) - !qt6? ( dev-qt/qtsvg:5 ) + dev-qt/qtsvg:6 media-fonts/urw-fonts " @@ -95,7 +91,6 @@ src_configure() { -DWITH_LIBPNG=$(usex png) -DXPDFWIDGET_PRINTING=$(usex cups) -DSYSTEM_XPDFRC="${EPREFIX}/etc/xpdfrc" - -DCMAKE_DISABLE_FIND_PACKAGE_Qt6Widgets=$(usex !qt6) ) cmake_src_configure }