aboutsummaryrefslogtreecommitdiffstats
path: root/app-misc/ani-cli/ani-cli-4.3.ebuild
diff options
context:
space:
mode:
authorturret <turret@duck.com>2023-06-27 22:00:42 -0500
committerturret <turret@duck.com>2023-06-27 22:00:42 -0500
commit4cd41ec23acda31babc61251fb78feb13033c4bb (patch)
tree3665d8cd6581c6161e39a04c74a71c0f10a98170 /app-misc/ani-cli/ani-cli-4.3.ebuild
parent51137b44e4a0c7333aede343d56de4de91d18a48 (diff)
downloadportage-overlay-4cd41ec23acda31babc61251fb78feb13033c4bb.tar.gz
portage-overlay-4cd41ec23acda31babc61251fb78feb13033c4bb.tar.bz2
portage-overlay-4cd41ec23acda31babc61251fb78feb13033c4bb.zip
app-misc/ani-cli-4.4: version bump
Diffstat (limited to 'app-misc/ani-cli/ani-cli-4.3.ebuild')
-rw-r--r--app-misc/ani-cli/ani-cli-4.3.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/app-misc/ani-cli/ani-cli-4.3.ebuild b/app-misc/ani-cli/ani-cli-4.3.ebuild
deleted file mode 100644
index 89d651b..0000000
--- a/app-misc/ani-cli/ani-cli-4.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022 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/"
-#SRC_URI="https://github.com/pystardust/$PN/archive/refs/tags/v$PV.tar.gz -> $P.tar.gz"
-RESTRICT="mirror"
-
-if [[ "${PV}" == *9999* ]]; then
- EGIT_REPO_URI="https://github.com/pystardust/ani-cli.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/pystardust/ani-cli/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-#KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- app-alternatives/sh
- sys-apps/grep
- sys-apps/sed
- net-misc/curl
- media-video/mpv
- net-misc/aria2
- media-video/ffmpeg
- app-shells/fzf"
-
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-src_install() {
- dobin ani-cli
- doman ani-cli.1
-}