public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ani-cli/
@ 2022-03-23 14:49 Lucas Carratalá Del Toro
  0 siblings, 0 replies; 12+ messages in thread
From: Lucas Carratalá Del Toro @ 2022-03-23 14:49 UTC (permalink / raw
  To: gentoo-commits

commit:     a1db658609ab33da7b1fa259ec67e9b7a963b354
Author:     Lucas Carratalá Del Toro <j327aq10 <AT> anonaddy <DOT> me>
AuthorDate: Wed Mar 23 14:48:22 2022 +0000
Commit:     Lucas Carratalá Del Toro <j327aq10 <AT> anonaddy <DOT> me>
CommitDate: Wed Mar 23 14:49:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a1db6586

app-misc/ani-cli: Added ebuild.

Signed-off-by: Lucas Carratalá Del Toro <j327aq10 <AT> anonaddy.me>
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Lucas Carratalá Del Toro <j327aq10 <AT> anonaddy.me>

 app-misc/ani-cli/Manifest           |  1 +
 app-misc/ani-cli/ani-cli-1.9.ebuild | 26 ++++++++++++++++++++++++++
 app-misc/ani-cli/metadata.xml       | 11 +++++++++++
 3 files changed, 38 insertions(+)

diff --git a/app-misc/ani-cli/Manifest b/app-misc/ani-cli/Manifest
new file mode 100644
index 000000000..4a8836a84
--- /dev/null
+++ b/app-misc/ani-cli/Manifest
@@ -0,0 +1 @@
+DIST ani-cli-1.9.tar.gz 8016229 BLAKE2B 0b4120fb038e8f01f74e5a9c43b665e978e2c47e1b76059d20b364a7cec386e7c3cd3028d4e03ba8ef02bf45ae9df3ee66d896f9be09118736c605110ce3e5dd SHA512 f3fe0109fc3f1d910fa4f621bc056d7c291ed2c0f91b76f9b65fc65925d864d3ab86a6610ec5960cc24a329507ab1fbb054e4304c4ececeb88c2411e66b48452

diff --git a/app-misc/ani-cli/ani-cli-1.9.ebuild b/app-misc/ani-cli/ani-cli-1.9.ebuild
new file mode 100644
index 000000000..158bada4a
--- /dev/null
+++ b/app-misc/ani-cli/ani-cli-1.9.ebuild
@@ -0,0 +1,26 @@
+# 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"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="media-video/mpv
+	dev-libs/openssl
+	net-misc/curl
+	media-video/ffmpeg"
+
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_install() {
+	dobin ani-cli
+
+}

diff --git a/app-misc/ani-cli/metadata.xml b/app-misc/ani-cli/metadata.xml
new file mode 100644
index 000000000..43410e8d2
--- /dev/null
+++ b/app-misc/ani-cli/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+	<email>j327aq10@anonaddy.me</email>
+	<description>Primary maintainer</description>
+</maintainer>
+<upstream>
+	<remote-id type="github">pystardust/ani-cli</remote-id>
+</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ani-cli/
@ 2023-01-29 17:17 Nickolas Raymond Kaczynski
  0 siblings, 0 replies; 12+ messages in thread
From: Nickolas Raymond Kaczynski @ 2023-01-29 17:17 UTC (permalink / raw
  To: gentoo-commits

commit:     f6feb803ae1ae0b4a8f87a79c927c2b8f510c567
Author:     jbara <anis2834133766619 <AT> gmail <DOT> com>
AuthorDate: Sun Jan 29 13:20:34 2023 +0000
Commit:     Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
CommitDate: Sun Jan 29 17:17:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f6feb803

app-misc/ani-cli: add 4.0 & 9999, drop old

Closes: https://github.com/gentoo/guru/pull/88
Signed-off-by: Med Anis Jbara <med.anis.jbara.2000 <AT> gmail.com>
Signed-off-by: Nickolas Raymond Kaczynski <nrk <AT> disroot.org>

 app-misc/ani-cli/Manifest            |  2 +-
 app-misc/ani-cli/ani-cli-1.9.ebuild  | 26 --------------------------
 app-misc/ani-cli/ani-cli-4.0.ebuild  | 30 ++++++++++++++++++++++++++++++
 app-misc/ani-cli/ani-cli-9999.ebuild | 30 ++++++++++++++++++++++++++++++
 app-misc/ani-cli/metadata.xml        |  4 ++++
 5 files changed, 65 insertions(+), 27 deletions(-)

diff --git a/app-misc/ani-cli/Manifest b/app-misc/ani-cli/Manifest
index 4a8836a84..07a979824 100644
--- a/app-misc/ani-cli/Manifest
+++ b/app-misc/ani-cli/Manifest
@@ -1 +1 @@
-DIST ani-cli-1.9.tar.gz 8016229 BLAKE2B 0b4120fb038e8f01f74e5a9c43b665e978e2c47e1b76059d20b364a7cec386e7c3cd3028d4e03ba8ef02bf45ae9df3ee66d896f9be09118736c605110ce3e5dd SHA512 f3fe0109fc3f1d910fa4f621bc056d7c291ed2c0f91b76f9b65fc65925d864d3ab86a6610ec5960cc24a329507ab1fbb054e4304c4ececeb88c2411e66b48452
+DIST ani-cli-4.0.tar.gz 121522 BLAKE2B 0dabe50b90173f8afe228e467bd6e008777e78b16e9f0d38eee1379666ead263d6cf558b5bab56c3be4101ddc6fb63f980d6be3cb8e52af3bb62ee313193b3ea SHA512 8dc8228b775d03d79bc0005c15fb2453845bdc4bf4135c730922fc99fc451da9a289d7c42ac7dfeb5eb636a295ea6a4d583d81e40425c0ec4f92ffd969cac4f8

diff --git a/app-misc/ani-cli/ani-cli-1.9.ebuild b/app-misc/ani-cli/ani-cli-1.9.ebuild
deleted file mode 100644
index 158bada4a..000000000
--- a/app-misc/ani-cli/ani-cli-1.9.ebuild
+++ /dev/null
@@ -1,26 +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"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-video/mpv
-	dev-libs/openssl
-	net-misc/curl
-	media-video/ffmpeg"
-
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-src_install() {
-	dobin ani-cli
-
-}

diff --git a/app-misc/ani-cli/ani-cli-4.0.ebuild b/app-misc/ani-cli/ani-cli-4.0.ebuild
new file mode 100644
index 000000000..da5959a8d
--- /dev/null
+++ b/app-misc/ani-cli/ani-cli-4.0.ebuild
@@ -0,0 +1,30 @@
+# 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/ani-cli/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+	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 ani-cli
+	doman ani-cli.1
+}

diff --git a/app-misc/ani-cli/ani-cli-9999.ebuild b/app-misc/ani-cli/ani-cli-9999.ebuild
new file mode 100644
index 000000000..da5959a8d
--- /dev/null
+++ b/app-misc/ani-cli/ani-cli-9999.ebuild
@@ -0,0 +1,30 @@
+# 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/ani-cli/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+	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 ani-cli
+	doman ani-cli.1
+}

