From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EB52F15827B for ; Thu, 21 Aug 2025 11:56:18 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id CE61B335CB4 for ; Thu, 21 Aug 2025 11:56:18 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BC83711055E; Thu, 21 Aug 2025 11:56:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B018611055E for ; Thu, 21 Aug 2025 11:56:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51FE5335CB4 for ; Thu, 21 Aug 2025 11:56:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A17034B8 for ; Thu, 21 Aug 2025 11:56:15 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1755777370.b5f62e591048f2ba548803a97751d0b107fb3e7a.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/catt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/catt/Manifest app-misc/catt/catt-0.13.0.ebuild X-VCS-Directories: app-misc/catt/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: b5f62e591048f2ba548803a97751d0b107fb3e7a X-VCS-Branch: dev Date: Thu, 21 Aug 2025 11:56:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bcc7eff6-ed55-4883-8bf7-6ee8cc456355 X-Archives-Hash: 1c4f0501bd4e60f010dc42e8376b9daa commit: b5f62e591048f2ba548803a97751d0b107fb3e7a Author: David Roman gmail com> AuthorDate: Thu Aug 21 11:56:05 2025 +0000 Commit: David Roman gmail com> CommitDate: Thu Aug 21 11:56:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b5f62e59 app-misc/catt: add 0.13.0 Signed-off-by: David Roman gmail.com> app-misc/catt/Manifest | 1 + app-misc/catt/catt-0.13.0.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/app-misc/catt/Manifest b/app-misc/catt/Manifest index 6eca9422f0..43a73cbec6 100644 --- a/app-misc/catt/Manifest +++ b/app-misc/catt/Manifest @@ -1 +1,2 @@ DIST catt-0.12.13.tar.gz 79044 BLAKE2B 627ca1a83e35e9021972268c2a920c0b8d2d219dfc6eca7d8c175efe3e5ed248ebb417fad7fd4088d2d1f2758d32801c15c928cc14c87a0f5d170900f2ba4f7e SHA512 20b249d522b5f0bc10473185882102a1a114b6b12d6961e2d510337cf80151384d19c7085ca0881321e1cf6fe043a1570a7c554e5eafcd331275d4e2685fb551 +DIST catt-0.13.0.tar.gz 80808 BLAKE2B 144270943f9cc1bce57bec0e2578e4f17ce467af97acd1ea9c80fa99d2f66de7bbba30f96640328cfd5c39a24774917b4eaf694b8cf551e260529cfcc23d1e8a SHA512 7d854b44318c7b95ae81aaa61bed771ed9a272d3ea381bed5239ad15c6a53f1bdf981ebd239bc303207fc7dc096374af4018b3a8441a639ef2ed9694ed5d5453 diff --git a/app-misc/catt/catt-0.13.0.ebuild b/app-misc/catt/catt-0.13.0.ebuild new file mode 100644 index 0000000000..4f7f5dc56c --- /dev/null +++ b/app-misc/catt/catt-0.13.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..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}] + Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 136B015827B for ; Sat, 23 Aug 2025 19:32:29 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id EB7BF340E65 for ; Sat, 23 Aug 2025 19:32:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DB157110561; Sat, 23 Aug 2025 19:32:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C4D07110562 for ; Sat, 23 Aug 2025 19:32:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 760E3340CF2 for ; Sat, 23 Aug 2025 19:32:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3D8134CD for ; Sat, 23 Aug 2025 19:32:21 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1755777370.b5f62e591048f2ba548803a97751d0b107fb3e7a.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/catt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/catt/Manifest app-misc/catt/catt-0.13.0.ebuild X-VCS-Directories: app-misc/catt/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: b5f62e591048f2ba548803a97751d0b107fb3e7a X-VCS-Branch: master Date: Sat, 23 Aug 2025 19:32:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c9144d91-63d0-43e8-8e39-b8a1e10d28ab X-Archives-Hash: b7f1919e3c3958e5d027798de3e443ac Message-ID: <20250823193221.4cltEKkRn-uHkkNHMuX5_C0tF2RFYrehjfulFcXNCOw@z> commit: b5f62e591048f2ba548803a97751d0b107fb3e7a Author: David Roman gmail com> AuthorDate: Thu Aug 21 11:56:05 2025 +0000 Commit: David Roman gmail com> CommitDate: Thu Aug 21 11:56:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b5f62e59 app-misc/catt: add 0.13.0 Signed-off-by: David Roman gmail.com> app-misc/catt/Manifest | 1 + app-misc/catt/catt-0.13.0.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/app-misc/catt/Manifest b/app-misc/catt/Manifest index 6eca9422f0..43a73cbec6 100644 --- a/app-misc/catt/Manifest +++ b/app-misc/catt/Manifest @@ -1 +1,2 @@ DIST catt-0.12.13.tar.gz 79044 BLAKE2B 627ca1a83e35e9021972268c2a920c0b8d2d219dfc6eca7d8c175efe3e5ed248ebb417fad7fd4088d2d1f2758d32801c15c928cc14c87a0f5d170900f2ba4f7e SHA512 20b249d522b5f0bc10473185882102a1a114b6b12d6961e2d510337cf80151384d19c7085ca0881321e1cf6fe043a1570a7c554e5eafcd331275d4e2685fb551 +DIST catt-0.13.0.tar.gz 80808 BLAKE2B 144270943f9cc1bce57bec0e2578e4f17ce467af97acd1ea9c80fa99d2f66de7bbba30f96640328cfd5c39a24774917b4eaf694b8cf551e260529cfcc23d1e8a SHA512 7d854b44318c7b95ae81aaa61bed771ed9a272d3ea381bed5239ad15c6a53f1bdf981ebd239bc303207fc7dc096374af4018b3a8441a639ef2ed9694ed5d5453 diff --git a/app-misc/catt/catt-0.13.0.ebuild b/app-misc/catt/catt-0.13.0.ebuild new file mode 100644 index 0000000000..4f7f5dc56c --- /dev/null +++ b/app-misc/catt/catt-0.13.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..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}] +