From 509331fbc8933d211a94a4eb2cde7c29c4b176cd Mon Sep 17 00:00:00 2001 From: David Roman Date: Wed, 3 Jun 2026 01:51:18 +0200 Subject: [PATCH] app-misc/catt: drop 0.12.13, 0.13.0 Signed-off-by: David Roman --- app-misc/catt/Manifest | 2 -- app-misc/catt/catt-0.12.13.ebuild | 31 ------------------------------- app-misc/catt/catt-0.13.0.ebuild | 31 ------------------------------- 3 files changed, 64 deletions(-) delete mode 100644 app-misc/catt/catt-0.12.13.ebuild delete mode 100644 app-misc/catt/catt-0.13.0.ebuild diff --git a/app-misc/catt/Manifest b/app-misc/catt/Manifest index 1c492689f9..55d7f15cbe 100644 --- a/app-misc/catt/Manifest +++ b/app-misc/catt/Manifest @@ -1,3 +1 @@ -DIST catt-0.12.13.tar.gz 79044 BLAKE2B 627ca1a83e35e9021972268c2a920c0b8d2d219dfc6eca7d8c175efe3e5ed248ebb417fad7fd4088d2d1f2758d32801c15c928cc14c87a0f5d170900f2ba4f7e SHA512 20b249d522b5f0bc10473185882102a1a114b6b12d6961e2d510337cf80151384d19c7085ca0881321e1cf6fe043a1570a7c554e5eafcd331275d4e2685fb551 -DIST catt-0.13.0.tar.gz 80808 BLAKE2B 144270943f9cc1bce57bec0e2578e4f17ce467af97acd1ea9c80fa99d2f66de7bbba30f96640328cfd5c39a24774917b4eaf694b8cf551e260529cfcc23d1e8a SHA512 7d854b44318c7b95ae81aaa61bed771ed9a272d3ea381bed5239ad15c6a53f1bdf981ebd239bc303207fc7dc096374af4018b3a8441a639ef2ed9694ed5d5453 DIST catt-0.13.1.tar.gz 81124 BLAKE2B 1d2015c0995b91dd47bc33d81611eff617ab71f3b6e7050c0f196cc34a7aa78146f92107c8a10ed30b90c5fb176789ddc5086705bf50c64b4aecc1c5816c47c6 SHA512 ccd3b2048b71b461a8f48f10d915fee1724627a4de95ed9448c621e091bcc9ad420c5731f231ef9d59f5b67aaa43492e258741579dc535496b6eb6f6a3fa6ec2 diff --git a/app-misc/catt/catt-0.12.13.ebuild b/app-misc/catt/catt-0.12.13.ebuild deleted file mode 100644 index 73366d9bc2..0000000000 --- a/app-misc/catt/catt-0.12.13.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{12..13} ) -DISTUTILS_USE_PEP517=poetry -inherit distutils-r1 - -DESCRIPTION="Send videos from many, many online sources to your Chromecast" -HOMEPAGE="https://github.com/skorokithakis/catt" -SRC_URI="https://github.com/skorokithakis/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" - -# Seems that all tests makes external connections -RESTRICT="test" - -DEPEND=" - dev-python/click[${PYTHON_USEDEP}] -