Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/files/
Date: Sun, 27 May 2018 16:11:19
Message-Id: 1527437409.eba8e10266e21de45edefa03137d7d917bed8672.bman@gentoo
1 commit: eba8e10266e21de45edefa03137d7d917bed8672
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun May 27 12:05:45 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 16:10:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba8e102
7
8 dev-python/matplotlib: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/8612
11
12 dev-python/matplotlib/files/matplotlib-2.1.2-doc-make.patch | 10 ----------
13 1 file changed, 10 deletions(-)
14
15 diff --git a/dev-python/matplotlib/files/matplotlib-2.1.2-doc-make.patch b/dev-python/matplotlib/files/matplotlib-2.1.2-doc-make.patch
16 deleted file mode 100644
17 index 7ca0c697423..00000000000
18 --- a/dev-python/matplotlib/files/matplotlib-2.1.2-doc-make.patch
19 +++ /dev/null
20 @@ -1,10 +0,0 @@
21 -diff -r -U2 matplotlib-2.1.2.orig/doc/conf.py matplotlib-2.1.2/doc/conf.py
22 ---- matplotlib-2.1.2.orig/doc/conf.py 2018-01-19 11:07:49.000000000 +0700
23 -+++ matplotlib-2.1.2/doc/conf.py 2018-01-21 20:06:44.120901546 +0700
24 -@@ -136,5 +136,5 @@
25 - }
26 -
27 --plot_gallery = 'True'
28 -+plot_gallery = True
29 -
30 - # Add any paths that contain templates here, relative to this directory.