commit: 1d3178ee373b4f5ad410e2fc53b9f424a0f7b858 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Tue Jun 23 07:46:38 2020 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Jun 23 07:47:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d3178ee
app-text/recode: fix broken utf8 character. Patch courtesy of Anon Emuss <abuslbea <AT> centurylink.net>. Closes: https://bugs.gentoo.org/706326 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> app-text/recode/files/recode-3.6-recode.texi.patch | 11 +++++++++++ app-text/recode/recode-3.6_p20-r1.ebuild | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/app-text/recode/files/recode-3.6-recode.texi.patch b/app-text/recode/files/recode-3.6-recode.texi.patch new file mode 100644 index 00000000000..bb5b1bcc274 --- /dev/null +++ b/app-text/recode/files/recode-3.6-recode.texi.patch @@ -0,0 +1,11 @@ +--- a/doc/recode.texi 2020-06-23 07:43:20.959074594 -0000 ++++ a/doc/recode.texi 2020-06-23 07:43:32.262338563 -0000 +@@ -3713,7 +3713,7 @@ + between HTML and various other charsets. + + Here is a list of those HTML variants which @code{recode} supports. +-Some notes have been provided by Fran�ois Yergeau @email{yergeau@@alis.com}. ++Some notes have been provided by Francois Yergeau @email{yergeau@@alis.com}. + + @table @code + @item XML-standalone diff --git a/app-text/recode/recode-3.6_p20-r1.ebuild b/app-text/recode/recode-3.6_p20-r1.ebuild index 5c5b4edfe9e..6157d48a39d 100644 --- a/app-text/recode/recode-3.6_p20-r1.ebuild +++ b/app-text/recode/recode-3.6_p20-r1.ebuild @@ -35,8 +35,9 @@ src_prepare() { rm "${WORKDIR}"/debian/patches/series || die epatch \ + "${FILESDIR}/${MY_P}-recode.texi.patch" \ "${FILESDIR}/${MY_P}-gettextfix.diff" \ - "${FILESDIR}"/${MY_P}-as-if.patch \ + "${FILESDIR}/${MY_P}-as-if.patch" \ "${WORKDIR}"/debian/patches/* sed -i '1i#include <stdlib.h>' src/argmatch.c || die
