Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mps-youtube/
Date: Fri, 01 Jul 2022 11:10:55
Message-Id: 1656673845.a3fec17306fd691205343cb0bf5d860cc844c4ec.fordfrog@gentoo
1 commit: a3fec17306fd691205343cb0bf5d860cc844c4ec
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 1 11:10:45 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 1 11:10:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3fec173
7
8 media-sound/mps-youtube: dropped obsolete 0.2.8-r2
9
10 Closes: https://bugs.gentoo.org/846083
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 .../mps-youtube/mps-youtube-0.2.8-r2.ebuild | 28 ----------------------
14 1 file changed, 28 deletions(-)
15
16 diff --git a/media-sound/mps-youtube/mps-youtube-0.2.8-r2.ebuild b/media-sound/mps-youtube/mps-youtube-0.2.8-r2.ebuild
17 deleted file mode 100644
18 index 82b44f71fd65..000000000000
19 --- a/media-sound/mps-youtube/mps-youtube-0.2.8-r2.ebuild
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -PYTHON_COMPAT=( python3_{7,8,9} )
28 -DISTUTILS_USE_SETUPTOOLS=rdepend
29 -inherit distutils-r1
30 -
31 -if [[ ${PV} == "9999" ]] ; then
32 - EGIT_REPO_URI="https://github.com/mps-youtube/mps-youtube.git"
33 - inherit git-r3
34 -else
35 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
36 - KEYWORDS="~amd64 ~x86"
37 -fi
38 -
39 -DESCRIPTION="Terminal-based YouTube player and downloader"
40 -HOMEPAGE="https://github.com/mps-youtube/mps-youtube https://pypi.org/project/mps-youtube/"
41 -
42 -LICENSE="GPL-3"
43 -SLOT="0"
44 -
45 -RDEPEND="
46 - dev-python/pafy[${PYTHON_USEDEP}]
47 - media-video/ffmpeg
48 - || ( media-video/mpv media-video/mplayer )
49 -"