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: Wed, 02 Nov 2016 07:53:28
Message-Id: 1478073147.1356b541de5155719ebf89d40a938d54142cd39b.jer@gentoo
1 commit: 1356b541de5155719ebf89d40a938d54142cd39b
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 2 07:52:27 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 2 07:52:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1356b541
7
8 net-misc/youtube-dl: Old.
9
10 Package-Manager: portage-2.3.2
11
12 net-misc/youtube-dl/Manifest | 1 -
13 net-misc/youtube-dl/youtube-dl-2016.10.25.ebuild | 99 ------------------------
14 2 files changed, 100 deletions(-)
15
16 diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
17 index 2a59a1d..29a5d19 100644
18 --- a/net-misc/youtube-dl/Manifest
19 +++ b/net-misc/youtube-dl/Manifest
20 @@ -1,5 +1,4 @@
21 DIST youtube-dl-2016.01.01.tar.gz 1874602 SHA256 732f37c99d71b4239d72d61dd32214b5a5a618671fb0629c8f8deb28209a172c SHA512 fdb022bed426250e5ee1c2bcc1354dd195c0f9793ca479ca8ca4cfe2f71e07ba100b0dbcda2fb9f310308ab130587d06b16a6a86f9036f0d196b317d2e5b5e92 WHIRLPOOL 152e709ba15264c35a89644ea0d4793bb47c82b317e54043ccfff72e40bdf95e42d76605e801233632d3863537a945cfb9ecc2f75245171b8de31b51ce6af801
22 DIST youtube-dl-2016.09.19.tar.gz 2395739 SHA256 276637e83525778a83d0457f6b9fbc29d6109bc8366d43125432ce835d28545e SHA512 a8fb1ce054e25180eab3969c898d976dec157901931b66cddde0fecd55ef322e64c13a70d50de945849cbc4ccbf8be0aede845cbb8ea390bba34f51fec0533bf WHIRLPOOL e58d38e49d58b86d8eb25b40427046955e011bf57b0862c433ebe459c0268905bff67188c03bb612593d15b3d1f3408a95b510ad6f863d0144ee4307ed012aba
23 -DIST youtube-dl-2016.10.25.tar.gz 2444760 SHA256 920048c6ff2f7f2c4b55c1ba4810e85f76efd814118e59b3568bdc2c38024697 SHA512 522b24ecb0eb9db12b5d6b9a756e8d758f5085ef4528940c45438bb10ac3b1b7c48a0802f230a24840e7224b57e4b142a24051a9627624fd8949ac44ab7aaa38 WHIRLPOOL c590b801cc4c157f3933bd9a746d8b181204c6c4e42951ce927a0712586f30b75e5396c3bd6451ec5e155d78419e3a71aab1c657cee62a694884af55dfaa5e3b
24 DIST youtube-dl-2016.10.26.tar.gz 2446645 SHA256 df9f9848198ef225bc351db016d54843fb93252704a786e7e34418f60617b1a5 SHA512 0630774fa0f91fce7aaa7ecae44805bc75f171f0da6eacf943d01df11bedc4797fa9c48e859832b24fbc98dee1c3dce99e168a7c3a8ccd9240a05153b31237e6 WHIRLPOOL c79b3b4e193683625fb9aae1e36a9719bcc8208179a5dae5e30bedfecaaa1049cf9f7ea4633f0118f93a28d5a6449da3366e8eaffcaa78cc3a0b5fcce3485425
25 DIST youtube-dl-2016.11.02.tar.gz 2457622 SHA256 97777924c3df763d3f2259c9a7f227a01e787ccd452be198191a4a848a7632d7 SHA512 54501a153dad0523ab4df4120169b9bb9e0ae61c82eb9d1c126ced06c3f853604ef9104812cf839ef348b04c04d016798cac9e15cff45b4eba1cff09096d6d5c WHIRLPOOL 022448b9b9ed79ad703a01d5caaa66caa2e64dd4f7fd99fc70d8cd834ab6fb2234f15c4196c9fe1b2d504acd846814d37de3754feaeaab4f2aedab5fcad441e1
26
27 diff --git a/net-misc/youtube-dl/youtube-dl-2016.10.25.ebuild b/net-misc/youtube-dl/youtube-dl-2016.10.25.ebuild
28 deleted file mode 100644
29 index b704f64..00000000
30 --- a/net-misc/youtube-dl/youtube-dl-2016.10.25.ebuild
31 +++ /dev/null
32 @@ -1,99 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -
39 -PYTHON_COMPAT=(python{2_7,3_4,3_5})
40 -inherit bash-completion-r1 distutils-r1 eutils
41 -
42 -DESCRIPTION="Download videos from YouTube.com (and more sites...)"
43 -HOMEPAGE="https://rg3.github.com/youtube-dl/"
44 -SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz"
45 -
46 -LICENSE="public-domain"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
49 -IUSE="offensive test"
50 -
51 -RDEPEND="
52 - dev-python/setuptools[${PYTHON_USEDEP}]
53 -"
54 -DEPEND="
55 - ${RDEPEND}
56 - test? ( dev-python/nose[coverage(+)] )
57 -"
58 -
59 -S="${WORKDIR}/${PN}"
60 -
61 -python_prepare_all() {
62 - if ! use offensive; then
63 - sed -i -e "/__version__/s|'$|-gentoo_no_offensive_sites'|g" \
64 - youtube_dl/version.py || die
65 - # these have single line import statements
66 - local xxx=(
67 - alphaporno anysex behindkink camwithher chaturbate drtuber eporner
68 - eroprofile extremetube fourtube foxgay goshgay hellporno
69 - hentaistigma hornbunny keezmovies lovehomeporn mofosex motherless
70 - myvidster porn91 pornhd pornotube pornovoisines pornoxo redtube
71 - ruleporn sexu slutload spankbang spankwire sunporno thisav tube8
72 - vporn watchindianporn xbef xnxx xtube xvideos xxxymovies youjizz
73 - youporn
74 - )
75 - # these have multi-line import statements
76 - local mxxx=(
77 - pornhub xhamster tnaflix
78 - )
79 - # do single line imports
80 - sed -i \
81 - -e $( printf '/%s/d;' ${xxx[@]} ) \
82 - youtube_dl/extractor/extractors.py \
83 - || die
84 -
85 - # do multiple line imports
86 - sed -i \
87 - -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
88 - youtube_dl/extractor/extractors.py \
89 - || die
90 -
91 - sed -i \
92 - -e $( printf '/%s/d;' ${mxxx[@]} ) \
93 - youtube_dl/extractor/generic.py \
94 - || die
95 -
96 - rm \
97 - $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \
98 - $( printf 'youtube_dl/extractor/%s.py ' ${mxxx[@]} ) \
99 - test/test_age_restriction.py \
100 - || die
101 - fi
102 -
103 - epatch_user
104 -
105 - distutils-r1_python_prepare_all
106 -}
107 -
108 -src_compile() {
109 - distutils-r1_src_compile
110 -}
111 -
112 -python_test() {
113 - emake test
114 -}
115 -
116 -python_install_all() {
117 - dodoc README.txt
118 - doman ${PN}.1
119 -
120 - newbashcomp ${PN}.bash-completion ${PN}
121 -
122 - insinto /usr/share/zsh/site-functions
123 - newins youtube-dl.zsh _youtube-dl
124 -
125 - insinto /usr/share/fish/completions
126 - doins youtube-dl.fish
127 -
128 - distutils-r1_python_install_all
129 -
130 - rm -r "${ED}"/usr/etc || die
131 -}