app-misc/ani-cli: drop 4.8

Signed-off-by: Denis Strizhkin <strdenis02@gmail.com>
This commit is contained in:
Denis Strizhkin 2024-12-21 17:15:10 +00:00
parent 4ed6a98d86
commit 6a87b7585f
No known key found for this signature in database
GPG Key ID: 4A052F32B7556DAB
2 changed files with 0 additions and 34 deletions

View File

@ -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

View File

@ -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"
}