summaryrefslogtreecommitdiff
path: root/office/calibre/patches/fix-shebangs.patch
diff options
context:
space:
mode:
authorlarryhaja <larryhaja@gmail.com>2013-11-13 18:46:12 -0800
committerRobby Workman <rworkman@slackbuilds.org>2013-11-13 23:02:17 -0600
commit5073760b5605c857db861683084c25822239576b (patch)
treebe18656a8be71a9a744356368c27cc09beb6282b /office/calibre/patches/fix-shebangs.patch
parent76fa97b9d1090deb8410d33dbf28978ae3217a33 (diff)
downloadslackbuilds-5073760b5605c857db861683084c25822239576b.tar.gz
office/calibre: Upgraded to 1.10.0
Removed the noqthacks patch Removed the fix-shebangs patch Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/calibre/patches/fix-shebangs.patch')
-rw-r--r--office/calibre/patches/fix-shebangs.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/office/calibre/patches/fix-shebangs.patch b/office/calibre/patches/fix-shebangs.patch
deleted file mode 100644
index e742926d37..0000000000
--- a/office/calibre/patches/fix-shebangs.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff -Naur calibre.orig/src/calibre/ebooks/markdown/extensions/def_list.py calibre/src/calibre/ebooks/markdown/extensions/def_list.py
---- calibre.orig/src/calibre/ebooks/markdown/extensions/def_list.py 2012-06-29 04:53:39.000000000 +0000
-+++ calibre/src/calibre/ebooks/markdown/extensions/def_list.py 2012-07-03 03:31:12.127833772 +0000
-@@ -1,4 +1,4 @@
--#!/usr/bin/env Python
-+#!/usr/bin/env python
- """
- Definition List Extension for Python-Markdown
- =============================================
-diff -Naur calibre.orig/src/calibre/ebooks/markdown/extensions/meta.py calibre/src/calibre/ebooks/markdown/extensions/meta.py
---- calibre.orig/src/calibre/ebooks/markdown/extensions/meta.py 2012-06-29 04:53:39.000000000 +0000
-+++ calibre/src/calibre/ebooks/markdown/extensions/meta.py 2012-07-03 03:31:34.910833575 +0000
-@@ -1,4 +1,4 @@
--#!usr/bin/python
-+#!/usr/bin/python
-
- """
- Meta Data Extension for Python-Markdown
-diff -Naur calibre.orig/src/calibre/ebooks/markdown/extensions/tables.py calibre/src/calibre/ebooks/markdown/extensions/tables.py
---- calibre.orig/src/calibre/ebooks/markdown/extensions/tables.py 2012-06-29 04:53:39.000000000 +0000
-+++ calibre/src/calibre/ebooks/markdown/extensions/tables.py 2012-07-03 03:31:45.957833583 +0000
-@@ -1,4 +1,4 @@
--#!/usr/bin/env Python
-+#!/usr/bin/env python
- """
- Tables Extension for Python-Markdown
- ====================================