summaryrefslogtreecommitdiff
path: root/media-sound/mps-youtube/mps-youtube-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/mps-youtube/mps-youtube-9999.ebuild')
-rw-r--r--media-sound/mps-youtube/mps-youtube-9999.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/media-sound/mps-youtube/mps-youtube-9999.ebuild b/media-sound/mps-youtube/mps-youtube-9999.ebuild
deleted file mode 100644
index bd5183fe6c1d..000000000000
--- a/media-sound/mps-youtube/mps-youtube-9999.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/mps-youtube/mps-youtube.git"
- inherit git-r3
-else
- SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Terminal-based YouTube player and downloader"
-HOMEPAGE="https://github.com/mps-youtube/mps-youtube https://pypi.org/project/mps-youtube/"
-
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="
- dev-python/pafy[${PYTHON_USEDEP}]
- media-video/ffmpeg
- || ( media-video/mpv media-video/mplayer )
-"