commit: 315e4f08d6982817dff2c7c5869f3da27d292b42
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Sep 1 09:21:47 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Sep 1 09:21:47 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=315e4f08
app-text/lizard: drop 1.17.13, 1.17.28
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
app-text/lizard/Manifest | 2 --
app-text/lizard/lizard-1.17.13.ebuild | 27 ---------------------------
app-text/lizard/lizard-1.17.28.ebuild | 27 ---------------------------
3 files changed, 56 deletions(-)
diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest
index a28c110a28..f07c984b2e 100644
--- a/app-text/lizard/Manifest
+++ b/app-text/lizard/Manifest
@@ -1,3 +1 @@
-DIST lizard-1.17.13.tar.gz 1233745 BLAKE2B
e41e7bb461f64459f9327fa5719e57cc713dcebb89dfb6b01e27f38a9c6014bbe77b1a50cab094a8b68b630385ca9ff3c35b1a9a65545e9c23942f038b560d33
SHA512
2a81c7033bdda8a4698ae010a5a2c5394a5290008dbc80812063ade1088ac616debb7dd24b4498712979845ed6dee91b728b6ace8c7451f0716707d2caa48c18
-DIST lizard-1.17.28.tar.gz 1263569 BLAKE2B
0310101a465fff41110628590be8d65c89133e60d042371e885ff05f0a0797e3539e63422393cb6d368cd7d574f652a47a113da8d8d5bff403565b90126c2735
SHA512
5ee25a1453986e8e832ca1f506d1bbc9ef595940fc68d60abef9d6645ecde13dec81cfe0dc117f20bb2a5eb330561e87321d3d10c7d9532603fc8c512b1c5787
DIST lizard-1.17.31.tar.gz 1270550 BLAKE2B
1d86df59a8d5c206f0990ed35adf575be7010f95b7ca32762c96095a3a87d95bc4624bb6b5f00513cac1e76e6030ab0afc3059e4781fddae988cb8558fafd091
SHA512
0c131fb4f42604b2700cad5e0c00f931c19d0767a17b85e507926638c398ab0d1674501ca56330a81510b061302c7122266ad944a173d21c64969d0fa13d79be
diff --git a/app-text/lizard/lizard-1.17.13.ebuild
b/app-text/lizard/lizard-1.17.13.ebuild
deleted file mode 100644
index a9cae51403..0000000000
--- a/app-text/lizard/lizard-1.17.13.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-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"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- dev-python/pygments[${PYTHON_USEDEP}]
- test? (
- dev-python/jinja2[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
diff --git a/app-text/lizard/lizard-1.17.28.ebuild
b/app-text/lizard/lizard-1.17.28.ebuild
deleted file mode 100644
index 8dc6661729..0000000000
--- a/app-text/lizard/lizard-1.17.28.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..13} )
-DISTUTILS_USE_PEP517=setuptools
-
-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"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- dev-python/pygments[${PYTHON_USEDEP}]
- test? (
- dev-python/jinja2[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest