Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cairocffi/files/
Date: Tue, 05 Feb 2019 22:38:29
Message-Id: 1549406267.af509d3a0d17cb3a8074102f3ff54b483f5e7c35.monsieurp@gentoo
1 commit: af509d3a0d17cb3a8074102f3ff54b483f5e7c35
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Jan 19 09:25:49 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 22:37:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af509d3a
7
8 dev-python/cairocffi: remove unused patch.
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-python/cairocffi/files/mapping.patch | 10 ----------
14 1 file changed, 10 deletions(-)
15
16 diff --git a/dev-python/cairocffi/files/mapping.patch b/dev-python/cairocffi/files/mapping.patch
17 deleted file mode 100644
18 index 14cae286617..00000000000
19 --- a/dev-python/cairocffi/files/mapping.patch
20 +++ /dev/null
21 @@ -1,10 +0,0 @@
22 -diff -ur cairocffi-0.5.3.orig/docs/conf.py cairocffi-0.5.3/docs/conf.py
23 ---- docs/conf.py 2013-05-24 10:33:32.000000000 +0800
24 -+++ docs/conf.py 2014-04-08 16:09:39.648229837 +0800
25 -@@ -14,6 +14,3 @@
26 - exclude_patterns = ['_build']
27 - autodoc_member_order = 'bysource'
28 - autodoc_default_flags = ['members']
29 --intersphinx_mapping = {
30 -- 'http://docs.python.org/': None,
31 -- 'http://cairographics.org/documentation/pycairo/2/': None}