Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/youtube-dl/
Date: Fri, 02 Apr 2021 11:29:05
Message-Id: 1617362929.91596a66d305d7adcfd1d7cae2fb44181780eaaf.mgorny@gentoo
1 commit: 91596a66d305d7adcfd1d7cae2fb44181780eaaf
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 11:28:49 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 2 11:28:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91596a66
7
8 net-misc/youtube-dl: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/youtube-dl/Manifest | 3 -
13 net-misc/youtube-dl/youtube-dl-2021.03.14.ebuild | 71 ------------------------
14 net-misc/youtube-dl/youtube-dl-2021.03.25.ebuild | 71 ------------------------
15 net-misc/youtube-dl/youtube-dl-2021.03.31.ebuild | 71 ------------------------
16 4 files changed, 216 deletions(-)
17
18 diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
19 index c93af7f0588..5036ca70b1b 100644
20 --- a/net-misc/youtube-dl/Manifest
21 +++ b/net-misc/youtube-dl/Manifest
22 @@ -1,4 +1 @@
23 -DIST youtube-dl-2021.03.14.tar.gz 3306486 BLAKE2B 6c5705319e405e4bb098c72b696d41ba655f6e38884012b00da0a5f66a68ac49e34b1906cf22c5444ba62aed4f74d93517b81471b9ddebdc1ee72b3ae190a3a9 SHA512 12f08eaa8a4ba3598ab9caa1c313982e62168a4e4afa3f613f7dee0efef3bcfee701ffd525f1dd1ba1da66aa71bcfd8bed91fa64a8c7473aca6b9e6a09282a70
24 -DIST youtube-dl-2021.03.25.tar.gz 3313712 BLAKE2B 323ef3e1eda1549500cbea29bcbb55821b5ed6730d65100d6fdd95be4a5d98bb155a519c47fc42883889fcb03bda559edfbd52e38d999fa7fc19ad2aefb7f902 SHA512 77b3beb907081fd682c69d280ddc69610ef59d264b089597481cb4f57dfbac5abc90b54b38bc3691817e0f7a6a3df35b59035f49d5d22e461db87086081f426c
25 -DIST youtube-dl-2021.03.31.tar.gz 3315008 BLAKE2B a03d50866e3159155234b82d7662874d1fa427498f7e649da007af50dfb0e89b0373549a85bf76266fe978128ba37dfc547016fd1c8b163c638d6621defdcbc4 SHA512 9f594aef9e5a490d1d5af6135a9df0fa6d0e050303fc7216ca36b29d176f018fab3f37b344ad6db6ebf9d650d25343cd671d4d54999eb34b39a020dadbb77d3f
26 DIST youtube-dl-2021.04.01.tar.gz 3315743 BLAKE2B 01cd9496116215dd95083060f61134b32b139be1c6002e79a51c7b7f33f933d172608a7d57e95f00f1c14f0c71f4d7a60fcea67c5535c74d73d635e23e7058dc SHA512 138307b14b9ca18a1d55d16d4ae5d179e3244a9e270dedd732a14bb9250665741a9a90ecb1887308dcebfc2e448df28a505168b2b3afed7caeddacf4da8bce53
27
28 diff --git a/net-misc/youtube-dl/youtube-dl-2021.03.14.ebuild b/net-misc/youtube-dl/youtube-dl-2021.03.14.ebuild
29 deleted file mode 100644
30 index d787a3f3be5..00000000000
31 --- a/net-misc/youtube-dl/youtube-dl-2021.03.14.ebuild
32 +++ /dev/null
33 @@ -1,71 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -PYTHON_COMPAT=(python3_{7..9})
40 -
41 -DISTUTILS_USE_SETUPTOOLS=rdepend
42 -
43 -inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
44 -
45 -DESCRIPTION="Download videos from YouTube.com (and more sites...)"
46 -HOMEPAGE="https://youtube-dl.org/ https://github.com/ytdl-org/youtube-dl/"
47 -SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz"
48 -S=${WORKDIR}/${PN}
49 -
50 -LICENSE="public-domain"
51 -KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
52 -SLOT="0"
53 -
54 -RDEPEND="
55 - dev-python/pycryptodome[${PYTHON_USEDEP}]
56 -"
57 -
58 -distutils_enable_tests nose
59 -
60 -src_prepare() {
61 - sed -i -e '/flake8/d' Makefile || die
62 - distutils-r1_src_prepare
63 -}
64 -
65 -python_test() {
66 - emake offlinetest
67 -}
68 -
69 -python_install_all() {
70 - doman youtube-dl.1
71 -
72 - newbashcomp youtube-dl.bash-completion youtube-dl
73 -
74 - insinto /usr/share/zsh/site-functions
75 - newins youtube-dl.zsh _youtube-dl
76 -
77 - insinto /usr/share/fish/vendor_completions.d
78 - doins youtube-dl.fish
79 -
80 - distutils-r1_python_install_all
81 -
82 - rm -r "${ED}"/usr/etc || die
83 - rm -r "${ED}"/usr/share/doc/youtube_dl || die
84 -}
85 -
86 -pkg_postinst() {
87 - elog "youtube-dl(1) / https://bugs.gentoo.org/355661 /"
88 - elog "https://github.com/rg3/youtube-dl/blob/master/README.md#faq :"
89 - elog
90 - elog "youtube-dl works fine on its own on most sites. However, if you want"
91 - elog "to convert video/audio, you'll need ffmpeg (media-video/ffmpeg)."
92 - elog "On some sites - most notably YouTube - videos can be retrieved in"
93 - elog "a higher quality format without sound. youtube-dl will detect whether"
94 - elog "ffmpeg is present and automatically pick the best option."
95 - elog
96 - elog "Videos or video formats streamed via RTMP protocol can only be"
97 - elog "downloaded when rtmpdump (media-video/rtmpdump) is installed."
98 - elog
99 - elog "Downloading MMS and RTSP videos requires either mplayer"
100 - elog "(media-video/mplayer) or mpv (media-video/mpv) to be installed."
101 - elog
102 - elog "If you want youtube-dl to embed thumbnails from the metadata into the"
103 - elog "resulting MP4 files, consider installing media-video/atomicparsley"
104 -}
105
106 diff --git a/net-misc/youtube-dl/youtube-dl-2021.03.25.ebuild b/net-misc/youtube-dl/youtube-dl-2021.03.25.ebuild
107 deleted file mode 100644
108 index 9b024e43dbb..00000000000
109 --- a/net-misc/youtube-dl/youtube-dl-2021.03.25.ebuild
110 +++ /dev/null
111 @@ -1,71 +0,0 @@
112 -# Copyright 1999-2021 Gentoo Authors
113 -# Distributed under the terms of the GNU General Public License v2
114 -
115 -EAPI=7
116 -
117 -PYTHON_COMPAT=(python3_{7..9})
118 -
119 -DISTUTILS_USE_SETUPTOOLS=rdepend
120 -
121 -inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
122 -
123 -DESCRIPTION="Download videos from YouTube.com (and more sites...)"
124 -HOMEPAGE="https://youtube-dl.org/ https://github.com/ytdl-org/youtube-dl/"
125 -SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz"
126 -S=${WORKDIR}/${PN}
127 -
128 -LICENSE="public-domain"
129 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
130 -SLOT="0"
131 -
132 -RDEPEND="
133 - dev-python/pycryptodome[${PYTHON_USEDEP}]
134 -"
135 -
136 -distutils_enable_tests nose
137 -
138 -src_prepare() {
139 - sed -i -e '/flake8/d' Makefile || die
140 - distutils-r1_src_prepare
141 -}
142 -
143 -python_test() {
144 - emake offlinetest
145 -}
146 -
147 -python_install_all() {
148 - doman youtube-dl.1
149 -
150 - newbashcomp youtube-dl.bash-completion youtube-dl
151 -
152 - insinto /usr/share/zsh/site-functions
153 - newins youtube-dl.zsh _youtube-dl
154 -
155 - insinto /usr/share/fish/vendor_completions.d
156 - doins youtube-dl.fish
157 -
158 - distutils-r1_python_install_all
159 -
160 - rm -r "${ED}"/usr/etc || die
161 - rm -r "${ED}"/usr/share/doc/youtube_dl || die
162 -}
163 -
164 -pkg_postinst() {
165 - elog "youtube-dl(1) / https://bugs.gentoo.org/355661 /"
166 - elog "https://github.com/rg3/youtube-dl/blob/master/README.md#faq :"
167 - elog
168 - elog "youtube-dl works fine on its own on most sites. However, if you want"
169 - elog "to convert video/audio, you'll need ffmpeg (media-video/ffmpeg)."
170 - elog "On some sites - most notably YouTube - videos can be retrieved in"
171 - elog "a higher quality format without sound. youtube-dl will detect whether"
172 - elog "ffmpeg is present and automatically pick the best option."
173 - elog
174 - elog "Videos or video formats streamed via RTMP protocol can only be"
175 - elog "downloaded when rtmpdump (media-video/rtmpdump) is installed."
176 - elog
177 - elog "Downloading MMS and RTSP videos requires either mplayer"
178 - elog "(media-video/mplayer) or mpv (media-video/mpv) to be installed."
179 - elog
180 - elog "If you want youtube-dl to embed thumbnails from the metadata into the"
181 - elog "resulting MP4 files, consider installing media-video/atomicparsley"
182 -}
183
184 diff --git a/net-misc/youtube-dl/youtube-dl-2021.03.31.ebuild b/net-misc/youtube-dl/youtube-dl-2021.03.31.ebuild
185 deleted file mode 100644
186 index 9b024e43dbb..00000000000
187 --- a/net-misc/youtube-dl/youtube-dl-2021.03.31.ebuild
188 +++ /dev/null
189 @@ -1,71 +0,0 @@
190 -# Copyright 1999-2021 Gentoo Authors
191 -# Distributed under the terms of the GNU General Public License v2
192 -
193 -EAPI=7
194 -
195 -PYTHON_COMPAT=(python3_{7..9})
196 -
197 -DISTUTILS_USE_SETUPTOOLS=rdepend
198 -
199 -inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
200 -
201 -DESCRIPTION="Download videos from YouTube.com (and more sites...)"
202 -HOMEPAGE="https://youtube-dl.org/ https://github.com/ytdl-org/youtube-dl/"
203 -SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz"
204 -S=${WORKDIR}/${PN}
205 -
206 -LICENSE="public-domain"
207 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
208 -SLOT="0"
209 -
210 -RDEPEND="
211 - dev-python/pycryptodome[${PYTHON_USEDEP}]
212 -"
213 -
214 -distutils_enable_tests nose
215 -
216 -src_prepare() {
217 - sed -i -e '/flake8/d' Makefile || die
218 - distutils-r1_src_prepare
219 -}
220 -
221 -python_test() {
222 - emake offlinetest
223 -}
224 -
225 -python_install_all() {
226 - doman youtube-dl.1
227 -
228 - newbashcomp youtube-dl.bash-completion youtube-dl
229 -
230 - insinto /usr/share/zsh/site-functions
231 - newins youtube-dl.zsh _youtube-dl
232 -
233 - insinto /usr/share/fish/vendor_completions.d
234 - doins youtube-dl.fish
235 -
236 - distutils-r1_python_install_all
237 -
238 - rm -r "${ED}"/usr/etc || die
239 - rm -r "${ED}"/usr/share/doc/youtube_dl || die
240 -}
241 -
242 -pkg_postinst() {
243 - elog "youtube-dl(1) / https://bugs.gentoo.org/355661 /"
244 - elog "https://github.com/rg3/youtube-dl/blob/master/README.md#faq :"
245 - elog
246 - elog "youtube-dl works fine on its own on most sites. However, if you want"
247 - elog "to convert video/audio, you'll need ffmpeg (media-video/ffmpeg)."
248 - elog "On some sites - most notably YouTube - videos can be retrieved in"
249 - elog "a higher quality format without sound. youtube-dl will detect whether"
250 - elog "ffmpeg is present and automatically pick the best option."
251 - elog
252 - elog "Videos or video formats streamed via RTMP protocol can only be"
253 - elog "downloaded when rtmpdump (media-video/rtmpdump) is installed."
254 - elog
255 - elog "Downloading MMS and RTSP videos requires either mplayer"
256 - elog "(media-video/mplayer) or mpv (media-video/mpv) to be installed."
257 - elog
258 - elog "If you want youtube-dl to embed thumbnails from the metadata into the"
259 - elog "resulting MP4 files, consider installing media-video/atomicparsley"
260 -}