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 2034715807A for ; Sat, 07 Jun 2025 04:56:27 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 08C2C342FA0 for ; Sat, 07 Jun 2025 04:56:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0CEEC1102BE; Sat, 07 Jun 2025 04:56:26 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 01AFF1102BE for ; Sat, 07 Jun 2025 04:56:25 +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 B036E342FA0 for ; Sat, 07 Jun 2025 04:56:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 234F9265C for ; Sat, 07 Jun 2025 04:56:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1749272065.c273c9d866d1297613a87f1fcaa40d092234ccb5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/gnucash/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/gnucash/gnucash-5.10-r1.ebuild app-office/gnucash/gnucash-5.11.ebuild X-VCS-Directories: app-office/gnucash/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c273c9d866d1297613a87f1fcaa40d092234ccb5 X-VCS-Branch: master Date: Sat, 07 Jun 2025 04:56:24 +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: 1795b603-19e8-4715-be7a-d840698406ae X-Archives-Hash: 5e029a8c97d1f68de82e95cf21a2e1ab commit: c273c9d866d1297613a87f1fcaa40d092234ccb5 Author: Sam James gentoo org> AuthorDate: Sat Jun 7 04:54:25 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 7 04:54:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c273c9d8 app-office/gnucash: drop XML-Parser dep commit 5400c53b2acc7ca096b60267f0ed8e7ccba88575 Author: Andreas Köhler gmx.net> AuthorDate: Fri Mar 9 19:26:03 2007 +0000 Commit: Andreas Köhler gmx.net> CommitDate: Fri Mar 9 19:26:03 2007 +0000 Drop internal copies of libgsf and goffice. Targeted distributions should have goffice packages by now. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15701 57a11ea4-9604-0410-9ed3-97b8803252fd Signed-off-by: Sam James gentoo.org> app-office/gnucash/gnucash-5.10-r1.ebuild | 1 - app-office/gnucash/gnucash-5.11.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/app-office/gnucash/gnucash-5.10-r1.ebuild b/app-office/gnucash/gnucash-5.10-r1.ebuild index d5fbe6a86630..f4865f15e3a3 100644 --- a/app-office/gnucash/gnucash-5.10-r1.ebuild +++ b/app-office/gnucash/gnucash-5.10-r1.ebuild @@ -87,7 +87,6 @@ DEPEND=" ${RDEPEND} >=sys-devel/gettext-0.20 dev-lang/perl - dev-perl/XML-Parser dev-build/libtool >=dev-cpp/gtest-1.8.0 " diff --git a/app-office/gnucash/gnucash-5.11.ebuild b/app-office/gnucash/gnucash-5.11.ebuild index c2691c1c3239..0cba70109bab 100644 --- a/app-office/gnucash/gnucash-5.11.ebuild +++ b/app-office/gnucash/gnucash-5.11.ebuild @@ -90,7 +90,6 @@ DEPEND=" ${RDEPEND} >=sys-devel/gettext-0.20 dev-lang/perl - dev-perl/XML-Parser dev-build/libtool >=dev-cpp/gtest-1.8.0 "