commit: 19ff187f0654e89efb4d05a2ee83766d90557ee6
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Jan 6 19:45:25 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jan 6 19:45:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19ff187f
app-misc/catt: drop 0.12.12
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
app-misc/catt/catt-0.12.12.ebuild | 31 -------------------------------
1 file changed, 31 deletions(-)
diff --git a/app-misc/catt/catt-0.12.12.ebuild
b/app-misc/catt/catt-0.12.12.ebuild
deleted file mode 100644
index 8099a6ed4..000000000
--- a/app-misc/catt/catt-0.12.12.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_{10..11} )
-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}]
- dev-python/pychromecast[${PYTHON_USEDEP}]
- dev-python/ifaddr[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- net-misc/yt-dlp[${PYTHON_USEDEP}]
-"
-
-RDEPEND="${DEPEND}"
-
-#distutils_enable_tests pytest