diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-16 20:10:26 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-16 20:10:26 +0000 |
commit | afcafb80644245ba21118956006e270d85a0c1b6 (patch) | |
tree | fc29df22ffdd6c353caac4ec982d42942c4e11dc /app-text/sword/files | |
parent | amd64/x86 stable wrt #408253 (diff) | |
download | historical-afcafb80644245ba21118956006e270d85a0c1b6.tar.gz historical-afcafb80644245ba21118956006e270d85a0c1b6.tar.bz2 historical-afcafb80644245ba21118956006e270d85a0c1b6.zip |
old
Package-Manager: portage-2.2.0_alpha90/cvs/Linux x86_64
Diffstat (limited to 'app-text/sword/files')
-rw-r--r-- | app-text/sword/files/escape_range.patch | 12 | ||||
-rw-r--r-- | app-text/sword/files/sword-1.5.10+gcc-4.3.patch | 48 | ||||
-rw-r--r-- | app-text/sword/files/sword-1.5.11-gcc44.patch | 10 | ||||
-rw-r--r-- | app-text/sword/files/sword.conf | 2 |
4 files changed, 0 insertions, 72 deletions
diff --git a/app-text/sword/files/escape_range.patch b/app-text/sword/files/escape_range.patch deleted file mode 100644 index e967c4c68256..000000000000 --- a/app-text/sword/files/escape_range.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- utilities/diatheke/cgi/diatheke.pl.orig 2008-02-19 20:53:33.000000000 -0700 -+++ utilities/diatheke/cgi/diatheke.pl 2008-02-19 20:54:05.000000000 -0700 -@@ -110,8 +110,7 @@ - $range = $mydata; - $range =~ tr/+/ /; - $range =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg; -- $range = "-r \"$range\""; -- $range = shell_escape($range); -+ $range = "-r '" . shell_escape($range) . "'"; - } - - elsif ($varname eq "strongs") { diff --git a/app-text/sword/files/sword-1.5.10+gcc-4.3.patch b/app-text/sword/files/sword-1.5.10+gcc-4.3.patch deleted file mode 100644 index 968be88c898e..000000000000 --- a/app-text/sword/files/sword-1.5.10+gcc-4.3.patch +++ /dev/null @@ -1,48 +0,0 @@ ---- include/gbfwordjs.h.orig 2008-06-09 00:45:08.000000000 +0200 -+++ include/gbfwordjs.h 2008-06-09 00:45:49.000000000 +0200 -@@ -21,6 +21,8 @@ - #ifndef GBFWORDSJS_H - #define GBFWORDSJS_H - -+ -+#include <cstdio> - #include <swoptfilter.h> - - SWORD_NAMESPACE_START - ---- include/flatapi.h.orig 2008-06-09 00:51:23.000000000 +0200 -+++ include/flatapi.h 2008-06-09 00:51:43.000000000 +0200 -@@ -29,6 +29,8 @@ - - extern "C" { - -+ -+#include <stdint.h> - #define SWHANDLE intptr_t - - - ---- utilities/diatheke/corediatheke.h.orig 2008-06-09 00:57:06.000000000 +0200 -+++ utilities/diatheke/corediatheke.h 2008-06-09 00:57:57.000000000 +0200 -@@ -3,7 +3,8 @@ - // Licensed under GNU General Public License (GPL) - // see accompanying LICENSE file for license details - --#include <stdio.h> -+#include <cstdio> -+#include <fstream> - - #include "diathekemgr.h" - #include <localemgr.h> - ---- utilities/diatheke/osiscgi.h.orig 2008-06-09 01:01:14.000000000 +0200 -+++ utilities/diatheke/osiscgi.h 2008-06-09 01:01:45.000000000 +0200 -@@ -19,6 +19,7 @@ - - #include <swbasicfilter.h> - -+#include <cctype> - #include <defs.h> - - SWORD_NAMESPACE_START - diff --git a/app-text/sword/files/sword-1.5.11-gcc44.patch b/app-text/sword/files/sword-1.5.11-gcc44.patch deleted file mode 100644 index c2dd3d0fa706..000000000000 --- a/app-text/sword/files/sword-1.5.11-gcc44.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- sword-1.5.11-orig/utilities/emptyvss.cpp -+++ sword-1.5.11/utilities/emptyvss.cpp -@@ -2,6 +2,7 @@ - #include <swmodule.h> - #include <versekey.h> - #include <iostream> -+#include <cstdio> - - #ifndef NO_SWORD_NAMESPACE - using sword::SWMgr; diff --git a/app-text/sword/files/sword.conf b/app-text/sword/files/sword.conf deleted file mode 100644 index 49ea7eeeb752..000000000000 --- a/app-text/sword/files/sword.conf +++ /dev/null @@ -1,2 +0,0 @@ -[Install] -DataPath=/usr/share/sword/ |