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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 71CC91581D3 for ; Thu, 30 May 2024 00:22:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4645DE29EB; Thu, 30 May 2024 00:22:38 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09654E29E9 for ; Thu, 30 May 2024 00:22:38 +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 E5A71343014 for ; Thu, 30 May 2024 00:22:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15F09149C for ; Thu, 30 May 2024 00:22:35 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1717028534.97b730f1078076028ff3a30bbddcc6b920f3f57b.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/you-get/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/you-get/Manifest net-misc/you-get/you-get-0.4.1700.ebuild X-VCS-Directories: net-misc/you-get/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 97b730f1078076028ff3a30bbddcc6b920f3f57b X-VCS-Branch: master Date: Thu, 30 May 2024 00:22:35 +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: c02afe2d-7bab-46fb-9482-ce98f0bb1201 X-Archives-Hash: 5ac8a96ec23308bc2ddb69c9080e37af commit: 97b730f1078076028ff3a30bbddcc6b920f3f57b Author: Yixun Lan gentoo org> AuthorDate: Wed May 29 23:27:19 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Thu May 30 00:22:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b730f1 net-misc/you-get: add 0.4.1700 Signed-off-by: Yixun Lan gentoo.org> net-misc/you-get/Manifest | 1 + net-misc/you-get/you-get-0.4.1700.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/net-misc/you-get/Manifest b/net-misc/you-get/Manifest index f1653a0dc033..dc515fabf298 100644 --- a/net-misc/you-get/Manifest +++ b/net-misc/you-get/Manifest @@ -1 +1,2 @@ DIST you-get-0.4.1650.tar.gz 152169 BLAKE2B c1ba09a0bfd339703f269d1c53406f70762dab2f974ea43b1bf26890ccf267d5852e298ddab2db7a9ed32a52e2aed2691851cefed73089111414056b74a10b1a SHA512 cb87f4c981631945d521b43585d291d35e67e85a17bdc567d775274700ef346c63c391b2c38f7a7e60de4ba9b5daa7aab3d6202d03147ae0d2c09b5b8c06bb3c +DIST you-get-0.4.1700.tar.gz 151767 BLAKE2B 0c732a123bd04db71f1ec9ecf380e4dda27f2ac70745a10616ddf9b955a236adffea609ffe0cab0c70030b64f965151024eb624062aededa4ea851afbd6f49f1 SHA512 93a5a519ed17f7f84c004445bafcf8c8fcded1d13596311891ee01332243493088837e0ca1342da596bc1c7ea5bbdaca5cc13d4b8ebf2d75f0aad5b084c27a05 diff --git a/net-misc/you-get/you-get-0.4.1700.ebuild b/net-misc/you-get/you-get-0.4.1700.ebuild new file mode 100644 index 000000000000..6cb14039c2a9 --- /dev/null +++ b/net-misc/you-get/you-get-0.4.1700.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..12} ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 + +DESCRIPTION="Utility to download media contents from the web" +HOMEPAGE="https://you-get.org" +SRC_URI="https://github.com/soimort/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RESTRICT="test" +PROPERTIES="test_network" + +RDEPEND=" + media-video/ffmpeg +" + +distutils_enable_tests unittest