commit:     5ee2710185af892d3a427065d87ebbde87b51803
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Mar  2 13:17:09 2026 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Mar  2 13:55:01 2026 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ee27101

app-text/lizard: drop 1.20.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 app-text/lizard/Manifest             |  1 -
 app-text/lizard/lizard-1.20.0.ebuild | 27 ---------------------------
 2 files changed, 28 deletions(-)

diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest
index 4951af5827..e53ffb3ed2 100644
--- a/app-text/lizard/Manifest
+++ b/app-text/lizard/Manifest
@@ -1,2 +1 @@
-DIST lizard-1.20.0.tar.gz 193711 BLAKE2B 
34673ee3770fc7868bc675741b3cde0d23094c7adba51cb2a015ee4f44f4cf545752d12939e242e2acb89f4c4e7f2953997d65e375172af75f11fb79b87d2dcb
 SHA512 
fa2344398ecd01642c8c0f68b72a187af225716b98c98ef9b1d977e3269e08c11308b37d84d078e1ae6514c58934bdcd6b180d57eea8eefe628e5d2c1ad8204b
 DIST lizard-1.21.0.tar.gz 195556 BLAKE2B 
12161ba71792cf7c249291cb823ce335b6d07942f6444aae85b0de59c18eff2a8f652e4cb9c6abf9fc8678ecc1e0153478fd289ddf35cb1d0709fc85320b8adc
 SHA512 
672a8810382d56c5b93392e93367f21db2609c3a15b05c70d8ac64cf78140b9894987a8ac93e2e2ef8a8d48e36806a648b86ee099466fd3434319fca3c0c10ef

diff --git a/app-text/lizard/lizard-1.20.0.ebuild 
b/app-text/lizard/lizard-1.20.0.ebuild
deleted file mode 100644
index 7856922d56..0000000000
--- a/app-text/lizard/lizard-1.20.0.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..14} )
-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

Reply via email to