app-misc/ani-cli: add 4.8 drop 4.7,4.4 (no longer work)

Signed-off-by: Denis Strizhkin <strdenis02@gmail.com>
This commit is contained in:
Denis Strizhkin
2024-02-25 14:49:02 +03:00
parent 29c3e8f3b9
commit c46fe5ef4f
3 changed files with 1 additions and 37 deletions

View File

@@ -1,3 +1 @@
DIST ani-cli 19981 BLAKE2B 02fed707373d3569a82f845227fa282fff173c2b002b9232ea3ea9245b643c256992cd90b7aa8b825511b7114320a2627f12ef40488cb732a1f5a782c4a309a9 SHA512 c1d2256af8c88d6428c4767dc3715d12cacc869cbfe62a7fb0e0831eee9836373cdf2a042bed822868571448ed140f9f94c33303680318585d54c37f39ba7723
DIST ani-cli.1 4187 BLAKE2B c5d8515324fe6a51454a3ecd9daf145b8f21cb12dec2e2d7e898e5d343f206a9ddc2e10c998daef1cebb6fc41414d86b0f131349ec148578bc3a6f0de4c48d37 SHA512 71e1a25c9fff197e96efcdc784cf19af06ec598ea5e32aae52913df3f426bebe801fec3536f725abb181175a8ddc594987de5cda96c44292f4f65c28d9d01f45
DIST v4.7.tar.gz 233837 BLAKE2B f3aed4ded9ffeaceb617c144e0976135fdff2dda2b4d016b0770385e45c907adf93d09d33b901ad324c490676953c020b40178a944d98dc4afbb278c366e84c9 SHA512 d0ebd157ce5de7f8b793016991a7edf63dcf6831759ddb5595935ffd2c9693dfb9693a68e7fbc3d3d81033d4caae98c11308283cd6a86c40d4572754b1d97aa0
DIST v4.8.tar.gz 234163 BLAKE2B d7db7e70c67d3f042841ebdb1695ba3614b32a6eccf7bc0e8b5dd1cee6f89b670e18f30ddcae055900b9dc11450abbd78d4bbff11dd23144ebe7b734209071a4 SHA512 fece70b1613e28366dc6716ce02720ca53dfa750fdd6d40a5d292f0e4c242920e5c7fa5f82f51c90ad86f2cdb301ac19628d9a3616f44acc8f208d7d58495476

View File

@@ -1,34 +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/ani-cli.git"
inherit git-r3
else
SRC_URI="
https://github.com/pystardust/${PN}/releases/download/v${PV}/ani-cli
https://github.com/pystardust/${PN}/releases/download/v${PV}/ani-cli.1
"
S="${WORKDIR}"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-3"
SLOT="0"
IUSE=""
DEPEND="
media-video/mpv
app-shells/fzf
media-video/ffmpeg
net-misc/aria2"
RDEPEND="${DEPEND}"
src_install() {
dobin "${SRC_URI:+$DISTDIR/}ani-cli"
doman "${SRC_URI:+$DISTDIR/}ani-cli.1"
}