diff --git a/app-misc/ani-cli/metadata.xml b/app-misc/ani-cli/metadata.xml
index 43410e8d2..e3891e0e6 100644
--- a/app-misc/ani-cli/metadata.xml
+++ b/app-misc/ani-cli/metadata.xml
@@ -5,6 +5,10 @@
 	<email>j327aq10@anonaddy.me</email>
 	<description>Primary maintainer</description>
 </maintainer>
+<maintainer type="person">
+	<email>med.anis.jbara.2000@gmail.com</email>
+	<description>Primary maintainer</description>
+</maintainer>
 <upstream>
 	<remote-id type="github">pystardust/ani-cli</remote-id>
 </upstream>


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ani-cli/
@ 2023-04-01 13:52 Ronny Gutbrod
  0 siblings, 0 replies; 12+ messages in thread
From: Ronny Gutbrod @ 2023-04-01 13:52 UTC (permalink / raw
  To: gentoo-commits

commit:     b57e7a1075204e1ff3f289a348e8e848dbdd2b0b
Author:     medanisjbara <medanisjbara <AT> proton <DOT> me>
AuthorDate: Thu Mar 30 23:33:14 2023 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sat Apr  1 13:51:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b57e7a10

app-misc/ani-cli bump to v4.2

Closes: https://github.com/gentoo/guru/pull/91
Signed-off-by: tastytea <gentoo <AT> tastytea.de>

 app-misc/ani-cli/Manifest                                   | 2 +-
 app-misc/ani-cli/{ani-cli-4.0.ebuild => ani-cli-4.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/ani-cli/Manifest b/app-misc/ani-cli/Manifest
index 07a979824..272443a5f 100644
--- a/app-misc/ani-cli/Manifest
+++ b/app-misc/ani-cli/Manifest
@@ -1 +1 @@
-DIST ani-cli-4.0.tar.gz 121522 BLAKE2B 0dabe50b90173f8afe228e467bd6e008777e78b16e9f0d38eee1379666ead263d6cf558b5bab56c3be4101ddc6fb63f980d6be3cb8e52af3bb62ee313193b3ea SHA512 8dc8228b775d03d79bc0005c15fb2453845bdc4bf4135c730922fc99fc451da9a289d7c42ac7dfeb5eb636a295ea6a4d583d81e40425c0ec4f92ffd969cac4f8
+DIST ani-cli-4.2.tar.gz 122130 BLAKE2B d452746d831ecc625e66634ea87c8288adac658c59b0462a944735d6ad8a5ee496ca48f8b588b86ca5f283ef696ea2fc1f4bf0dd3eae8a98fed3f658addb46c0 SHA512 8b825b7652274bc68894f563c24e1abbfba00e7d311833e26097bbb2953d214e1ac34a5cdd1306fa924cfaf45cdf21f317a34418e93b4689f34b45f94c635f4d

diff --git a/app-misc/ani-cli/ani-cli-4.0.ebuild b/app-misc/ani-cli/ani-cli-4.2.ebuild
similarity index 100%
rename from app-misc/ani-cli/ani-cli-4.0.ebuild
rename to app-misc/ani-cli/ani-cli-4.2.ebuild


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ani-cli/
@ 2023-06-06 20:16 Ronny Gutbrod
  0 siblings, 0 replies; 12+ messages in thread
From: Ronny Gutbrod @ 2023-06-06 20:16 UTC (permalink / raw
  To: gentoo-commits

commit:     6b81b4b6dba5d3bd3f9a434459bc8e26bb89209f
Author:     jbara <medanisjbara <AT> proton <DOT> me>
AuthorDate: Tue Jun  6 19:33:34 2023 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Jun  6 20:06:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b81b4b6

app-misc/ani-cli: pull only script & man

Suggested-by: jbara <medanisjbara <AT> proton.me>
Closes: https://github.com/gentoo/guru/pull/98
Signed-off-by: tastytea <gentoo <AT> tastytea.de>

 app-misc/ani-cli/Manifest            |  3 ++-
 app-misc/ani-cli/ani-cli-4.4.ebuild  | 10 +++++++---
 app-misc/ani-cli/ani-cli-9999.ebuild | 10 +++++++---
 3 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/app-misc/ani-cli/Manifest b/app-misc/ani-cli/Manifest
index 6b96890b1..549a53585 100644
--- a/app-misc/ani-cli/Manifest
+++ b/app-misc/ani-cli/Manifest
@@ -1 +1,2 @@
-DIST ani-cli-4.4.tar.gz 123740 BLAKE2B d857da4ea5e62ae5b3fc1585889e835656dca3c9181ab9e213b5a706614cf28e35cd0a7824620e172c74f4f058d1f8601b480eacf2e5d16caa7fd3e4345d604a SHA512 2462b888b7c01ec1ddd7aadaa51b6e8eb90fcbed1014a63faa21fc26acb9108db38b3e42d40a41d60446e2cf4524196e0b2b64da31515f859ac0a941b618cc9d
+DIST ani-cli 19981 BLAKE2B 02fed707373d3569a82f845227fa282fff173c2b002b9232ea3ea9245b643c256992cd90b7aa8b825511b7114320a2627f12ef40488cb732a1f5a782c4a309a9 SHA512 c1d2256af8c88d6428c4767dc3715d12cacc869cbfe62a7fb0e0831eee9836373cdf2a042bed822868571448ed140f9f94c33303680318585d54c37f39ba7723
+DIST ani-cli.1 4187 BLAKE2B c5d8515324fe6a51454a3ecd9daf145b8f21cb12dec2e2d7e898e5d343f206a9ddc2e10c998daef1cebb6fc41414d86b0f131349ec148578bc3a6f0de4c48d37 SHA512 71e1a25c9fff197e96efcdc784cf19af06ec598ea5e32aae52913df3f426bebe801fec3536f725abb181175a8ddc594987de5cda96c44292f4f65c28d9d01f45

diff --git a/app-misc/ani-cli/ani-cli-4.4.ebuild b/app-misc/ani-cli/ani-cli-4.4.ebuild
index da5959a8d..3509e10ce 100644
--- a/app-misc/ani-cli/ani-cli-4.4.ebuild
+++ b/app-misc/ani-cli/ani-cli-4.4.ebuild
@@ -9,7 +9,11 @@ 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"
+	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"
@@ -25,6 +29,6 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_install() {
-	dobin ani-cli
-	doman ani-cli.1
+	dobin "${SRC_URI:+$DISTDIR/}ani-cli"
+	doman "${SRC_URI:+$DISTDIR/}ani-cli.1"
 }

diff --git a/app-misc/ani-cli/ani-cli-9999.ebuild b/app-misc/ani-cli/ani-cli-9999.ebuild
index da5959a8d..3509e10ce 100644
--- a/app-misc/ani-cli/ani-cli-9999.ebuild
+++ b/app-misc/ani-cli/ani-cli-9999.ebuild
@@ -9,7 +9,11 @@ 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"
+	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"
@@ -25,6 +29,6 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_install() {
-	dobin ani-cli
-	doman ani-cli.1
+	dobin "${SRC_URI:+$DISTDIR/}ani-cli"
+	doman "${SRC_URI:+$DISTDIR/}ani-cli.1"
 }


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ani-cli/
@ 2023-06-06 20:16 Ronny Gutbrod
  0 siblings, 0 replies; 12+ messages in thread
From: Ronny Gutbrod @ 2023-06-06 20:16 UTC (permalink / raw
  To: gentoo-commits

commit:     64d08f48fac25074b3af6f3cd1a449a6d6f4e8df
Author:     jbara <medanisjbara <AT> proton <DOT> me>
AuthorDate: Tue Jun  6 18:18:30 2023 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Jun  6 20:06:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=64d08f48

app-misc/ani-cli: bump to 4.4

Signed-off-by: tastytea <gentoo <AT> tastytea.de>

 app-misc/ani-cli/Manifest                                   | 2 +-
 app-misc/ani-cli/{ani-cli-4.2.ebuild => ani-cli-4.4.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/ani-cli/Manifest b/app-misc/ani-cli/Manifest
index 272443a5f..6b96890b1 100644
--- a/app-misc/ani-cli/Manifest
+++ b/app-misc/ani-cli/Manifest
@@ -1 +1 @@
-DIST ani-cli-4.2.tar.gz 122130 BLAKE2B d452746d831ecc625e66634ea87c8288adac658c59b0462a944735d6ad8a5ee496ca48f8b588b86ca5f283ef696ea2fc1f4bf0dd3eae8a98fed3f658addb46c0 SHA512 8b825b7652274bc68894f563c24e1abbfba00e7d311833e26097bbb2953d214e1ac34a5cdd1306fa924cfaf45cdf21f317a34418e93b4689f34b45f94c635f4d
+DIST ani-cli-4.4.tar.gz 123740 BLAKE2B d857da4ea5e62ae5b3fc1585889e835656dca3c9181ab9e213b5a706614cf28e35cd0a7824620e172c74f4f058d1f8601b480eacf2e5d16caa7fd3e4345d604a SHA512 2462b888b7c01ec1ddd7aadaa51b6e8eb90fcbed1014a63faa21fc26acb9108db38b3e42d40a41d60446e2cf4524196e0b2b64da31515f859ac0a941b618cc9d

diff --git a/app-misc/ani-cli/ani-cli-4.2.ebuild b/app-misc/ani-cli/ani-cli-4.4.ebuild
similarity index 100%
rename from app-misc/ani-cli/ani-cli-4.2.ebuild
rename to app-misc/ani-cli/ani-cli-4.4.ebuild


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ani-cli/
@ 2023-12-12  9:37 David Roman
  0 siblings, 0 replies; 12+ messages in thread
From: David Roman @ 2023-12-12  9:37 UTC (permalink / raw
  To: gentoo-commits

commit:     d2b278fb86d3dae1c7f2247be2125f3496a29dc2
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Dec 12 09:36:36 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Dec 12 09:36:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2b278fb

app-misc/ani-cli: bump to 4.7

Closes: https://github.com/gentoo/guru/pull/100
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 app-misc/ani-cli/Manifest                                    |  2 ++
 app-misc/ani-cli/{ani-cli-9999.ebuild => ani-cli-4.7.ebuild} | 10 +++++-----
 app-misc/ani-cli/ani-cli-9999.ebuild                         | 10 +++++-----
 3 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/app-misc/ani-cli/Manifest b/app-misc/ani-cli/Manifest
index 549a53585d..03e092f461 100644
--- a/app-misc/ani-cli/Manifest
+++ b/app-misc/ani-cli/Manifest
@@ -1,2 +1,4 @@
 DIST ani-cli 19981 BLAKE2B 02fed707373d3569a82f845227fa282fff173c2b002b9232ea3ea9245b643c256992cd90b7aa8b825511b7114320a2627f12ef40488cb732a1f5a782c4a309a9 SHA512 c1d2256af8c88d6428c4767dc3715d12cacc869cbfe62a7fb0e0831eee9836373cdf2a042bed822868571448ed140f9f94c33303680318585d54c37f39ba7723
+DIST ani-cli-4.7 20275 BLAKE2B 7968e2aa467cc3a873f9d4d35ee50ba1f4f9e5b9f54aab2a36565b0aec14d1d410245e646c791dcdd355552770bc6666d179a395e496bce683d35ca91fc7f579 SHA512 579a440945193219569969a3c39fa3ee0b7ae7eab5676e34bde3c7dd20902d13431cff5cdcf7fd106545be8a0c03de1170aea111cdca881b8585318faf747d27
+DIST ani-cli-4.7.1 4446 BLAKE2B 644bd41d5394dd87fb00fc99b1070406bd947e4c6b4b261d402233c9d61b479f1a8a44179620c10381010a45c11c1f6898f2c674fcb2ae59995e4e0f4eb3e878 SHA512 f8a2185052cfe0309c172d673429eb7625b3d033422c886e79ffccdc8ca2ecf69c5073bcf2a41f5a9c0b215f3045b45f3d14b5f87032a979686c0d95d4258032
 DIST ani-cli.1 4187 BLAKE2B c5d8515324fe6a51454a3ecd9daf145b8f21cb12dec2e2d7e898e5d343f206a9ddc2e10c998daef1cebb6fc41414d86b0f131349ec148578bc3a6f0de4c48d37 SHA512 71e1a25c9fff197e96efcdc784cf19af06ec598ea5e32aae52913df3f426bebe801fec3536f725abb181175a8ddc594987de5cda96c44292f4f65c28d9d01f45

diff --git a/app-misc/ani-cli/ani-cli-9999.ebuild b/app-misc/ani-cli/ani-cli-4.7.ebuild
similarity index 85%
copy from app-misc/ani-cli/ani-cli-9999.ebuild
copy to app-misc/ani-cli/ani-cli-4.7.ebuild
index 3509e10ce0..61c10aa623 100644
--- a/app-misc/ani-cli/ani-cli-9999.ebuild
+++ b/app-misc/ani-cli/ani-cli-4.7.ebuild
@@ -10,15 +10,15 @@ if [[ "${PV}" == *9999* ]]; then
 	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
+		https://github.com/pystardust/${PN}/releases/download/v${PV}/ani-cli -> ${P}
+		https://github.com/pystardust/${PN}/releases/download/v${PV}/ani-cli.1 -> ${P}.1
 	"
 	S="${WORKDIR}"
 	KEYWORDS="~amd64 ~x86"
 fi
+
 LICENSE="GPL-3"
 SLOT="0"
-IUSE=""
 
 DEPEND="
 	media-video/mpv
@@ -29,6 +29,6 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_install() {
-	dobin "${SRC_URI:+$DISTDIR/}ani-cli"
-	doman "${SRC_URI:+$DISTDIR/}ani-cli.1"
+	newbin "${DISTDIR}/${P}" "${PN}"
+	newman "${DISTDIR}/${P}.1" "${PN}.1"
 }

diff --git a/app-misc/ani-cli/ani-cli-9999.ebuild b/app-misc/ani-cli/ani-cli-9999.ebuild
index 3509e10ce0..61c10aa623 100644
--- a/app-misc/ani-cli/ani-cli-9999.ebuild
+++ b/app-misc/ani-cli/ani-cli-9999.ebuild
@@ -10,15 +10,15 @@ if [[ "${PV}" == *9999* ]]; then
 	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
+		https://github.com/pystardust/${PN}/releases/download/v${PV}/ani-cli -> ${P}
+		https://github.com/pystardust/${PN}/releases/download/v${PV}/ani-cli.1 -> ${P}.1
 	"
 	S="${WORKDIR}"
 	KEYWORDS="~amd64 ~x86"
 fi
+
 LICENSE="GPL-3"
 SLOT="0"
-IUSE=""
 
 DEPEND="
 	media-video/mpv
@@ -29,6 +29,6 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_install() {
-	dobin "${SRC_URI:+$DISTDIR/}ani-cli"
-	doman "${SRC_URI:+$DISTDIR/}ani-cli.1"
+	newbin "${DISTDIR}/${P}" "${PN}"
+	newman "${DISTDIR}/${P}.1" "${PN}.1"
 }


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ani-cli/
@ 2024-01-30 22:03 Piotr Kubaj
  0 siblings, 0 replies; 12+ messages in thread
From: Piotr Kubaj @ 2024-01-30 22:03 UTC (permalink / raw
  To: gentoo-commits

commit:     79ab934229bae24ccf97f34d8c7181380775b176
Author:     Piotr Kubaj <pkubaj <AT> anongoth <DOT> pl>
AuthorDate: Tue Jan 30 21:59:11 2024 +0000
Commit:     Piotr Kubaj <pkubaj <AT> anongoth <DOT> pl>
CommitDate: Tue Jan 30 21:59:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=79ab9342

app-misc/ani-cli: keyword 4.7 for ~arm64

Signed-off-by: Piotr Kubaj <pkubaj <AT> anongoth.pl>

 app-misc/ani-cli/ani-cli-4.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/ani-cli/ani-cli-4.7.ebuild b/app-misc/ani-cli/ani-cli-4.7.ebuild
index 61c10aa623..fc2d9328c5 100644
--- a/app-misc/ani-cli/ani-cli-4.7.ebuild
+++ b/app-misc/ani-cli/ani-cli-4.7.ebuild
@@ -14,7 +14,7 @@ else
 		https://github.com/pystardust/${PN}/releases/download/v${PV}/ani-cli.1 -> ${P}.1
 	"
 	S="${WORKDIR}"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
 LICENSE="GPL-3"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ani-cli/
@ 2024-02-25 11:43 Denis Strizhkin
  0 siblings, 0 replies; 12+ messages in thread
From: Denis Strizhkin @ 2024-02-25 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     29c3e8f3b9e0d59ef56a92722a8144d683b1384c
Author:     Denis Strizhkin <strdenis02 <AT> gmail <DOT> com>
AuthorDate: Sun Feb 25 11:41:58 2024 +0000
Commit:     Denis Strizhkin <strdenis02 <AT> gmail <DOT> com>
CommitDate: Sun Feb 25 11:41:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29c3e8f3

app-misc/ani-cli: update SRC_URI

Signed-off-by: Denis Strizhkin <strdenis02 <AT> gmail.com>

 app-misc/ani-cli/Manifest            |  3 +--
 app-misc/ani-cli/ani-cli-4.7.ebuild  | 11 +++++------
 app-misc/ani-cli/ani-cli-9999.ebuild | 13 ++++++-------
 3 files changed, 12 insertions(+), 15 deletions(-)

diff --git a/app-misc/ani-cli/Manifest b/app-misc/ani-cli/Manifest
index 03e092f461..8484f21509 100644
--- a/app-misc/ani-cli/Manifest
+++ b/app-misc/ani-cli/Manifest
@@ -1,4 +1,3 @@
 DIST ani-cli 19981 BLAKE2B 02fed707373d3569a82f845227fa282fff173c2b002b9232ea3ea9245b643c256992cd90b7aa8b825511b7114320a2627f12ef40488cb732a1f5a782c4a309a9 SHA512 c1d2256af8c88d6428c4767dc3715d12cacc869cbfe62a7fb0e0831eee9836373cdf2a042bed822868571448ed140f9f94c33303680318585d54c37f39ba7723
-DIST ani-cli-4.7 20275 BLAKE2B 7968e2aa467cc3a873f9d4d35ee50ba1f4f9e5b9f54aab2a36565b0aec14d1d410245e646c791dcdd355552770bc6666d179a395e496bce683d35ca91fc7f579 SHA512 579a440945193219569969a3c39fa3ee0b7ae7eab5676e34bde3c7dd20902d13431cff5cdcf7fd106545be8a0c03de1170aea111cdca881b8585318faf747d27
-DIST ani-cli-4.7.1 4446 BLAKE2B 644bd41d5394dd87fb00fc99b1070406bd947e4c6b4b261d402233c9d61b479f1a8a44179620c10381010a45c11c1f6898f2c674fcb2ae59995e4e0f4eb3e878 SHA512 f8a2185052cfe0309c172d673429eb7625b3d033422c886e79ffccdc8ca2ecf69c5073bcf2a41f5a9c0b215f3045b45f3d14b5f87032a979686c0d95d4258032
 DIST ani-cli.1 4187 BLAKE2B c5d8515324fe6a51454a3ecd9daf145b8f21cb12dec2e2d7e898e5d343f206a9ddc2e10c998daef1cebb6fc41414d86b0f131349ec148578bc3a6f0de4c48d37 SHA512 71e1a25c9fff197e96efcdc784cf19af06ec598ea5e32aae52913df3f426bebe801fec3536f725abb181175a8ddc594987de5cda96c44292f4f65c28d9d01f45
+DIST v4.7.tar.gz 233837 BLAKE2B f3aed4ded9ffeaceb617c144e0976135fdff2dda2b4d016b0770385e45c907adf93d09d33b901ad324c490676953c020b40178a944d98dc4afbb278c366e84c9 SHA512 d0ebd157ce5de7f8b793016991a7edf63dcf6831759ddb5595935ffd2c9693dfb9693a68e7fbc3d3d81033d4caae98c11308283cd6a86c40d4572754b1d97aa0

diff --git a/app-misc/ani-cli/ani-cli-4.7.ebuild b/app-misc/ani-cli/ani-cli-4.7.ebuild
index fc2d9328c5..c26ce60700 100644
--- a/app-misc/ani-cli/ani-cli-4.7.ebuild
+++ b/app-misc/ani-cli/ani-cli-4.7.ebuild
@@ -6,14 +6,13 @@ 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"
+	EGIT_REPO_URI="https://github.com/pystardust/${PN}.git"
 	inherit git-r3
 else
 	SRC_URI="
-		https://github.com/pystardust/${PN}/releases/download/v${PV}/ani-cli -> ${P}
-		https://github.com/pystardust/${PN}/releases/download/v${PV}/ani-cli.1 -> ${P}.1
+		https://github.com/pystardust/${PN}/archive/refs/tags/v${PV}.tar.gz
 	"
-	S="${WORKDIR}"
+	S="${WORKDIR}/${P}"
 	KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
@@ -29,6 +28,6 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_install() {
-	newbin "${DISTDIR}/${P}" "${PN}"
-	newman "${DISTDIR}/${P}.1" "${PN}.1"
+	dobin "${PN}"
+	doman "${PN}.1"
 }

diff --git a/app-misc/ani-cli/ani-cli-9999.ebuild b/app-misc/ani-cli/ani-cli-9999.ebuild
index 61c10aa623..c26ce60700 100644
--- a/app-misc/ani-cli/ani-cli-9999.ebuild
+++ b/app-misc/ani-cli/ani-cli-9999.ebuild
@@ -6,15 +6,14 @@ 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"
+	EGIT_REPO_URI="https://github.com/pystardust/${PN}.git"
 	inherit git-r3
 else
 	SRC_URI="
-		https://github.com/pystardust/${PN}/releases/download/v${PV}/ani-cli -> ${P}
-		https://github.com/pystardust/${PN}/releases/download/v${PV}/ani-cli.1 -> ${P}.1
+		https://github.com/pystardust/${PN}/archive/refs/tags/v${PV}.tar.gz
 	"
-	S="${WORKDIR}"
-	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/${P}"
+	KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
 LICENSE="GPL-3"
@@ -29,6 +28,6 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_install() {
-	newbin "${DISTDIR}/${P}" "${PN}"
-	newman "${DISTDIR}/${P}.1" "${PN}.1"
+	dobin "${PN}"
+	doman "${PN}.1"
 }


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ani-cli/
@ 2024-02-25 11:50 Denis Strizhkin
  0 siblings, 0 replies; 12+ messages in thread
From: Denis Strizhkin @ 2024-02-25 11:50 UTC (permalink / raw
  To: gentoo-commits

commit:     c46fe5ef4f98eefe647d066c27be4bc5827fe432
Author:     Denis Strizhkin <strdenis02 <AT> gmail <DOT> com>
AuthorDate: Sun Feb 25 11:49:02 2024 +0000
Commit:     Denis Strizhkin <strdenis02 <AT> gmail <DOT> com>
CommitDate: Sun Feb 25 11:49:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c46fe5ef

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

Signed-off-by: Denis Strizhkin <strdenis02 <AT> gmail.com>

 app-misc/ani-cli/Manifest                          |  4 +--
 app-misc/ani-cli/ani-cli-4.4.ebuild                | 34 ----------------------
 .../{ani-cli-4.7.ebuild => ani-cli-4.8.ebuild}     |  0
 3 files changed, 1 insertion(+), 37 deletions(-)

diff --git a/app-misc/ani-cli/Manifest b/app-misc/ani-cli/Manifest
index 8484f21509..b9c3b2c599 100644
--- a/app-misc/ani-cli/Manifest
+++ b/app-misc/ani-cli/Manifest
@@ -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

diff --git a/app-misc/ani-cli/ani-cli-4.4.ebuild b/app-misc/ani-cli/ani-cli-4.4.ebuild
deleted file mode 100644
index 3509e10ce0..0000000000
--- a/app-misc/ani-cli/ani-cli-4.4.ebuild
+++ /dev/null
@@ -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"
-}

diff --git a/app-misc/ani-cli/ani-cli-4.7.ebuild b/app-misc/ani-cli/ani-cli-4.8.ebuild
similarity index 100%
rename from app-misc/ani-cli/ani-cli-4.7.ebuild
rename to app-misc/ani-cli/ani-cli-4.8.ebuild


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ani-cli/
  2024-02-25 17:05 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
@ 2024-02-25 16:59 ` Viorel Munteanu
  0 siblings, 0 replies; 12+ messages in thread
From: Viorel Munteanu @ 2024-02-25 16:59 UTC (permalink / raw
  To: gentoo-commits

commit:     b9a14751eb1234ad42e866b24b3af50bb2e6cb4f
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 16:58:46 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 16:58:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9a14751

app-misc/ani-cli: update SRC_URI

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 app-misc/ani-cli/Manifest           | 2 +-
 app-misc/ani-cli/ani-cli-4.8.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/ani-cli/Manifest b/app-misc/ani-cli/Manifest
index b9c3b2c599..19fe08a3de 100644
--- a/app-misc/ani-cli/Manifest
+++ b/app-misc/ani-cli/Manifest
@@ -1 +1 @@
-DIST v4.8.tar.gz 234163 BLAKE2B d7db7e70c67d3f042841ebdb1695ba3614b32a6eccf7bc0e8b5dd1cee6f89b670e18f30ddcae055900b9dc11450abbd78d4bbff11dd23144ebe7b734209071a4 SHA512 fece70b1613e28366dc6716ce02720ca53dfa750fdd6d40a5d292f0e4c242920e5c7fa5f82f51c90ad86f2cdb301ac19628d9a3616f44acc8f208d7d58495476
+DIST ani-cli-4.8.tar.gz 234163 BLAKE2B d7db7e70c67d3f042841ebdb1695ba3614b32a6eccf7bc0e8b5dd1cee6f89b670e18f30ddcae055900b9dc11450abbd78d4bbff11dd23144ebe7b734209071a4 SHA512 fece70b1613e28366dc6716ce02720ca53dfa750fdd6d40a5d292f0e4c242920e5c7fa5f82f51c90ad86f2cdb301ac19628d9a3616f44acc8f208d7d58495476

diff --git a/app-misc/ani-cli/ani-cli-4.8.ebuild b/app-misc/ani-cli/ani-cli-4.8.ebuild
index c26ce60700..48a661bbc6 100644
--- a/app-misc/ani-cli/ani-cli-4.8.ebuild
+++ b/app-misc/ani-cli/ani-cli-4.8.ebuild
@@ -10,7 +10,7 @@ if [[ "${PV}" == *9999* ]]; then
 	inherit git-r3
 else
 	SRC_URI="
-		https://github.com/pystardust/${PN}/archive/refs/tags/v${PV}.tar.gz
+		https://github.com/pystardust/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
 	"
 	S="${WORKDIR}/${P}"
 	KEYWORDS="~amd64 ~arm64 ~x86"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ani-cli/
@ 2024-09-07 12:27 Viorel Munteanu
  0 siblings, 0 replies; 12+ messages in thread
From: Viorel Munteanu @ 2024-09-07 12:27 UTC (permalink / raw
  To: gentoo-commits

commit:     0405d0791540957507d6c0bc266fc51ebec73675
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  7 12:24:53 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat Sep  7 12:24:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0405d079

app-misc/ani-cli: update maintainers

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 app-misc/ani-cli/metadata.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-misc/ani-cli/metadata.xml b/app-misc/ani-cli/metadata.xml
index d93d51499..a723012dc 100644
--- a/app-misc/ani-cli/metadata.xml
+++ b/app-misc/ani-cli/metadata.xml
@@ -1,6 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+	<maintainer type="person">
+		<email>strdenis02@gmail.com</email>
+		<name>Denis Strizhkin</name>
+	</maintainer>
 	<maintainer type="person">
 		<email>j327aq10@anonaddy.me</email>
 		<description>Primary maintainer</description>
@@ -9,10 +13,6 @@
 		<email>med.anis.jbara.2000@gmail.com</email>
 		<description>Primary maintainer</description>
 	</maintainer>
-	<maintainer type="person">
-		<email>strdenis02@gmail.com</email>
-		<name>Denis Strizhkin</name>
-	</maintainer>
 	<upstream>
 		<remote-id type="github">pystardust/ani-cli</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ani-cli/
@ 2024-09-07 15:30 Denis Strizhkin
  0 siblings, 0 replies; 12+ messages in thread
From: Denis Strizhkin @ 2024-09-07 15:30 UTC (permalink / raw
  To: gentoo-commits

commit:     8cfa488680d11ecc4accf689c88a1b8b0c627109
Author:     Denis Strizhkin <strdenis02 <AT> gmail <DOT> com>
AuthorDate: Sat Sep  7 15:30:42 2024 +0000
Commit:     Denis Strizhkin <strdenis02 <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"
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-09-07 15:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-29 17:17 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ani-cli/ Nickolas Raymond Kaczynski
  -- strict thread matches above, loose matches on Subject: below --
2024-09-07 15:30 Denis Strizhkin
2024-09-07 12:27 Viorel Munteanu
2024-02-25 17:05 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2024-02-25 16:59 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2024-02-25 11:50 Denis Strizhkin
2024-02-25 11:43 Denis Strizhkin
2024-01-30 22:03 Piotr Kubaj
2023-12-12  9:37 David Roman
2023-06-06 20:16 Ronny Gutbrod
2023-06-06 20:16 Ronny Gutbrod
2023-04-01 13:52 Ronny Gutbrod
2022-03-23 14:49 Lucas Carratalá Del Toro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox