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: Mon, 17 May 2021 06:50:00
Message-Id: 1621234173.1f67bb7a5845d6e8f74151a4be735c0bfa492028.mgorny@gentoo
1 commit: 1f67bb7a5845d6e8f74151a4be735c0bfa492028
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 16 20:23:18 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 17 06:49:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f67bb7a
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 | 2 -
13 net-misc/youtube-dl/youtube-dl-2021.04.07.ebuild | 71 ------------------------
14 net-misc/youtube-dl/youtube-dl-2021.04.17.ebuild | 71 ------------------------
15 3 files changed, 144 deletions(-)
16
17 diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
18 index d0b3a939a80..d1e2bb452f1 100644
19 --- a/net-misc/youtube-dl/Manifest
20 +++ b/net-misc/youtube-dl/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST youtube-dl-2021.04.07.tar.gz 3324661 BLAKE2B c560b6b07bc3ba0c9b7233a634bfae617f604ed5e019e22aefc90e9221a8cd358b937f727b706bba6e9bb6f0a18a8ebd28d5c1f0be383d9dca2c692266cdf222 SHA512 aabf6a1ceefe9101c710bbb45b91e6253a1256343513d841f7901d2be32521a001dac15f5bf13ac94beaf4638dce691f2a157a6172d89047ce2248d06bcafbf8
23 -DIST youtube-dl-2021.04.17.tar.gz 3331721 BLAKE2B 6b7be0fcb85222d287848cfa40da1dee3f689c59388bbc5d32c335b54cbd0e5ec54c86caf358418641c429d37ae28575858486d4db798d72225a4f5c6e064ac8 SHA512 cb8c76063fc3bd66d07995a669fcf29e5b766c4deb05c9d82fc9795ac3a090a4ae2ee152f150208eae22b93157c286c615044f8f5b0a47798266ab219b49632e
24 DIST youtube-dl-2021.04.26.tar.gz 3333530 BLAKE2B cffa09f91a1bbfc5962177133711ec1fce4760ef4a073c01daede2cdc168a10cfd868ca536903127f5a3214aece1c111d1dae23739aac86e765d7ff21903c884 SHA512 d187b537fc71ca8e0c9422404f14bab20f66ee9ea10af40d94e9216a79d6b78c1c535600308d18905c34ede0934dbf4f642f58125e898130ce536bc053aa2a10
25 DIST youtube-dl-2021.05.16.tar.gz 3336051 BLAKE2B b73206355187a9f61c51749ce01db40757937f79f988a3b81513a5cbe2c854d1b7f2268d7e02c4a0eb3d46c0852990950dfd400acc09f7616aeccb2e8cba6cf9 SHA512 a78ebfc16cc52458e2a036deb48693110f20c046ca3a509be9adbca76d23429953fcf3cd3aab8390a19af747291950bb9261e5339e5cbb0903b98848216c7aca
26
27 diff --git a/net-misc/youtube-dl/youtube-dl-2021.04.07.ebuild b/net-misc/youtube-dl/youtube-dl-2021.04.07.ebuild
28 deleted file mode 100644
29 index d787a3f3be5..00000000000
30 --- a/net-misc/youtube-dl/youtube-dl-2021.04.07.ebuild
31 +++ /dev/null
32 @@ -1,71 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -PYTHON_COMPAT=(python3_{7..9})
39 -
40 -DISTUTILS_USE_SETUPTOOLS=rdepend
41 -
42 -inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
43 -
44 -DESCRIPTION="Download videos from YouTube.com (and more sites...)"
45 -HOMEPAGE="https://youtube-dl.org/ https://github.com/ytdl-org/youtube-dl/"
46 -SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz"
47 -S=${WORKDIR}/${PN}
48 -
49 -LICENSE="public-domain"
50 -KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
51 -SLOT="0"
52 -
53 -RDEPEND="
54 - dev-python/pycryptodome[${PYTHON_USEDEP}]
55 -"
56 -
57 -distutils_enable_tests nose
58 -
59 -src_prepare() {
60 - sed -i -e '/flake8/d' Makefile || die
61 - distutils-r1_src_prepare
62 -}
63 -
64 -python_test() {
65 - emake offlinetest
66 -}
67 -
68 -python_install_all() {
69 - doman youtube-dl.1
70 -
71 - newbashcomp youtube-dl.bash-completion youtube-dl
72 -
73 - insinto /usr/share/zsh/site-functions
74 - newins youtube-dl.zsh _youtube-dl
75 -
76 - insinto /usr/share/fish/vendor_completions.d
77 - doins youtube-dl.fish
78 -
79 - distutils-r1_python_install_all
80 -
81 - rm -r "${ED}"/usr/etc || die
82 - rm -r "${ED}"/usr/share/doc/youtube_dl || die
83 -}
84 -
85 -pkg_postinst() {
86 - elog "youtube-dl(1) / https://bugs.gentoo.org/355661 /"
87 - elog "https://github.com/rg3/youtube-dl/blob/master/README.md#faq :"
88 - elog
89 - elog "youtube-dl works fine on its own on most sites. However, if you want"
90 - elog "to convert video/audio, you'll need ffmpeg (media-video/ffmpeg)."
91 - elog "On some sites - most notably YouTube - videos can be retrieved in"
92 - elog "a higher quality format without sound. youtube-dl will detect whether"
93 - elog "ffmpeg is present and automatically pick the best option."
94 - elog
95 - elog "Videos or video formats streamed via RTMP protocol can only be"
96 - elog "downloaded when rtmpdump (media-video/rtmpdump) is installed."
97 - elog
98 - elog "Downloading MMS and RTSP videos requires either mplayer"
99 - elog "(media-video/mplayer) or mpv (media-video/mpv) to be installed."
100 - elog
101 - elog "If you want youtube-dl to embed thumbnails from the metadata into the"
102 - elog "resulting MP4 files, consider installing media-video/atomicparsley"
103 -}
104
105 diff --git a/net-misc/youtube-dl/youtube-dl-2021.04.17.ebuild b/net-misc/youtube-dl/youtube-dl-2021.04.17.ebuild
106 deleted file mode 100644
107 index 9b024e43dbb..00000000000
108 --- a/net-misc/youtube-dl/youtube-dl-2021.04.17.ebuild
109 +++ /dev/null
110 @@ -1,71 +0,0 @@
111 -# Copyright 1999-2021 Gentoo Authors
112 -# Distributed under the terms of the GNU General Public License v2
113 -
114 -EAPI=7
115 -
116 -PYTHON_COMPAT=(python3_{7..9})
117 -
118 -DISTUTILS_USE_SETUPTOOLS=rdepend
119 -
120 -inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
121 -
122 -DESCRIPTION="Download videos from YouTube.com (and more sites...)"
123 -HOMEPAGE="https://youtube-dl.org/ https://github.com/ytdl-org/youtube-dl/"
124 -SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz"
125 -S=${WORKDIR}/${PN}
126 -
127 -LICENSE="public-domain"
128 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
129 -SLOT="0"
130 -
131 -RDEPEND="
132 - dev-python/pycryptodome[${PYTHON_USEDEP}]
133 -"
134 -
135 -distutils_enable_tests nose
136 -
137 -src_prepare() {
138 - sed -i -e '/flake8/d' Makefile || die
139 - distutils-r1_src_prepare
140 -}
141 -
142 -python_test() {
143 - emake offlinetest
144 -}
145 -
146 -python_install_all() {
147 - doman youtube-dl.1
148 -
149 - newbashcomp youtube-dl.bash-completion youtube-dl
150 -
151 - insinto /usr/share/zsh/site-functions
152 - newins youtube-dl.zsh _youtube-dl
153 -
154 - insinto /usr/share/fish/vendor_completions.d
155 - doins youtube-dl.fish
156 -
157 - distutils-r1_python_install_all
158 -
159 - rm -r "${ED}"/usr/etc || die
160 - rm -r "${ED}"/usr/share/doc/youtube_dl || die
161 -}
162 -
163 -pkg_postinst() {
164 - elog "youtube-dl(1) / https://bugs.gentoo.org/355661 /"
165 - elog "https://github.com/rg3/youtube-dl/blob/master/README.md#faq :"
166 - elog
167 - elog "youtube-dl works fine on its own on most sites. However, if you want"
168 - elog "to convert video/audio, you'll need ffmpeg (media-video/ffmpeg)."
169 - elog "On some sites - most notably YouTube - videos can be retrieved in"
170 - elog "a higher quality format without sound. youtube-dl will detect whether"
171 - elog "ffmpeg is present and automatically pick the best option."
172 - elog
173 - elog "Videos or video formats streamed via RTMP protocol can only be"
174 - elog "downloaded when rtmpdump (media-video/rtmpdump) is installed."
175 - elog
176 - elog "Downloading MMS and RTSP videos requires either mplayer"
177 - elog "(media-video/mplayer) or mpv (media-video/mpv) to be installed."
178 - elog
179 - elog "If you want youtube-dl to embed thumbnails from the metadata into the"
180 - elog "resulting MP4 files, consider installing media-video/atomicparsley"
181 -}