Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/rarian/files/
Date: Mon, 30 Oct 2017 21:32:04
Message-Id: 1509398768.a059e5589941664a7d54f2d65500ee5e3b84b2b7.monsieurp@gentoo
1 commit: a059e5589941664a7d54f2d65500ee5e3b84b2b7
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Oct 1 13:28:37 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 30 21:26:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a059e558
7
8 app-text/rarian: remove unused patch.
9
10 Closes: https://github.com/gentoo/gentoo/pull/5828
11
12 app-text/rarian/files/rarian-0.8.1-fix-old-doc.patch | 13 -------------
13 1 file changed, 13 deletions(-)
14
15 diff --git a/app-text/rarian/files/rarian-0.8.1-fix-old-doc.patch b/app-text/rarian/files/rarian-0.8.1-fix-old-doc.patch
16 deleted file mode 100644
17 index f84f987d8f1..00000000000
18 --- a/app-text/rarian/files/rarian-0.8.1-fix-old-doc.patch
19 +++ /dev/null
20 @@ -1,13 +0,0 @@
21 ---- util/rarian-sk-preinstall.cpp.old 2008-09-01 20:40:21.000000000 +0200
22 -+++ util/rarian-sk-preinstall.cpp 2010-01-30 11:29:39.000000000 +0100
23 -@@ -96,8 +96,8 @@
24 - }
25 - if (i == 1) {
26 - /* Normal path. Add file:/ to the start */
27 -- new_url = (char *) malloc (sizeof(char) * (strlen (input) + 7));
28 -- sprintf (new_url, "file:/%s", input);
29 -+ new_url = (char *) malloc (sizeof(char) * (strlen (input) + 8));
30 -+ sprintf (new_url, "file://%s", input);
31 - } else {
32 - /* Don't know what to do. Just copy and append file: to it */
33 - new_url = (char *) malloc (sizeof(char) * (strlen(input) + 6));