diff options
Diffstat (limited to 'dev-util/coccigrep')
-rw-r--r-- | dev-util/coccigrep/Manifest | 6 | ||||
-rw-r--r-- | dev-util/coccigrep/coccigrep-1.21.ebuild (renamed from dev-util/coccigrep/coccigrep-1.20.ebuild) | 6 | ||||
-rw-r--r-- | dev-util/coccigrep/files/50coccigrep-gentoo.el | 2 |
3 files changed, 6 insertions, 8 deletions
diff --git a/dev-util/coccigrep/Manifest b/dev-util/coccigrep/Manifest index 93c570300544..ca22f3eea583 100644 --- a/dev-util/coccigrep/Manifest +++ b/dev-util/coccigrep/Manifest @@ -1,5 +1,5 @@ -AUX 50coccigrep-gentoo.el 99 BLAKE2B 596f01a6ac85deca70bdcf4f50c2475c7a38e44926d719e0da5eb23a8c713f89ebad0182cdca66b3011029bcda14d0cde76d4a186a126e05b74a0ccaa8e9efd1 SHA512 13cf90c99017cfb865c1d41e9813bb20993b4a91419e4bcca6b5536e8c35bfb871616c5174dd08eb8f1726f05296205428d14eaf9e9fabcf08bff01b287581f4 +AUX 50coccigrep-gentoo.el 60 BLAKE2B d4d092084804aa0cc68ab4aa3955a3fef6faa5023f404cf29584990d3c8eedd799547814709d54574133e40b697858c87d13142e7f69fbeb12aff528199e1918 SHA512 420823e37c693a608b13c040202a9b9b8ea26ac32b399414ac819c342399d2d8871e542272ee908a1a15711be267d66e9efe55f6287f479439fb2f9c56c53cb3 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 e13ca4718e508dd73ff00d67a6456f02b8153eea681c0f15a0f680b83f234d386074b836d91fd487417413935dbe5b241ca92e86b249ae8d4baa93685f88b9c2 SHA512 69ace88e7502f416fde78d948aab7d3a087aff7c17a794ec90cf2f47dead405608e00c1d793278377795a9bac7594d793772119f2e0a0a6b7af7e0754d450ab6 +DIST coccigrep-1.21.tar.gz 33033 BLAKE2B 2645d790836e6f75d449464040cd48b49dac915f546546b9908f502aebd628e4ada8ae681194cc5ff66fd31e4f0496aaac5dfedc62011560b3638370c1d23d4f SHA512 5aa7ba1ae33e974bc4a105d94a4749328321cd8eb80faf129c2e03c70c2a08d8208d634b48fc3a04d9bd82681ad39cc7ad021ed3e9645490ccba519063c97c3c +EBUILD coccigrep-1.21.ebuild 1392 BLAKE2B bf0e2f2867e1cb366965798d9e999419fe0323c97a83b68f51af9c34834e062ce7818b54c4f87e5c636be0ea0af32104a8a7f15b079eabfa6dc73985bd9d3bb3 SHA512 c89339eccea2cb7db34da98a77ff2ecb705e46e7dde9ab23f61c3866dd26b6a96c07d6b5a3362e208fd9b454da251d21e60ab4dddf3790d108c68955deb5cded MISC metadata.xml 313 BLAKE2B 52bd200c4cb414bf1925f8d0a2879271e0f82a43b5cd1c038457f325048bf52dcbf661d38eddccdd524d99cbe54513a61ca7761fb5c242576152f74a59548998 SHA512 11318d64a6664ae8861378a1b29ef991c1cbfd012f29126bb07bd658c42d9f657c68cd1ff4ef20d68b12f3763d4c57d319f05455d92f516caae6a5104b35f3fe diff --git a/dev-util/coccigrep/coccigrep-1.20.ebuild b/dev-util/coccigrep/coccigrep-1.21.ebuild index 601fdb18b7a7..50e34ad5b277 100644 --- a/dev-util/coccigrep/coccigrep-1.20.ebuild +++ b/dev-util/coccigrep/coccigrep-1.21.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 elisp-common optfeature DESCRIPTION="A semantic grep for the C language" @@ -26,7 +26,7 @@ BDEPEND=" emacs? ( >=app-editors/emacs-23.1:* ) " -PATCHES=( "${FILESDIR}"/${P}-sphinx.patch ) +PATCHES=( "${FILESDIR}"/${PN}-1.20-sphinx.patch ) SITEFILE="50${PN}-gentoo.el" diff --git a/dev-util/coccigrep/files/50coccigrep-gentoo.el b/dev-util/coccigrep/files/50coccigrep-gentoo.el index 7fbc6b93e541..7ea21071f8b4 100644 --- a/dev-util/coccigrep/files/50coccigrep-gentoo.el +++ b/dev-util/coccigrep/files/50coccigrep-gentoo.el @@ -1,4 +1,2 @@ -;;; coccigrep site-lisp configuration - (add-to-list 'load-path "@SITELISP@") (require 'cocci-grep) |