app-text/rarian: remove unused patch.
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 1 Oct 2017 13:28:37 +0000 (15:28 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Mon, 30 Oct 2017 21:26:08 +0000 (22:26 +0100)
Closes: https://github.com/gentoo/gentoo/pull/5828

app-text/rarian/files/rarian-0.8.1-fix-old-doc.patch [deleted file]

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
deleted file mode 100644 (file)
index f84f987..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- util/rarian-sk-preinstall.cpp.old  2008-09-01 20:40:21.000000000 +0200
-+++ util/rarian-sk-preinstall.cpp      2010-01-30 11:29:39.000000000 +0100
-@@ -96,8 +96,8 @@
-     }
-     if (i == 1) {
-       /* Normal path.  Add file:/ to the start */
--      new_url = (char *) malloc (sizeof(char) * (strlen (input) + 7));
--      sprintf (new_url, "file:/%s", input);
-+      new_url = (char *) malloc (sizeof(char) * (strlen (input) + 8));
-+      sprintf (new_url, "file://%s", input);
-     } else {
-       /* Don't know what to do.  Just copy and append file: to it */
-       new_url = (char *) malloc (sizeof(char) * (strlen(input) + 6));