public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/ani-cli/
Date: Sun,  8 Sep 2024 16:32:35 +0000 (UTC)	[thread overview]
Message-ID: <1725723042.8cfa488680d11ecc4accf689c88a1b8b0c627109.davidroman@gentoo> (raw)

commit:     8cfa488680d11ecc4accf689c88a1b8b0c627109
Author:     Denis Strizhkin <strdenis02 <AT> gmail <DOT> com>
AuthorDate: Sat Sep  7 15:30:42 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Sep  7 15:30:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8cfa4886

app-misc/ani-cli: add 4.9

Closes: https://bugs.gentoo.org/939198
Signed-off-by: Denis Strizhkin <strdenis02 <AT> gmail.com>

 app-misc/ani-cli/Manifest           |  1 +
 app-misc/ani-cli/ani-cli-4.9.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/app-misc/ani-cli/Manifest b/app-misc/ani-cli/Manifest
index 19fe08a3d..1299cdb9b 100644
--- a/app-misc/ani-cli/Manifest
+++ b/app-misc/ani-cli/Manifest
@@ -1 +1,2 @@
 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.9.ebuild b/app-misc/ani-cli/ani-cli-4.9.ebuild
new file mode 100644
index 000000000..48a661bbc
--- /dev/null
+++ b/app-misc/ani-cli/ani-cli-4.9.ebuild
@@ -0,0 +1,33 @@
+# 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"
+}


             reply	other threads:[~2024-09-08 16:32 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-08 16:32 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-23  3:28 [gentoo-commits] repo/proj/guru:master commit in: app-misc/ani-cli/ Rui Huang
2024-12-23  3:28 Rui Huang
2024-09-07 13:38 David Roman
2024-02-25 17:05 Viorel Munteanu
2024-02-25 17:05 Viorel Munteanu
2024-02-25 17:05 Viorel Munteanu
2024-01-31 12:23 David Roman
2023-12-12  9:37 [gentoo-commits] repo/proj/guru:dev " David Roman
2023-12-12 10:52 ` [gentoo-commits] repo/proj/guru:master " David Roman
2023-06-07  7:04 Viorel Munteanu
2023-06-07  7:04 Viorel Munteanu
2023-04-01 21:30 Haelwenn Monnier
2023-01-30 10:29 Viorel Munteanu
2022-03-25 15:17 Ronny Gutbrod

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1725723042.8cfa488680d11ecc4accf689c88a1b8b0c627109.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox