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 43F09158089 for ; Thu, 2 Nov 2023 09:14:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 081D02BC01F; Thu, 2 Nov 2023 09:14:24 +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 DEA632BC01F for ; Thu, 2 Nov 2023 09:14: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 E17E1335D16 for ; Thu, 2 Nov 2023 09:14:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11FCFAA7 for ; Thu, 2 Nov 2023 09:14:21 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1698915102.a90f3650cf16f5f4ced1c891ad8ac681959b7673.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/youtube-dl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/youtube-dl/Manifest net-misc/youtube-dl/metadata.xml net-misc/youtube-dl/youtube-dl-2021.12.17.ebuild X-VCS-Directories: net-misc/youtube-dl/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: a90f3650cf16f5f4ced1c891ad8ac681959b7673 X-VCS-Branch: dev Date: Thu, 2 Nov 2023 09:14: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: 34c3b46c-d877-4fc1-813b-41dfc14331bc X-Archives-Hash: d32d65d39e1b4fd8ae0444ddf6e0fd55 commit: a90f3650cf16f5f4ced1c891ad8ac681959b7673 Author: Huang Rui gmail com> AuthorDate: Thu Nov 2 08:50:24 2023 +0000 Commit: Rui Huang gmail com> CommitDate: Thu Nov 2 08:51:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a90f3650 net-misc/youtube-dl: fix QA for net-misc/yt-dlg, add 2021.12.17 Signed-off-by: Huang Rui gmail.com> net-misc/youtube-dl/Manifest | 1 + net-misc/youtube-dl/metadata.xml | 9 +++++ net-misc/youtube-dl/youtube-dl-2021.12.17.ebuild | 44 ++++++++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest new file mode 100644 index 0000000000..a0a1ab7aa2 --- /dev/null +++ b/net-misc/youtube-dl/Manifest @@ -0,0 +1 @@ +DIST youtube-dl-2021.12.17.tar.gz 3332299 BLAKE2B 5c798ad1f54f06cc42fd9a538536310e1084a02ec96969ff8e85ef0c6487ef54f34d58858512ade8b279929d8ebb9dda48175302fa23af9833c2301daa1d49c2 SHA512 bfc8280703b08f66e1108e9ebd9ab4689f064ac7cef03bd3d1fd2bc64928570e4376e389c9bc188eafdbcd74444cfc8aeccc83ee362ad4f478910efef3573ddb diff --git a/net-misc/youtube-dl/metadata.xml b/net-misc/youtube-dl/metadata.xml new file mode 100644 index 0000000000..f4fbb6fe29 --- /dev/null +++ b/net-misc/youtube-dl/metadata.xml @@ -0,0 +1,9 @@ + + + + + + ytdl-org/youtube-dl + youtube-dl + + diff --git a/net-misc/youtube-dl/youtube-dl-2021.12.17.ebuild b/net-misc/youtube-dl/youtube-dl-2021.12.17.ebuild new file mode 100644 index 0000000000..f8943d44b7 --- /dev/null +++ b/net-misc/youtube-dl/youtube-dl-2021.12.17.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) +inherit bash-completion-r1 distutils-r1 + +DESCRIPTION="youtube-dl fork with additional features and fixes" +HOMEPAGE="https://ytdl-org.github.io/youtube-dl" +SRC_URI="https://github.com/ytdl-org/${PN}/releases/download/${PV}/${P}.tar.gz" +S="${WORKDIR}/${PN}" + +LICENSE="Unlicense" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" +# Disable test suite because it is two slow and require network access +RESTRICT="test" + +RDEPEND=" + dev-python/pycryptodome[${PYTHON_USEDEP}] + !net-misc/yt-dlp +" + +src_prepare() { + distutils-r1_src_prepare + sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py || die + sed -i 's|etc/fish/completions|share/fish/vendor_completions.d|' setup.py || die + sed -i '/youtube-dl.bash-completion/d' setup.py || die + sed -i '/README.txt/d' setup.py || die +} + +python_install_all() { + dodoc "${S}"/{AUTHORS,ChangeLog,README.*} + doman "${S}"/youtube-dl.1 + newbashcomp "${S}"/youtube-dl.bash-completion youtube-dl + + insinto /usr/share/fish/vendor_completions.d + doins "${S}"/youtube-dl.fish + + insinto /usr/share/zsh/site-functions + doins "${S}"/youtube-dl.zsh +} 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 7C13E158089 for ; Thu, 2 Nov 2023 09:21:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7D342BC03E; Thu, 2 Nov 2023 09:21:44 +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 9B18D2BC03E for ; Thu, 2 Nov 2023 09:21:44 +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 B0FBC335D16 for ; Thu, 2 Nov 2023 09:21:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E32C9AAC for ; Thu, 2 Nov 2023 09:21:40 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1698915102.a90f3650cf16f5f4ced1c891ad8ac681959b7673.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/youtube-dl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/youtube-dl/Manifest net-misc/youtube-dl/metadata.xml net-misc/youtube-dl/youtube-dl-2021.12.17.ebuild X-VCS-Directories: net-misc/youtube-dl/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: a90f3650cf16f5f4ced1c891ad8ac681959b7673 X-VCS-Branch: master Date: Thu, 2 Nov 2023 09:21:40 +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: 6895156d-aa19-44b6-8f02-7fd3507d3f62 X-Archives-Hash: ffd29df375de8df67111d2eff2ccdbab Message-ID: <20231102092140.iZtrXEFmDCN_36_4uBZJ_KnCzxaWjCAX1uFfaccVT7M@z> commit: a90f3650cf16f5f4ced1c891ad8ac681959b7673 Author: Huang Rui gmail com> AuthorDate: Thu Nov 2 08:50:24 2023 +0000 Commit: Rui Huang gmail com> CommitDate: Thu Nov 2 08:51:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a90f3650 net-misc/youtube-dl: fix QA for net-misc/yt-dlg, add 2021.12.17 Signed-off-by: Huang Rui gmail.com> net-misc/youtube-dl/Manifest | 1 + net-misc/youtube-dl/metadata.xml | 9 +++++ net-misc/youtube-dl/youtube-dl-2021.12.17.ebuild | 44 ++++++++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest new file mode 100644 index 0000000000..a0a1ab7aa2 --- /dev/null +++ b/net-misc/youtube-dl/Manifest @@ -0,0 +1 @@ +DIST youtube-dl-2021.12.17.tar.gz 3332299 BLAKE2B 5c798ad1f54f06cc42fd9a538536310e1084a02ec96969ff8e85ef0c6487ef54f34d58858512ade8b279929d8ebb9dda48175302fa23af9833c2301daa1d49c2 SHA512 bfc8280703b08f66e1108e9ebd9ab4689f064ac7cef03bd3d1fd2bc64928570e4376e389c9bc188eafdbcd74444cfc8aeccc83ee362ad4f478910efef3573ddb diff --git a/net-misc/youtube-dl/metadata.xml b/net-misc/youtube-dl/metadata.xml new file mode 100644 index 0000000000..f4fbb6fe29 --- /dev/null +++ b/net-misc/youtube-dl/metadata.xml @@ -0,0 +1,9 @@ + + + + + + ytdl-org/youtube-dl + youtube-dl + + diff --git a/net-misc/youtube-dl/youtube-dl-2021.12.17.ebuild b/net-misc/youtube-dl/youtube-dl-2021.12.17.ebuild new file mode 100644 index 0000000000..f8943d44b7 --- /dev/null +++ b/net-misc/youtube-dl/youtube-dl-2021.12.17.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) +inherit bash-completion-r1 distutils-r1 + +DESCRIPTION="youtube-dl fork with additional features and fixes" +HOMEPAGE="https://ytdl-org.github.io/youtube-dl" +SRC_URI="https://github.com/ytdl-org/${PN}/releases/download/${PV}/${P}.tar.gz" +S="${WORKDIR}/${PN}" + +LICENSE="Unlicense" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" +# Disable test suite because it is two slow and require network access +RESTRICT="test" + +RDEPEND=" + dev-python/pycryptodome[${PYTHON_USEDEP}] + !net-misc/yt-dlp +" + +src_prepare() { + distutils-r1_src_prepare + sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py || die + sed -i 's|etc/fish/completions|share/fish/vendor_completions.d|' setup.py || die + sed -i '/youtube-dl.bash-completion/d' setup.py || die + sed -i '/README.txt/d' setup.py || die +} + +python_install_all() { + dodoc "${S}"/{AUTHORS,ChangeLog,README.*} + doman "${S}"/youtube-dl.1 + newbashcomp "${S}"/youtube-dl.bash-completion youtube-dl + + insinto /usr/share/fish/vendor_completions.d + doins "${S}"/youtube-dl.fish + + insinto /usr/share/zsh/site-functions + doins "${S}"/youtube-dl.zsh +}