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 A4394138334 for ; Fri, 18 Oct 2019 21:13:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE7D1E0940; Fri, 18 Oct 2019 21:12:59 +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 ACC03E0940 for ; Fri, 18 Oct 2019 21:12:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A38F434C021 for ; Fri, 18 Oct 2019 21:12:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BB83828 for ; Fri, 18 Oct 2019 21:12:56 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1571433161.35338f9e73b8ddbf63c2c2c75639ae142bf0c686.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/maxima/files/, sci-mathematics/maxima/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/maxima/files/texinfo-0.patch sci-mathematics/maxima/maxima-5.43.0.ebuild X-VCS-Directories: sci-mathematics/maxima/files/ sci-mathematics/maxima/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 35338f9e73b8ddbf63c2c2c75639ae142bf0c686 X-VCS-Branch: master Date: Fri, 18 Oct 2019 21:12:56 +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: 2d001178-0893-4375-9ef6-9cad25146575 X-Archives-Hash: aa5b38c9910e89036d8b8ef1c899f460 commit: 35338f9e73b8ddbf63c2c2c75639ae142bf0c686 Author: Ulrich Müller gentoo org> AuthorDate: Fri Oct 18 21:12:17 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Oct 18 21:12:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35338f9e sci-mathematics/maxima: Declare encoding of imaxima texinfo file. Closes: https://bugs.gentoo.org/697494 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> sci-mathematics/maxima/files/texinfo-0.patch | 12 ++++++++++++ sci-mathematics/maxima/maxima-5.43.0.ebuild | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/maxima/files/texinfo-0.patch b/sci-mathematics/maxima/files/texinfo-0.patch new file mode 100644 index 00000000000..9b8782dffce --- /dev/null +++ b/sci-mathematics/maxima/files/texinfo-0.patch @@ -0,0 +1,12 @@ +Fix build with texinfo-6.7. +https://bugs.gentoo.org/697494 + +--- maxima-5.43.0.orig/interfaces/emacs/imaxima/imaxima.texi ++++ maxima-5.43.0/interfaces/emacs/imaxima/imaxima.texi +@@ -1,5 +1,6 @@ + \input texinfo @c -*-texinfo-*- + @c %**start of header ++@documentencoding ISO-8859-1 + @setfilename imaxima.info + @settitle Imaxima Manual + @paragraphindent 0 diff --git a/sci-mathematics/maxima/maxima-5.43.0.ebuild b/sci-mathematics/maxima/maxima-5.43.0.ebuild index c537cea53d2..3d2e0121287 100644 --- a/sci-mathematics/maxima/maxima-5.43.0.ebuild +++ b/sci-mathematics/maxima/maxima-5.43.0.ebuild @@ -96,7 +96,7 @@ pkg_setup() { src_prepare() { local n PATCHES v - PATCHES=( emacs-0 rmaxima-0 wish-2 xdg-utils-1 ) + PATCHES=( emacs-0 rmaxima-0 wish-2 xdg-utils-1 texinfo-0 ) n=${#PATCHES[*]} for ((n--; n >= 0; n--)); do