commit: 66d94e83aada74e4c3907b651f19c7663a827a7d Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Tue Apr 2 22:57:34 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Tue Apr 2 22:57:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66d94e83
app-text/lizard: drop 1.17.10 Signed-off-by: Julien Roy <julien <AT> jroy.ca> app-text/lizard/lizard-1.17.10.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/app-text/lizard/lizard-1.17.10.ebuild b/app-text/lizard/lizard-1.17.10.ebuild deleted file mode 100644 index 5ac75fd3d5..0000000000 --- a/app-text/lizard/lizard-1.17.10.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_11 ) - -inherit distutils-r1 - -DESCRIPTION="A simple code complexity analyser, supports most of the popular languages." -HOMEPAGE="http://www.lizard.ws/" -SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~amd64" -LICENSE="MIT" -SLOT="0" - -DEPEND=" - test? ( - dev-python/jinja[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest
