Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/msort/files/, app-text/msort/
Date: Sat, 17 Jul 2021 23:00:03
Message-Id: 1626562384.5ba61e178ded689e1145083b180df6fe8329345e.conikost@gentoo
1 commit: 5ba61e178ded689e1145083b180df6fe8329345e
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 22:52:27 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 22:53:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba61e17
7
8 app-text/msort: drop libutf8proc patch
9
10 Current stable release of dev-libs/libutf8proc does not install
11 anymore into an own subdirectory, so we can drop that patch.
12
13 Closes: https://bugs.gentoo.org/802585
14 Package-Manager: Portage-3.0.20, Repoman-3.0.3
15 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
16
17 .../files/msort-8.53-find-utf8proc-headers.patch | 33 ----------------------
18 app-text/msort/msort-8.53.ebuild | 3 +-
19 2 files changed, 1 insertion(+), 35 deletions(-)
20
21 diff --git a/app-text/msort/files/msort-8.53-find-utf8proc-headers.patch b/app-text/msort/files/msort-8.53-find-utf8proc-headers.patch
22 deleted file mode 100644
23 index 9b3845bc601..00000000000
24 --- a/app-text/msort/files/msort-8.53-find-utf8proc-headers.patch
25 +++ /dev/null
26 @@ -1,33 +0,0 @@
27 ---- a/configure.ac 2010-01-11 01:56:36.000000000 +0100
28 -+++ b/configure.ac 2018-09-27 15:05:20.205734233 +0200
29 -@@ -94,7 +94,7 @@
30 - AC_CHECK_HEADERS([alloca.h ctype.h errno.h gnu/libc-version.h langinfo.h libintl.h limits.h locale.h stdargs.h stddef.h stdint.h stdlib.h string.h sys/file.h sys/stat.h time.h tre/tre.h unicode/umachine.h unicode/unorm.h uninum/unicode.h uninum/nsdefs.h uninum/uninum.h unistd.h wchar.h wctype.h])
31 -
32 - if ${utf8proc}; then
33 --AC_CHECK_HEADER([utf8proc.h],[AC_DEFINE([HAVE_UTF8PROC_H], [1],[Define to 1 if you have <utf8proc.h>.])],[AC_MSG_ERROR([LIB UTF8PROC and its header is obligatory. See http://www.flexiguided.de/publications.utf8proc.en.html])])
34 -+AC_CHECK_HEADER([libutf8proc/utf8proc.h],[AC_DEFINE([HAVE_UTF8PROC_H], [1],[Define to 1 if you have <libutf8proc/utf8proc.h>.])],[AC_MSG_ERROR([LIB UTF8PROC and its header is obligatory. See http://www.flexiguided.de/publications.utf8proc.en.html])])
35 - fi
36 -
37 - if ${uninum}; then
38 ---- a/misc.c 2009-08-05 05:09:21.000000000 +0200
39 -+++ b/misc.c 2018-09-27 15:10:37.355738021 +0200
40 -@@ -41,7 +41,7 @@
41 - #include <unicode/umachine.h>
42 - #include <unicode/unorm.h>
43 - #else
44 --#include <utf8proc.h>
45 -+#include <libutf8proc/utf8proc.h>
46 - #include "unorm.h"
47 - #endif
48 - #include <tre/regex.h>
49 ---- a/msort.c 2010-01-11 01:53:32.000000000 +0100
50 -+++ b/msort.c 2018-09-27 15:10:30.275737936 +0200
51 -@@ -57,7 +57,7 @@
52 - #ifndef USEUTF8PROC
53 - #include <unicode/unorm.h>
54 - #else
55 --#include <utf8proc.h>
56 -+#include <libutf8proc/utf8proc.h>
57 - #include "unorm.h"
58 - #endif
59 - #ifdef HAVE_UNINUM_UNICODE_H
60
61 diff --git a/app-text/msort/msort-8.53.ebuild b/app-text/msort/msort-8.53.ebuild
62 index d70c5e1bf09..62a6fff19ef 100644
63 --- a/app-text/msort/msort-8.53.ebuild
64 +++ b/app-text/msort/msort-8.53.ebuild
65 @@ -1,4 +1,4 @@
66 -# Copyright 1999-2019 Gentoo Authors
67 +# Copyright 1999-2021 Gentoo Authors
68 # Distributed under the terms of the GNU General Public License v2
69
70 EAPI=7
71 @@ -22,7 +22,6 @@ RDEPEND="dev-libs/tre
72 DEPEND="${RDEPEND}"
73
74 PATCHES=(
75 - "${FILESDIR}/${P}-find-utf8proc-headers.patch"
76 "${FILESDIR}/${P}-fix-icu-build.patch"
77 "${FILESDIR}/${P}-fix-missing-limits-header.patch"
78 "${FILESDIR}/${P}-fix-segfault-on-certain-input.patch"