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 3B73F1382C5 for ; Sat, 8 May 2021 17:15:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87E28E077D; Sat, 8 May 2021 17:15:36 +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 6D41AE077D for ; Sat, 8 May 2021 17:15:36 +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 0542D340A3B for ; Sat, 8 May 2021 17:15:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69A445C4 for ; Sat, 8 May 2021 17:15:33 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1620494096.63fb4c69c4b4a47e10a9022860eae9b730d06a34.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/abiword/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/abiword/Manifest app-office/abiword/abiword-3.0.4.ebuild X-VCS-Directories: app-office/abiword/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 63fb4c69c4b4a47e10a9022860eae9b730d06a34 X-VCS-Branch: master Date: Sat, 8 May 2021 17:15:33 +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: 6d2545b2-ebdc-4d94-9200-ca12d2933ade X-Archives-Hash: fb50ff4860be91561d5d94bf825d9cd8 commit: 63fb4c69c4b4a47e10a9022860eae9b730d06a34 Author: David Seifert gentoo org> AuthorDate: Sat May 8 17:14:56 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 8 17:14:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63fb4c69 app-office/abiword: Fix building under GCC 11 Closes: https://bugs.gentoo.org/787731 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert gentoo.org> app-office/abiword/Manifest | 2 +- app-office/abiword/abiword-3.0.4.ebuild | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app-office/abiword/Manifest b/app-office/abiword/Manifest index 1256d58a97c..e267a640a7d 100644 --- a/app-office/abiword/Manifest +++ b/app-office/abiword/Manifest @@ -1,2 +1,2 @@ -DIST abiword-3.0.4-patchset-r2.tar.xz 9668 BLAKE2B 56739e2a0239a57a26f34e52d54290cb54f246e05209c2c5493f6a0e4d3290df3f7cf87a8463f2688ad3f15d2402f743fb9cdaffa0c53a7bacb2dcf4a6c1bbb5 SHA512 47d65edde9217f107ee2aee9e08e65d69f170f11f8532e2c8e6327b4bec67b13f42bdafe751d88fa525819081ed5b19b1f75859b24d4a07748fb03c62ebd0b13 +DIST abiword-3.0.4-patchset-r3.txz 14752 BLAKE2B 2faaaf333a38ea181b83819fd53fd97c5e98a0cbb0b2ad6e668254a88cb69e922fd3b70a181fc7edd789bc313d929915460a0524ff463166400d8e46d878c034 SHA512 e8d2508cf561b49581441b3b581dd663a966da67175f2a39d4a95a6035d8c8c7c3198ca99f253f8d6f3993a66be752265f612b6c59c7712592e464a1da0f240e DIST abiword-3.0.4.tar.gz 11064305 BLAKE2B fda1732df0bf78f8830c5d68be18f2aec7f88b8d5bb4fe0effc31b48f03d9195a4337087154ba707a70d80bfcff38f92d7298e7b281afe2eacf000eca8dac9c4 SHA512 121708e010cef6722cab5622dc762f2f92c46e43b65b90b881b4f25ff32c1696fa2d281a3a6f2c04d5b9231bbbd0040281e9d4d7e594ec0ace6caae9c9021ec4 diff --git a/app-office/abiword/abiword-3.0.4.ebuild b/app-office/abiword/abiword-3.0.4.ebuild index 17ec5d04dbe..2bc3966f767 100644 --- a/app-office/abiword/abiword-3.0.4.ebuild +++ b/app-office/abiword/abiword-3.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ DESCRIPTION="Fully featured yet light and fast cross platform word processor" HOMEPAGE="http://www.abisource.com/" SRC_URI=" http://www.abisource.com/downloads/${PN}/${PV}/source/${P}.tar.gz - https://dev.gentoo.org/~soap/distfiles/${P}-patchset-r2.tar.xz" + https://dev.gentoo.org/~soap/distfiles/${P}-patchset-r3.txz" LICENSE="GPL-2" SLOT="2" @@ -74,6 +74,7 @@ PATCHES=( "${WORKDIR}"/patches/${PN}-3.0.4-enchant-2.patch # backport "${WORKDIR}"/patches/${PN}-3.0.4-pygobject.patch "${WORKDIR}"/patches/${PN}-3.0.4-asio-standalone-placeholders.patch + "${WORKDIR}"/patches/${PN}-3.0.4-c++17-dynamic-exception-specifications.patch ) src_prepare() {