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 D443B1581EE for ; Wed, 26 Mar 2025 16:18:09 +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 B7D4A3430D4 for ; Wed, 26 Mar 2025 16:18:09 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 429F2110296; Wed, 26 Mar 2025 16:18:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 3A84A110296 for ; Wed, 26 Mar 2025 16:18:08 +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 D6C273430AA for ; Wed, 26 Mar 2025 16:18:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6753E1743 for ; Wed, 26 Mar 2025 16:18:06 +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: <1743005875.f2d7ffd1f7cac62067ec946ff8ea8869cfce946a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/poppler/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/poppler/poppler-25.03.0.ebuild app-text/poppler/poppler-9999.ebuild X-VCS-Directories: app-text/poppler/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f2d7ffd1f7cac62067ec946ff8ea8869cfce946a X-VCS-Branch: master Date: Wed, 26 Mar 2025 16:18:06 +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: ab748c98-296d-4f45-ae8d-d900a691d5e9 X-Archives-Hash: 86bc634abbec290558351028b58a3e5e commit: f2d7ffd1f7cac62067ec946ff8ea8869cfce946a Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 26 16:17:35 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 26 16:17:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d7ffd1 app-text/poppler: Drop obsolete cmake_policy workaround Closes: https://bugs.gentoo.org/951920 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/poppler/poppler-25.03.0.ebuild | 7 ------- app-text/poppler/poppler-9999.ebuild | 7 ------- 2 files changed, 14 deletions(-) diff --git a/app-text/poppler/poppler-25.03.0.ebuild b/app-text/poppler/poppler-25.03.0.ebuild index 0525bc07254b..d11ce8b43778 100644 --- a/app-text/poppler/poppler-25.03.0.ebuild +++ b/app-text/poppler/poppler-25.03.0.ebuild @@ -100,13 +100,6 @@ src_prepare() { if tc-is-clang ; then sed -e 's/-fno-check-new//' -i cmake/modules/PopplerMacros.cmake || die fi - - if ! grep -Fq 'cmake_policy(SET CMP0002 OLD)' CMakeLists.txt ; then - sed -e '/^cmake_minimum_required/acmake_policy(SET CMP0002 OLD)' \ - -i CMakeLists.txt || die - else - einfo "policy(SET CMP0002 OLD) - workaround can be removed" - fi } src_configure() { diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild index 0525bc07254b..d11ce8b43778 100644 --- a/app-text/poppler/poppler-9999.ebuild +++ b/app-text/poppler/poppler-9999.ebuild @@ -100,13 +100,6 @@ src_prepare() { if tc-is-clang ; then sed -e 's/-fno-check-new//' -i cmake/modules/PopplerMacros.cmake || die fi - - if ! grep -Fq 'cmake_policy(SET CMP0002 OLD)' CMakeLists.txt ; then - sed -e '/^cmake_minimum_required/acmake_policy(SET CMP0002 OLD)' \ - -i CMakeLists.txt || die - else - einfo "policy(SET CMP0002 OLD) - workaround can be removed" - fi } src_configure() {