diff options
author | turret <turret@duck.com> | 2023-07-03 23:25:29 -0500 |
---|---|---|
committer | turret <turret@duck.com> | 2023-07-03 23:25:29 -0500 |
commit | 614d8fafa1b021c9b3c7b56a5a3f725dbaee84c5 (patch) | |
tree | 626338b28d985c381c3736be191a6b3bd126408a /app-misc/ani-cli | |
parent | c03f9c568c11016ae0500596328615951e27a559 (diff) | |
download | portage-overlay-614d8fafa1b021c9b3c7b56a5a3f725dbaee84c5.tar.gz portage-overlay-614d8fafa1b021c9b3c7b56a5a3f725dbaee84c5.tar.bz2 portage-overlay-614d8fafa1b021c9b3c7b56a5a3f725dbaee84c5.zip |
drop app-misc/ani-cli: no longer used by me
Diffstat (limited to 'app-misc/ani-cli')
-rw-r--r-- | app-misc/ani-cli/Manifest | 4 | ||||
-rw-r--r-- | app-misc/ani-cli/ani-cli-4.4.ebuild | 40 | ||||
-rw-r--r-- | app-misc/ani-cli/ani-cli-9999.ebuild | 40 | ||||
-rw-r--r-- | app-misc/ani-cli/metadata.xml | 11 |
4 files changed, 0 insertions, 95 deletions
diff --git a/app-misc/ani-cli/Manifest b/app-misc/ani-cli/Manifest deleted file mode 100644 index 34ba76d..0000000 --- a/app-misc/ani-cli/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST ani-cli-4.4.tar.gz 123740 BLAKE2B d857da4ea5e62ae5b3fc1585889e835656dca3c9181ab9e213b5a706614cf28e35cd0a7824620e172c74f4f058d1f8601b480eacf2e5d16caa7fd3e4345d604a SHA512 2462b888b7c01ec1ddd7aadaa51b6e8eb90fcbed1014a63faa21fc26acb9108db38b3e42d40a41d60446e2cf4524196e0b2b64da31515f859ac0a941b618cc9d -EBUILD ani-cli-4.4.ebuild 834 BLAKE2B 9948b54fb271d92852fa02ae7e9d8ba614fc7d15a1d5bcd817d9b8307c10b73b1c996162cca09ff1038be2952707b9f85b1d19b0a5f2b8103b72e88a4de40de0 SHA512 f670aa2368c5607cb20d3f07752bd4c8a85f8c080428bbf64be3e9bd58b5fa80a55efb6de2a35913423ab201dd5e7288ec6fa0ffe5e29718cb0e017c264d64cc -EBUILD ani-cli-9999.ebuild 834 BLAKE2B 9948b54fb271d92852fa02ae7e9d8ba614fc7d15a1d5bcd817d9b8307c10b73b1c996162cca09ff1038be2952707b9f85b1d19b0a5f2b8103b72e88a4de40de0 SHA512 f670aa2368c5607cb20d3f07752bd4c8a85f8c080428bbf64be3e9bd58b5fa80a55efb6de2a35913423ab201dd5e7288ec6fa0ffe5e29718cb0e017c264d64cc -MISC metadata.xml 354 BLAKE2B d966908f2b2f9f04a5c6010ad2c1735bb7657a53dd22171de72ec81f56dde050e842833156c0a1d810bd235cf72ff4290af0fde00c1e756b98e36f6b4cb9ee32 SHA512 c657f4d9236366e4844f9740e1bc44006952d35266c478bb4bf94356d409f0aaa2c51d133ed290815fc2182616b66017c776fb6ce4224258f2b3b54fd717823f 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 89d651b..0000000 --- a/app-misc/ani-cli/ani-cli-4.4.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 -} diff --git a/app-misc/ani-cli/ani-cli-9999.ebuild b/app-misc/ani-cli/ani-cli-9999.ebuild deleted file mode 100644 index 89d651b..0000000 --- a/app-misc/ani-cli/ani-cli-9999.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 -} diff --git a/app-misc/ani-cli/metadata.xml b/app-misc/ani-cli/metadata.xml deleted file mode 100644 index 239875a..0000000 --- a/app-misc/ani-cli/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>turret@turret.cyou</email> - <name>turret</name> - </maintainer> - <upstream> - <remote-id type="github">pystardust/ani-cli</remote-id> - </upstream> -</pkgmetadata> |