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 B45C31580FD for ; Mon, 23 Dec 2024 03:28:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8512AE0843; Mon, 23 Dec 2024 03:28:57 +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 67E51E0843 for ; Mon, 23 Dec 2024 03:28:57 +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 7127C34092E for ; Mon, 23 Dec 2024 03:28:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C11B18E7 for ; Mon, 23 Dec 2024 03:28:55 +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: <1734801310.6a87b7585f0b754ec4247c1c2de67cb2cbf3aaa2.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/ani-cli/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/ani-cli/Manifest app-misc/ani-cli/ani-cli-4.8.ebuild X-VCS-Directories: app-misc/ani-cli/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 6a87b7585f0b754ec4247c1c2de67cb2cbf3aaa2 X-VCS-Branch: master Date: Mon, 23 Dec 2024 03:28:55 +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: af63f8be-abe9-4740-9322-983bd2b5d929 X-Archives-Hash: 02b55c535eb29843b3ac8b5c7729ca9e commit: 6a87b7585f0b754ec4247c1c2de67cb2cbf3aaa2 Author: Denis Strizhkin gmail com> AuthorDate: Sat Dec 21 17:15:10 2024 +0000 Commit: Rui Huang gmail com> CommitDate: Sat Dec 21 17:15:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a87b758 app-misc/ani-cli: drop 4.8 Signed-off-by: Denis Strizhkin gmail.com> app-misc/ani-cli/Manifest | 1 - app-misc/ani-cli/ani-cli-4.8.ebuild | 33 --------------------------------- 2 files changed, 34 deletions(-) diff --git a/app-misc/ani-cli/Manifest b/app-misc/ani-cli/Manifest index 1299cdb9b..588a038b0 100644 --- a/app-misc/ani-cli/Manifest +++ b/app-misc/ani-cli/Manifest @@ -1,2 +1 @@ -DIST ani-cli-4.8.tar.gz 234163 BLAKE2B d7db7e70c67d3f042841ebdb1695ba3614b32a6eccf7bc0e8b5dd1cee6f89b670e18f30ddcae055900b9dc11450abbd78d4bbff11dd23144ebe7b734209071a4 SHA512 fece70b1613e28366dc6716ce02720ca53dfa750fdd6d40a5d292f0e4c242920e5c7fa5f82f51c90ad86f2cdb301ac19628d9a3616f44acc8f208d7d58495476 DIST ani-cli-4.9.tar.gz 473057 BLAKE2B 978ab41f40b6ddf9d2e2ac77e56de57e1246fbc20af54e950ea2ff0ddee6d02c099bf02804f888154a970ad13e421e392ad74d830f95d00e8806f4ba009196f2 SHA512 55a385dd7e19a5dae9c620a44e77f181c81164bb147b4b7c6a2a0f5a1a2188251eff7638348bb1b764c3beab533432f13ffc54726a50613a889d6372f928c2b5 diff --git a/app-misc/ani-cli/ani-cli-4.8.ebuild b/app-misc/ani-cli/ani-cli-4.8.ebuild deleted file mode 100644 index 48a661bbc..000000000 --- a/app-misc/ani-cli/ani-cli-4.8.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="A cli to browse and watch anime." -HOMEPAGE="https://github.com/pystardust/ani-cli" -if [[ "${PV}" == *9999* ]]; then - EGIT_REPO_URI="https://github.com/pystardust/${PN}.git" - inherit git-r3 -else - SRC_URI=" - https://github.com/pystardust/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz - " - S="${WORKDIR}/${P}" - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -LICENSE="GPL-3" -SLOT="0" - -DEPEND=" - media-video/mpv - app-shells/fzf - media-video/ffmpeg - net-misc/aria2" - -RDEPEND="${DEPEND}" - -src_install() { - dobin "${PN}" - doman "${PN}.1" -}