Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/coccigrep/files/
Date: Mon, 31 Oct 2022 08:16:25
Message-Id: 1667203929.29857d97e9fa353167fad9a25678c486eab9d02a.tupone@gentoo
1 commit: 29857d97e9fa353167fad9a25678c486eab9d02a
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 08:11:30 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 08:12:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29857d97
7
8 dev-util/coccigrep: patch file missing
9
10 Closes: https://bugs.gentoo.org/878857
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-util/coccigrep/files/coccigrep-1.20-sphinx.patch | 11 +++++++++++
14 1 file changed, 11 insertions(+)
15
16 diff --git a/dev-util/coccigrep/files/coccigrep-1.20-sphinx.patch b/dev-util/coccigrep/files/coccigrep-1.20-sphinx.patch
17 new file mode 100644
18 index 000000000000..6a557acdae3a
19 --- /dev/null
20 +++ b/dev-util/coccigrep/files/coccigrep-1.20-sphinx.patch
21 @@ -0,0 +1,11 @@
22 +--- a/doc/conf.py 2022-10-30 21:07:35.977857831 +0100
23 ++++ b/doc/conf.py 2022-10-30 21:07:48.849665452 +0100
24 +@@ -25,7 +25,7 @@
25 +
26 + # Add any Sphinx extension module names here, as strings. They can be extensions
27 + # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28 +-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode']
29 ++extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.imgmath', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode']
30 + #extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode']
31 +
32 + # Add any paths that contain templates here, relative to this directory.