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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E5F81581D3 for ; Tue, 14 May 2024 17:25:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BF0EE2A12; Tue, 14 May 2024 17:25:41 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D669E2A12 for ; Tue, 14 May 2024 17:25:41 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6702335CB4 for ; Tue, 14 May 2024 17:25:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21F641A80 for ; Tue, 14 May 2024 17:25:38 +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: <1715707409.705bcbcd49dc364cb43f22ff0e4dcf753f2da1d7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/scribus/files/, app-office/scribus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/scribus/files/scribus-1.7.0-remove-hello-world-test.patch app-office/scribus/scribus-9999.ebuild X-VCS-Directories: app-office/scribus/files/ app-office/scribus/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 705bcbcd49dc364cb43f22ff0e4dcf753f2da1d7 X-VCS-Branch: master Date: Tue, 14 May 2024 17:25:38 +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: f2a91490-cc30-47dd-bf93-ad661333040f X-Archives-Hash: ffec849dd57bdb9ebecbcf8446b4988a commit: 705bcbcd49dc364cb43f22ff0e4dcf753f2da1d7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue May 14 17:02:29 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue May 14 17:23:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=705bcbcd app-office/scribus: Drop obsolete patch Upstream commit 4ce56cc8d362211958b3d539d2000de9fc4331a7 commented out the directory. Signed-off-by: Andreas Sturmlechner gentoo.org> .../scribus/files/scribus-1.7.0-remove-hello-world-test.patch | 10 ---------- app-office/scribus/scribus-9999.ebuild | 1 - 2 files changed, 11 deletions(-) diff --git a/app-office/scribus/files/scribus-1.7.0-remove-hello-world-test.patch b/app-office/scribus/files/scribus-1.7.0-remove-hello-world-test.patch deleted file mode 100644 index cf9018fe1924..000000000000 --- a/app-office/scribus/files/scribus-1.7.0-remove-hello-world-test.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/scribus/CMakeLists.txt -+++ b/scribus/CMakeLists.txt -@@ -40,7 +40,6 @@ include(styles/CMakeLists.txt) - include(text/CMakeLists.txt) - - add_subdirectory(dtd) --add_subdirectory(ui/qml) - if(WITH_TESTS) - add_subdirectory(tests) - endif() diff --git a/app-office/scribus/scribus-9999.ebuild b/app-office/scribus/scribus-9999.ebuild index e6a659a11344..d7e694a35803 100644 --- a/app-office/scribus/scribus-9999.ebuild +++ b/app-office/scribus/scribus-9999.ebuild @@ -78,7 +78,6 @@ PATCHES=( "${FILESDIR}"/${PN}-1.5.8-cmake.patch # bug 886251 "${FILESDIR}"/${PN}-1.5.3-fpic.patch "${FILESDIR}"/${PN}-1.7.0-findhyphen.patch - "${FILESDIR}"/${PN}-1.7.0-remove-hello-world-test.patch "${FILESDIR}"/${PN}-1.7.0-dont-install-thirdparty-license.patch "${FILESDIR}"/${PN}-1.7.0-fix-icon-version.patch )