commit: e39b985fd0451c68bc294b73ba27e520f9b061c2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Wed Apr 9 06:29:40 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Wed Apr 9 16:58:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e39b985f
dev-util/coccigrep: add 1.21, drop 1.20 Closes: https://bugs.gentoo.org/952149 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-util/coccigrep/Manifest | 2 +- dev-util/coccigrep/{coccigrep-1.20.ebuild => coccigrep-1.21.ebuild} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/coccigrep/Manifest b/dev-util/coccigrep/Manifest index 0e2c0c93af48..37235416b4de 100644 --- a/dev-util/coccigrep/Manifest +++ b/dev-util/coccigrep/Manifest @@ -1 +1 @@ -DIST coccigrep-1.20.tar.gz 33027 BLAKE2B b4d38662beaa5ad6972e21e33523c9c7253f9f124067c45b21fc0234b6aa6338481a9a3a08242c3c4227ac102b75ff7070bd7d7dcec31193d84367d1d739072d SHA512 35d6a43b515c261ba025b876a72566581f892624eb9f47cde4121f16b2922ead8cd94e2c0ea6e00e4c64a3fe0cdcc4aeadc4c49900a8de8cfc0b589208ecae9c +DIST coccigrep-1.21.tar.gz 33033 BLAKE2B 2645d790836e6f75d449464040cd48b49dac915f546546b9908f502aebd628e4ada8ae681194cc5ff66fd31e4f0496aaac5dfedc62011560b3638370c1d23d4f SHA512 5aa7ba1ae33e974bc4a105d94a4749328321cd8eb80faf129c2e03c70c2a08d8208d634b48fc3a04d9bd82681ad39cc7ad021ed3e9645490ccba519063c97c3c diff --git a/dev-util/coccigrep/coccigrep-1.20.ebuild b/dev-util/coccigrep/coccigrep-1.21.ebuild similarity index 91% rename from dev-util/coccigrep/coccigrep-1.20.ebuild rename to 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"
