Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/youtube-dl/
Date: Thu, 12 Mar 2020 07:41:06
Message-Id: 1583998859.f06b5239a66f64720088757855a641ae6adbb6ef.jer@gentoo
1 commit: f06b5239a66f64720088757855a641ae6adbb6ef
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 12 07:40:45 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 12 07:40:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f06b5239
7
8 net-misc/youtube-dl: Old
9
10 Package-Manager: Portage-2.3.93, Repoman-2.3.20
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-misc/youtube-dl/Manifest | 3 -
14 net-misc/youtube-dl/youtube-dl-2020.02.16.ebuild | 78 ------------------------
15 net-misc/youtube-dl/youtube-dl-2020.03.01.ebuild | 78 ------------------------
16 net-misc/youtube-dl/youtube-dl-2020.03.06.ebuild | 78 ------------------------
17 4 files changed, 237 deletions(-)
18
19 diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
20 index 92ef9fafe72..8319e676d7b 100644
21 --- a/net-misc/youtube-dl/Manifest
22 +++ b/net-misc/youtube-dl/Manifest
23 @@ -1,4 +1 @@
24 -DIST youtube-dl-2020.02.16.tar.gz 3161956 BLAKE2B 36cd189b162d98f986d669c4439070efbf344aa05f821b9e35a58fcef8db839ad0e079836e7a84cd17b04afdb113559695ad500f4b0183c7dcefa1694bdccf62 SHA512 1164ad9f875d67844ddc7bf8214bcc06cb384d7f2a5661c1f419f2ce5950b1cfcbf90c558e143b76948d9d7cf57cf3843c8d6392fc6ef77f89319375610f01a2
25 -DIST youtube-dl-2020.03.01.tar.gz 3163319 BLAKE2B 27ca596ef09b0506974059b9bdbb63feb15be772ac6aadbfc36d8abc24d736a3eef37e327a3bb6e16672da19d88626f7f84f61d21cabe18f7d17998f362094d9 SHA512 2a48bdf05d0cb918f643af3a5a7c2e675bda4315220079c90c21acf284a1ceb03fabcb0698c4b1e8740b826cbb5598a87a6563d6b96f129d274854bfdd5ecdf3
26 -DIST youtube-dl-2020.03.06.tar.gz 3164364 BLAKE2B 8a714662520a6ca84d3a1643c2484f46fc33b2c5d345fecae5bcc4d7c9a297ac6e4a7a1488fff2db3c5719017d242ecf6ba41ba2c5c1aeb781e6ae8be85d96fe SHA512 364e5955b233e7b5870b18f7e3eb3ec128cafd70feb86384aace36a42f85e793d2eb8f9e940cb7a45854d0cca2886f75f913c461dd27520f4cd023e0ff979d1e
27 DIST youtube-dl-2020.03.08.tar.gz 3164037 BLAKE2B 1f011657f394d101106fbed32e13e8bac18199db742974fb43b121b2c76324612f62a8e4a7324e4361643b62a5ad9a1937cc068bf3ea949f9411b92563a61bc9 SHA512 09636e3ec526dbcb043cf61ed4dda5c5c00fac2ecd741bf3cb338ca8de72d1395a95a6189bccced140ca1c37eb3f693332e757ff01eb1a25279b100ccdf39b65
28
29 diff --git a/net-misc/youtube-dl/youtube-dl-2020.02.16.ebuild b/net-misc/youtube-dl/youtube-dl-2020.02.16.ebuild
30 deleted file mode 100644
31 index b90fc3a70b1..00000000000
32 --- a/net-misc/youtube-dl/youtube-dl-2020.02.16.ebuild
33 +++ /dev/null
34 @@ -1,78 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -PYTHON_COMPAT=(python3_{6,7,8})
40 -inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
41 -
42 -DESCRIPTION="Download videos from YouTube.com (and more sites...)"
43 -HOMEPAGE="https://github.com/ytdl-org/youtube-dl/"
44 -SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz"
45 -LICENSE="public-domain"
46 -
47 -KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
48 -SLOT="0"
49 -IUSE="test"
50 -RESTRICT="!test? ( test )"
51 -RDEPEND="
52 - dev-python/setuptools[${PYTHON_USEDEP}]
53 - || (
54 - dev-python/pycryptodome[${PYTHON_USEDEP}]
55 - dev-python/pycrypto[${PYTHON_USEDEP}]
56 - )
57 -"
58 -DEPEND="
59 - ${RDEPEND}
60 - test? (
61 - dev-python/nose[${PYTHON_USEDEP}]
62 - dev-python/flake8[${PYTHON_USEDEP}]
63 - )
64 -"
65 -S=${WORKDIR}/${PN}
66 -
67 -src_compile() {
68 - distutils-r1_src_compile
69 -}
70 -
71 -python_test() {
72 - emake offlinetest
73 -}
74 -
75 -python_install_all() {
76 - dodoc README.txt
77 - doman ${PN}.1
78 -
79 - newbashcomp ${PN}.bash-completion ${PN}
80 -
81 - insinto /usr/share/zsh/site-functions
82 - newins ${PN}.zsh _${PN}
83 -
84 - insinto /usr/share/fish/vendor_completions.d
85 - doins ${PN}.fish
86 -
87 - distutils-r1_python_install_all
88 -
89 - rm -r "${ED}"/usr/etc || die
90 - rm -r "${ED}"/usr/share/doc/youtube_dl || die
91 -}
92 -
93 -pkg_postinst() {
94 - elog "${PN}(1) / https://bugs.gentoo.org/355661 /"
95 - elog "https://github.com/rg3/${PN}/blob/master/README.md#faq :"
96 - elog
97 - elog "${PN} works fine on its own on most sites. However, if you want"
98 - elog "to convert video/audio, you'll need avconf (media-video/libav) or"
99 - elog "ffmpeg (media-video/ffmpeg). On some sites - most notably YouTube -"
100 - elog "videos can be retrieved in a higher quality format without sound."
101 - elog "${PN} will detect whether avconv/ffmpeg is present and"
102 - elog "automatically pick the best option."
103 - elog
104 - elog "Videos or video formats streamed via RTMP protocol can only be"
105 - elog "downloaded when rtmpdump (media-video/rtmpdump) is installed."
106 - elog
107 - elog "Downloading MMS and RTSP videos requires either mplayer"
108 - elog "(media-video/mplayer) or mpv (media-video/mpv) to be installed."
109 - elog
110 - elog "If you want ${PN} to embed thumbnails from the metadata into the"
111 - elog "resulting MP4 files, consider installing media-video/atomicparsley"
112 -}
113
114 diff --git a/net-misc/youtube-dl/youtube-dl-2020.03.01.ebuild b/net-misc/youtube-dl/youtube-dl-2020.03.01.ebuild
115 deleted file mode 100644
116 index cc4f38a726e..00000000000
117 --- a/net-misc/youtube-dl/youtube-dl-2020.03.01.ebuild
118 +++ /dev/null
119 @@ -1,78 +0,0 @@
120 -# Copyright 1999-2020 Gentoo Authors
121 -# Distributed under the terms of the GNU General Public License v2
122 -
123 -EAPI=7
124 -PYTHON_COMPAT=(python3_{6,7,8})
125 -inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
126 -
127 -DESCRIPTION="Download videos from YouTube.com (and more sites...)"
128 -HOMEPAGE="https://github.com/ytdl-org/youtube-dl/"
129 -SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz"
130 -LICENSE="public-domain"
131 -
132 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
133 -SLOT="0"
134 -IUSE="test"
135 -RESTRICT="!test? ( test )"
136 -RDEPEND="
137 - dev-python/setuptools[${PYTHON_USEDEP}]
138 - || (
139 - dev-python/pycryptodome[${PYTHON_USEDEP}]
140 - dev-python/pycrypto[${PYTHON_USEDEP}]
141 - )
142 -"
143 -DEPEND="
144 - ${RDEPEND}
145 - test? (
146 - dev-python/nose[${PYTHON_USEDEP}]
147 - dev-python/flake8[${PYTHON_USEDEP}]
148 - )
149 -"
150 -S=${WORKDIR}/${PN}
151 -
152 -src_compile() {
153 - distutils-r1_src_compile
154 -}
155 -
156 -python_test() {
157 - emake offlinetest
158 -}
159 -
160 -python_install_all() {
161 - dodoc README.txt
162 - doman ${PN}.1
163 -
164 - newbashcomp ${PN}.bash-completion ${PN}
165 -
166 - insinto /usr/share/zsh/site-functions
167 - newins ${PN}.zsh _${PN}
168 -
169 - insinto /usr/share/fish/vendor_completions.d
170 - doins ${PN}.fish
171 -
172 - distutils-r1_python_install_all
173 -
174 - rm -r "${ED}"/usr/etc || die
175 - rm -r "${ED}"/usr/share/doc/youtube_dl || die
176 -}
177 -
178 -pkg_postinst() {
179 - elog "${PN}(1) / https://bugs.gentoo.org/355661 /"
180 - elog "https://github.com/rg3/${PN}/blob/master/README.md#faq :"
181 - elog
182 - elog "${PN} works fine on its own on most sites. However, if you want"
183 - elog "to convert video/audio, you'll need avconf (media-video/libav) or"
184 - elog "ffmpeg (media-video/ffmpeg). On some sites - most notably YouTube -"
185 - elog "videos can be retrieved in a higher quality format without sound."
186 - elog "${PN} will detect whether avconv/ffmpeg is present and"
187 - elog "automatically pick the best option."
188 - elog
189 - elog "Videos or video formats streamed via RTMP protocol can only be"
190 - elog "downloaded when rtmpdump (media-video/rtmpdump) is installed."
191 - elog
192 - elog "Downloading MMS and RTSP videos requires either mplayer"
193 - elog "(media-video/mplayer) or mpv (media-video/mpv) to be installed."
194 - elog
195 - elog "If you want ${PN} to embed thumbnails from the metadata into the"
196 - elog "resulting MP4 files, consider installing media-video/atomicparsley"
197 -}
198
199 diff --git a/net-misc/youtube-dl/youtube-dl-2020.03.06.ebuild b/net-misc/youtube-dl/youtube-dl-2020.03.06.ebuild
200 deleted file mode 100644
201 index cc4f38a726e..00000000000
202 --- a/net-misc/youtube-dl/youtube-dl-2020.03.06.ebuild
203 +++ /dev/null
204 @@ -1,78 +0,0 @@
205 -# Copyright 1999-2020 Gentoo Authors
206 -# Distributed under the terms of the GNU General Public License v2
207 -
208 -EAPI=7
209 -PYTHON_COMPAT=(python3_{6,7,8})
210 -inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
211 -
212 -DESCRIPTION="Download videos from YouTube.com (and more sites...)"
213 -HOMEPAGE="https://github.com/ytdl-org/youtube-dl/"
214 -SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz"
215 -LICENSE="public-domain"
216 -
217 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
218 -SLOT="0"
219 -IUSE="test"
220 -RESTRICT="!test? ( test )"
221 -RDEPEND="
222 - dev-python/setuptools[${PYTHON_USEDEP}]
223 - || (
224 - dev-python/pycryptodome[${PYTHON_USEDEP}]
225 - dev-python/pycrypto[${PYTHON_USEDEP}]
226 - )
227 -"
228 -DEPEND="
229 - ${RDEPEND}
230 - test? (
231 - dev-python/nose[${PYTHON_USEDEP}]
232 - dev-python/flake8[${PYTHON_USEDEP}]
233 - )
234 -"
235 -S=${WORKDIR}/${PN}
236 -
237 -src_compile() {
238 - distutils-r1_src_compile
239 -}
240 -
241 -python_test() {
242 - emake offlinetest
243 -}
244 -
245 -python_install_all() {
246 - dodoc README.txt
247 - doman ${PN}.1
248 -
249 - newbashcomp ${PN}.bash-completion ${PN}
250 -
251 - insinto /usr/share/zsh/site-functions
252 - newins ${PN}.zsh _${PN}
253 -
254 - insinto /usr/share/fish/vendor_completions.d
255 - doins ${PN}.fish
256 -
257 - distutils-r1_python_install_all
258 -
259 - rm -r "${ED}"/usr/etc || die
260 - rm -r "${ED}"/usr/share/doc/youtube_dl || die
261 -}
262 -
263 -pkg_postinst() {
264 - elog "${PN}(1) / https://bugs.gentoo.org/355661 /"
265 - elog "https://github.com/rg3/${PN}/blob/master/README.md#faq :"
266 - elog
267 - elog "${PN} works fine on its own on most sites. However, if you want"
268 - elog "to convert video/audio, you'll need avconf (media-video/libav) or"
269 - elog "ffmpeg (media-video/ffmpeg). On some sites - most notably YouTube -"
270 - elog "videos can be retrieved in a higher quality format without sound."
271 - elog "${PN} will detect whether avconv/ffmpeg is present and"
272 - elog "automatically pick the best option."
273 - elog
274 - elog "Videos or video formats streamed via RTMP protocol can only be"
275 - elog "downloaded when rtmpdump (media-video/rtmpdump) is installed."
276 - elog
277 - elog "Downloading MMS and RTSP videos requires either mplayer"
278 - elog "(media-video/mplayer) or mpv (media-video/mpv) to be installed."
279 - elog
280 - elog "If you want ${PN} to embed thumbnails from the metadata into the"
281 - elog "resulting MP4 files, consider installing media-video/atomicparsley"
282 -}