From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 E6F0615812D for ; Mon, 06 Jan 2025 19:47:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA12DE07D0; Mon, 06 Jan 2025 19:47:13 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 4110CE07C7 for ; Mon, 06 Jan 2025 19:47:12 +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 3128B33BE3B for ; Mon, 06 Jan 2025 19:47:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92953190F for ; Mon, 06 Jan 2025 19:47:09 +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: <1736192666.c8945695b1eef2806800ef0a91fab89a7ad61a08.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.12.13.ebuild X-VCS-Directories: app-misc/catt/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: c8945695b1eef2806800ef0a91fab89a7ad61a08 X-VCS-Branch: dev Date: Mon, 06 Jan 2025 19:47:09 +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: 52580ac3-11e2-4931-bb78-8902369897c7 X-Archives-Hash: 608b842ce5f505c47665111600c037c5 commit: c8945695b1eef2806800ef0a91fab89a7ad61a08 Author: David Roman gmail com> AuthorDate: Mon Jan 6 19:44:26 2025 +0000 Commit: David Roman gmail com> CommitDate: Mon Jan 6 19:44:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8945695 app-misc/catt: add 0.12.13 Signed-off-by: David Roman gmail.com> app-misc/catt/Manifest | 1 + app-misc/catt/catt-0.12.13.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/app-misc/catt/Manifest b/app-misc/catt/Manifest index 37b15306e..0971e0d6f 100644 --- a/app-misc/catt/Manifest +++ b/app-misc/catt/Manifest @@ -1 +1,2 @@ DIST catt-0.12.12.tar.gz 79042 BLAKE2B d0885f6030d4ece8f233c568d626fa4e67cba2f7be499dcc290c4d54cf9c6bde6cebe80b37b0147e463ed90694fc8f58d07f95ecfe9454209d05c1598741394e SHA512 8838f7b2e8700dbe924c53dff7c776fcd31646c061065a297ae2399134af7cd5d4bf359d3b7aed23faa3e8987e0e6db4af1cf54a703ba8ce86e532a56586b228 +DIST catt-0.12.13.tar.gz 79044 BLAKE2B 627ca1a83e35e9021972268c2a920c0b8d2d219dfc6eca7d8c175efe3e5ed248ebb417fad7fd4088d2d1f2758d32801c15c928cc14c87a0f5d170900f2ba4f7e SHA512 20b249d522b5f0bc10473185882102a1a114b6b12d6961e2d510337cf80151384d19c7085ca0881321e1cf6fe043a1570a7c554e5eafcd331275d4e2685fb551 diff --git a/app-misc/catt/catt-0.12.13.ebuild b/app-misc/catt/catt-0.12.13.ebuild new file mode 100644 index 000000000..e0a292fe7 --- /dev/null +++ b/app-misc/catt/catt-0.12.13.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_{10..12} ) +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 lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 C181615812D for ; Mon, 06 Jan 2025 21:35:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C1A4E0825; Mon, 06 Jan 2025 21:35:26 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 6C4C0E0825 for ; Mon, 06 Jan 2025 21:35:26 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FC2F341540 for ; Mon, 06 Jan 2025 21:35:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D86321D63 for ; Mon, 06 Jan 2025 21:35:22 +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: <1736192666.c8945695b1eef2806800ef0a91fab89a7ad61a08.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.12.13.ebuild X-VCS-Directories: app-misc/catt/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: c8945695b1eef2806800ef0a91fab89a7ad61a08 X-VCS-Branch: master Date: Mon, 06 Jan 2025 21:35:22 +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: 236ced40-1603-42df-a5f3-e2ba2c1b5c89 X-Archives-Hash: 05c9a9cc36e6b9535df2239569db58a5 Message-ID: <20250106213522.Gl3JzrMJxJgZDII77an14o8Fk5NwLuIcTXoO1H2JloA@z> commit: c8945695b1eef2806800ef0a91fab89a7ad61a08 Author: David Roman gmail com> AuthorDate: Mon Jan 6 19:44:26 2025 +0000 Commit: David Roman gmail com> CommitDate: Mon Jan 6 19:44:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8945695 app-misc/catt: add 0.12.13 Signed-off-by: David Roman gmail.com> app-misc/catt/Manifest | 1 + app-misc/catt/catt-0.12.13.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/app-misc/catt/Manifest b/app-misc/catt/Manifest index 37b15306e..0971e0d6f 100644 --- a/app-misc/catt/Manifest +++ b/app-misc/catt/Manifest @@ -1 +1,2 @@ DIST catt-0.12.12.tar.gz 79042 BLAKE2B d0885f6030d4ece8f233c568d626fa4e67cba2f7be499dcc290c4d54cf9c6bde6cebe80b37b0147e463ed90694fc8f58d07f95ecfe9454209d05c1598741394e SHA512 8838f7b2e8700dbe924c53dff7c776fcd31646c061065a297ae2399134af7cd5d4bf359d3b7aed23faa3e8987e0e6db4af1cf54a703ba8ce86e532a56586b228 +DIST catt-0.12.13.tar.gz 79044 BLAKE2B 627ca1a83e35e9021972268c2a920c0b8d2d219dfc6eca7d8c175efe3e5ed248ebb417fad7fd4088d2d1f2758d32801c15c928cc14c87a0f5d170900f2ba4f7e SHA512 20b249d522b5f0bc10473185882102a1a114b6b12d6961e2d510337cf80151384d19c7085ca0881321e1cf6fe043a1570a7c554e5eafcd331275d4e2685fb551 diff --git a/app-misc/catt/catt-0.12.13.ebuild b/app-misc/catt/catt-0.12.13.ebuild new file mode 100644 index 000000000..e0a292fe7 --- /dev/null +++ b/app-misc/catt/catt-0.12.13.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_{10..12} ) +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}] +