diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-10-01 15:28:37 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-10-30 22:26:08 +0100 |
commit | a059e5589941664a7d54f2d65500ee5e3b84b2b7 (patch) | |
tree | d6e08f9ae8f2f9855b7bb66911da13e04df541e3 /app-text/rarian | |
parent | app-admin/packagekit-base: remove unused patches. (diff) | |
download | gentoo-a059e5589941664a7d54f2d65500ee5e3b84b2b7.tar.gz gentoo-a059e5589941664a7d54f2d65500ee5e3b84b2b7.tar.bz2 gentoo-a059e5589941664a7d54f2d65500ee5e3b84b2b7.zip |
app-text/rarian: remove unused patch.
Closes: https://github.com/gentoo/gentoo/pull/5828
Diffstat (limited to 'app-text/rarian')
-rw-r--r-- | app-text/rarian/files/rarian-0.8.1-fix-old-doc.patch | 13 |
1 files changed, 0 insertions, 13 deletions
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 index f84f987d8f10..000000000000 --- a/app-text/rarian/files/rarian-0.8.1-fix-old-doc.patch +++ /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)); |