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 2A20E159C96 for ; Sat, 27 Jul 2024 10:06:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D493DE2BA8; Sat, 27 Jul 2024 10:06:14 +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 AEFB1E2BA8 for ; Sat, 27 Jul 2024 10:06:14 +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 BA73E33BEBE for ; Sat, 27 Jul 2024 10:06:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20A4A1E72 for ; Sat, 27 Jul 2024 10:06:12 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1722074151.0b67c486dbcd9f5f567fb9f12571c0f37a86a75a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ytmdl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/ytmdl/Manifest net-misc/ytmdl/ytmdl-2023.11.26-r1.ebuild X-VCS-Directories: net-misc/ytmdl/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0b67c486dbcd9f5f567fb9f12571c0f37a86a75a X-VCS-Branch: master Date: Sat, 27 Jul 2024 10:06:12 +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: 536cdd6d-f9fc-47ad-abb9-48b48c715e77 X-Archives-Hash: 2542c77851ad12d7729788d4aff4bd92 commit: 0b67c486dbcd9f5f567fb9f12571c0f37a86a75a Author: Michał Górny gentoo org> AuthorDate: Sat Jul 27 09:55:51 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 27 09:55:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b67c486 net-misc/ytmdl: Remove old Signed-off-by: Michał Górny gentoo.org> net-misc/ytmdl/Manifest | 1 - net-misc/ytmdl/ytmdl-2023.11.26-r1.ebuild | 63 ------------------------------- 2 files changed, 64 deletions(-) diff --git a/net-misc/ytmdl/Manifest b/net-misc/ytmdl/Manifest index 782f9f3833f9..b45bb8516bfa 100644 --- a/net-misc/ytmdl/Manifest +++ b/net-misc/ytmdl/Manifest @@ -1,2 +1 @@ -DIST ytmdl-2023.11.26.gh.tar.gz 1120208 BLAKE2B 145f8e24305f4978f1ed0655e5511c6b17b94ea23301309c31bbafaec60b2184216ef0866aed478eda95763ab4ec0cd43eac176acf849871e58c3505b09ea231 SHA512 df8ed294f0092d4078fba8b64abcd2524e0d8331a42dfee6e1869e3a418cf2d54f95d7c300d83e4392295ea4116ec989d418b0292b0895ef474bf93338a980e7 DIST ytmdl-2024.04.14.gh.tar.gz 1120264 BLAKE2B 018942cb9fa2534d225ba66e73e6b117581ce86cdc13b9bd3a39475dcde76d57fa97731264e3bf54863e0ab613a93861d51d7f0c678d332f029446cfaaa75820 SHA512 2d8b2e2189c6f0483dd32466f98281d8f173ad5d8a717ff9d828a7b08fc7f6313f108fb11da4b18ae66336c754c1c00f14010fe823c0a182387578db01795760 diff --git a/net-misc/ytmdl/ytmdl-2023.11.26-r1.ebuild b/net-misc/ytmdl/ytmdl-2023.11.26-r1.ebuild deleted file mode 100644 index 0ec4e506c4fb..000000000000 --- a/net-misc/ytmdl/ytmdl-2023.11.26-r1.ebuild +++ /dev/null @@ -1,63 +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_{10..11} ) - -inherit bash-completion-r1 distutils-r1 edo - -DESCRIPTION="Simple app to get songs from youtube in mp3 format" -HOMEPAGE="https://ytmdl.deepjyoti30.dev/ - https://github.com/deepjyoti30/ytmdl/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/deepjyoti30/${PN}.git" -else - SRC_URI="https://github.com/deepjyoti30/${PN}/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz" - - KEYWORDS="amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - >=net-misc/yt-dlp-2022.3.8.2[${PYTHON_USEDEP}] - dev-python/PySocks[${PYTHON_USEDEP}] - dev-python/beautifulsoup4[${PYTHON_USEDEP}] - dev-python/colorama[${PYTHON_USEDEP}] - dev-python/ffmpeg-python[${PYTHON_USEDEP}] - dev-python/itunespy[${PYTHON_USEDEP}] - dev-python/musicbrainzngs[${PYTHON_USEDEP}] - dev-python/pyDes[${PYTHON_USEDEP}] - dev-python/pyxdg[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/rich[${PYTHON_USEDEP}] - dev-python/simber[${PYTHON_USEDEP}] - dev-python/spotipy[${PYTHON_USEDEP}] - dev-python/unidecode[${PYTHON_USEDEP}] - dev-python/urllib3[${PYTHON_USEDEP}] - dev-python/youtube-search-python[${PYTHON_USEDEP}] - dev-python/ytmusicapi[${PYTHON_USEDEP}] - media-libs/mutagen[${PYTHON_USEDEP}] - net-misc/downloader-cli[${PYTHON_USEDEP}] -" - -PATCHES=( "${FILESDIR}/${PN}-2023.11.26-data_files.patch" ) - -python_compile() { - distutils-r1_python_compile - - edo "${EPYTHON}" ./utils/completion.py -} - -src_install() { - distutils-r1_src_install - - newbashcomp "${PN}.bash" "${PN}" -}