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 01BB115808B for ; Tue, 17 Sep 2024 14:44:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D36ACE29A6; Tue, 17 Sep 2024 14:44:50 +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 B97C5E29A6 for ; Tue, 17 Sep 2024 14:44:50 +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 C270A34301B for ; Tue, 17 Sep 2024 14:44:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28B051F49 for ; Tue, 17 Sep 2024 14:44:48 +0000 (UTC) From: "Takuya Wakazono" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Takuya Wakazono" Message-ID: <1726584199.94c4b2768504b7f4fe785e52f50c3f6e6a6bedf0.pastalian46@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/yewtube/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/yewtube/Manifest media-sound/yewtube/yewtube-2.10.5-r1.ebuild X-VCS-Directories: media-sound/yewtube/ X-VCS-Committer: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: 94c4b2768504b7f4fe785e52f50c3f6e6a6bedf0 X-VCS-Branch: dev Date: Tue, 17 Sep 2024 14:44:48 +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: b1718b8d-9633-47f9-b62c-eae996936e22 X-Archives-Hash: b3124cbeca8ab1c9cc63296fe8b1257c commit: 94c4b2768504b7f4fe785e52f50c3f6e6a6bedf0 Author: Takuya Wakazono gmail com> AuthorDate: Tue Sep 17 14:43:19 2024 +0000 Commit: Takuya Wakazono gmail com> CommitDate: Tue Sep 17 14:43:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=94c4b276 media-sound/yewtube: drop 2.10.5-r1 Signed-off-by: Takuya Wakazono gmail.com> media-sound/yewtube/Manifest | 1 - media-sound/yewtube/yewtube-2.10.5-r1.ebuild | 61 ---------------------------- 2 files changed, 62 deletions(-) diff --git a/media-sound/yewtube/Manifest b/media-sound/yewtube/Manifest index f36b5579a..f616410bb 100644 --- a/media-sound/yewtube/Manifest +++ b/media-sound/yewtube/Manifest @@ -1,2 +1 @@ -DIST yewtube-2.10.5.gh.tar.gz 221501 BLAKE2B 7f377a3d8c1927ee56abf61f213895df908f880a2cec79685b21006a39eb2c9d8e0f5d2a4ac826e0a509cbc4abed3a1a1dafa80f89e59d7e6c2036f195255b89 SHA512 8eabb2eb53dc530269a766802ed5df537fea1596f1694f7fb91ccee8ebbcb7c1d3741f80fd8a6de52873132bc61526072bef7c2ecc295d4babcfe564bf7cc05a DIST yewtube-2.12.0.gh.tar.gz 222486 BLAKE2B f26ee60ba7efbc54c1a92c844e9b3b850f4e34b7e8ba1dae85b7b0c342e5e9c098d6da5df48193d9e57b0258f4a5f2512cc2011d9abebe425c482bacdbd0907d SHA512 30d7590fc9d085f26d632ab6728e0de521a38e73c3b8064041a9398cf2593e80a30dfefa1e9c203bf76326ceff19adb953ad5f68b46d2a5fae94d64617e57b46 diff --git a/media-sound/yewtube/yewtube-2.10.5-r1.ebuild b/media-sound/yewtube/yewtube-2.10.5-r1.ebuild deleted file mode 100644 index c67b7f1cd..000000000 --- a/media-sound/yewtube/yewtube-2.10.5-r1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=(python3_{9..12}) -inherit distutils-r1 - -DESCRIPTION="Terminal-based YouTube player and downloader" -HOMEPAGE="https://github.com/mps-youtube/yewtube https://pypi.org/project/yewtube/" - -if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="https://github.com/mps-youtube/yewtube.git" - inherit git-r3 -else - SRC_URI="https://github.com/mps-youtube/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="GPL-3+" -SLOT="0" - -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - media-video/ffmpeg - dev-python/requests[${PYTHON_USEDEP}] - dev-python/pyperclip[${PYTHON_USEDEP}] - net-misc/yt-dlp[${PYTHON_USEDEP}] - dev-python/youtube-search-python[${PYTHON_USEDEP}] - dev-python/pylast[${PYTHON_USEDEP}] - dev-python/pip[${PYTHON_USEDEP}] - dev-python/pipenv[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - || ( media-video/mplayer media-video/mpv ) -" - -DEPEND=" - test? ( - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/pygobject[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -src_prepare() { - # bug #939186 - sed -i 's/from pip\._vendor //' mps_youtube/__init__.py || die - - distutils-r1_src_prepare -} - -src_compile() { - distutils-r1_src_compile --build-dir "${WORKDIR}/${P}" -} - -src_install() { - distutils-r1_src_install --build-dir "${WORKDIR}/${P}" -}