summaryrefslogtreecommitdiff
path: root/dev-util/coccigrep
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-31 15:05:31 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-10-31 15:05:31 +0000
commit6dd9db91dd6ce9bbe3197aa82642866e637ba68d (patch)
tree1e3493c4e0d68b5c93274ff037f00ecbd5796cb6 /dev-util/coccigrep
parent9420f5130776d92998a2ea8466fb15f589a20fda (diff)
gentoo auto-resync : 31:10:2022 - 15:05:31
Diffstat (limited to 'dev-util/coccigrep')
-rw-r--r--dev-util/coccigrep/Manifest1
-rw-r--r--dev-util/coccigrep/files/coccigrep-1.20-sphinx.patch11
2 files changed, 12 insertions, 0 deletions
diff --git a/dev-util/coccigrep/Manifest b/dev-util/coccigrep/Manifest
index 18d0b77607b6..4ba1a676ec59 100644
--- a/dev-util/coccigrep/Manifest
+++ b/dev-util/coccigrep/Manifest
@@ -1,4 +1,5 @@
AUX 50coccigrep-gentoo.el 99 BLAKE2B 596f01a6ac85deca70bdcf4f50c2475c7a38e44926d719e0da5eb23a8c713f89ebad0182cdca66b3011029bcda14d0cde76d4a186a126e05b74a0ccaa8e9efd1 SHA512 13cf90c99017cfb865c1d41e9813bb20993b4a91419e4bcca6b5536e8c35bfb871616c5174dd08eb8f1726f05296205428d14eaf9e9fabcf08bff01b287581f4
+AUX coccigrep-1.20-sphinx.patch 886 BLAKE2B 44820888585243e42de5b7c391b3bf60ea6fda3c44471e1aa874a080d0c6e3a9c081ce5fa63dedb3e6869a597a363c5e184a5814631f8b85b2960299f71dbb6a SHA512 5ea4298cf7c98af565202ac2920c75dd4a3a9761340df967019aaa8b830cd1b717b4a4d1053241d8ff9036dd7ad0d7b8e08661e7206cc8d7efe6829a5863765c
DIST coccigrep-1.20.tar.gz 33027 BLAKE2B b4d38662beaa5ad6972e21e33523c9c7253f9f124067c45b21fc0234b6aa6338481a9a3a08242c3c4227ac102b75ff7070bd7d7dcec31193d84367d1d739072d SHA512 35d6a43b515c261ba025b876a72566581f892624eb9f47cde4121f16b2922ead8cd94e2c0ea6e00e4c64a3fe0cdcc4aeadc4c49900a8de8cfc0b589208ecae9c
EBUILD coccigrep-1.20.ebuild 1385 BLAKE2B a3b077c46a1487b55a0dd7606661aff4c11d531f1a3359773b8c80a910149cf9693f2ffe11c56504a9574787350ec139211d040effbc8fcb3b786764ee8ce713 SHA512 850f213527b2ba67f5e591e3ebe515405d6b105dbaad7621212aad24ee1822b17c4ee7bb869acd550be7b0e7764a008d88ce9326b3c694a386dffff9bf2c3a4a
MISC metadata.xml 312 BLAKE2B 22969d34c7ebb142abb6844c45c08f9b52c133fd608fd2905af02eb19702a0b36c2010bd6c070a158cc73d45c86f003a4f6650d8a8afe3cd170ba5028e319eea SHA512 2a6fa7da698256ae9e56de7475fc91e1477297ba601c4e417b41b37b01d9c445745d517a28abdfc9a48590854458286a1d62fabca463056213b16d8c75382c8f
diff --git a/dev-util/coccigrep/files/coccigrep-1.20-sphinx.patch b/dev-util/coccigrep/files/coccigrep-1.20-sphinx.patch
new file mode 100644
index 000000000000..6a557acdae3a
--- /dev/null
+++ b/dev-util/coccigrep/files/coccigrep-1.20-sphinx.patch
@@ -0,0 +1,11 @@
+--- a/doc/conf.py 2022-10-30 21:07:35.977857831 +0100
++++ b/doc/conf.py 2022-10-30 21:07:48.849665452 +0100
+@@ -25,7 +25,7 @@
+
+ # Add any Sphinx extension module names here, as strings. They can be extensions
+ # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
+-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode']
++extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.imgmath', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode']
+ #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']
+
+ # Add any paths that contain templates here, relative to this directory.