Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/nbconvert/files/, dev-python/nbconvert/
Date: Sat, 28 Nov 2015 18:02:45
Message-Id: 1448733669.50f0eb0d541e4ff09bdc008e4ed54674ab8998a0.marbre@gentoo
1 commit: 50f0eb0d541e4ff09bdc008e4ed54674ab8998a0
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Sat Nov 28 18:01:09 2015 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Sat Nov 28 18:01:09 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=50f0eb0d
7
8 dev-python/nbconvert: Drop old patch
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/nbconvert/ChangeLog | 4 +++
13 .../nbconvert-4.0.0-pandoc-highlighting.patch | 37 ----------------------
14 2 files changed, 4 insertions(+), 37 deletions(-)
15
16 diff --git a/dev-python/nbconvert/ChangeLog b/dev-python/nbconvert/ChangeLog
17 index b03b909..5893b22 100644
18 --- a/dev-python/nbconvert/ChangeLog
19 +++ b/dev-python/nbconvert/ChangeLog
20 @@ -2,6 +2,10 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Id$
23
24 + 28 Nov 2015; Marius Brehler <marbre@××××××××××××××.de>
25 + -files/nbconvert-4.0.0-pandoc-highlighting.patch:
26 + dev-python/nbconvert: Drop old patch
27 +
28 28 Nov 2015; Marius Brehler <marbre@××××××××××××××.de> -Manifest,
29 -nbconvert-4.0.0-r1.ebuild, -nbconvert-4.1.0.ebuild:
30 dev-python/nbconvert: Moved to tree
31
32 diff --git a/dev-python/nbconvert/files/nbconvert-4.0.0-pandoc-highlighting.patch b/dev-python/nbconvert/files/nbconvert-4.0.0-pandoc-highlighting.patch
33 deleted file mode 100644
34 index 793856a..0000000
35 --- a/dev-python/nbconvert/files/nbconvert-4.0.0-pandoc-highlighting.patch
36 +++ /dev/null
37 @@ -1,37 +0,0 @@
38 -commit 983473d2e5f71ebef07dab51ae497596af5bc9ac
39 -Author: James Hetherington <jamespjh@××××××××××.com>
40 -Date: Mon Aug 31 18:06:46 2015 +0100
41 -
42 - Add highlighting commands from more recent pandoc
43 -
44 -diff --git a/nbconvert/templates/latex/base.tplx b/nbconvert/templates/latex/base.tplx
45 -index 7d45c5d..a1568c5 100644
46 ---- a/nbconvert/templates/latex/base.tplx
47 -+++ b/nbconvert/templates/latex/base.tplx
48 -@@ -84,6 +84,26 @@ This template does not define a docclass, the inheriting class must define this.
49 - \newcommand{\ErrorTok}[1]{\textcolor[rgb]{1.00,0.00,0.00}{\textbf{{#1}}}}
50 - \newcommand{\NormalTok}[1]{{#1}}
51 -
52 -+ % Additional commands for more recent versions of Pandoc
53 -+ \newcommand{\ConstantTok}[1]{\textcolor[rgb]{0.53,0.00,0.00}{{#1}}}
54 -+ \newcommand{\SpecialCharTok}[1]{\textcolor[rgb]{0.25,0.44,0.63}{{#1}}}
55 -+ \newcommand{\VerbatimStringTok}[1]{\textcolor[rgb]{0.25,0.44,0.63}{{#1}}}
56 -+ \newcommand{\SpecialStringTok}[1]{\textcolor[rgb]{0.73,0.40,0.53}{{#1}}}
57 -+ \newcommand{\ImportTok}[1]{{#1}}
58 -+ \newcommand{\DocumentationTok}[1]{\textcolor[rgb]{0.73,0.13,0.13}{\textit{{#1}}}}
59 -+ \newcommand{\AnnotationTok}[1]{\textcolor[rgb]{0.38,0.63,0.69}{\textbf{\textit{{#1}}}}}
60 -+ \newcommand{\CommentVarTok}[1]{\textcolor[rgb]{0.38,0.63,0.69}{\textbf{\textit{{#1}}}}}
61 -+ \newcommand{\VariableTok}[1]{\textcolor[rgb]{0.10,0.09,0.49}{{#1}}}
62 -+ \newcommand{\ControlFlowTok}[1]{\textcolor[rgb]{0.00,0.44,0.13}{\textbf{{#1}}}}
63 -+ \newcommand{\OperatorTok}[1]{\textcolor[rgb]{0.40,0.40,0.40}{{#1}}}
64 -+ \newcommand{\BuiltInTok}[1]{{#1}}
65 -+ \newcommand{\ExtensionTok}[1]{{#1}}
66 -+ \newcommand{\PreprocessorTok}[1]{\textcolor[rgb]{0.74,0.48,0.00}{{#1}}}
67 -+ \newcommand{\AttributeTok}[1]{\textcolor[rgb]{0.49,0.56,0.16}{{#1}}}
68 -+ \newcommand{\InformationTok}[1]{\textcolor[rgb]{0.38,0.63,0.69}{\textbf{\textit{{#1}}}}}
69 -+ \newcommand{\WarningTok}[1]{\textcolor[rgb]{0.38,0.63,0.69}{\textbf{\textit{{#1}}}}}
70 -+
71 -+
72 - % Define a nice break command that doesn't care if a line doesn't already
73 - % exist.
74 - \def\br{\hspace*{\fill} \\* }