commit:     09417d10984247882b3982f7eae6a982ff24a6f9
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  3 03:13:21 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Aug  3 03:13:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09417d10

net-misc/youtube-dl: Version bump.

Package-Manager: portage-2.3.0

 net-misc/youtube-dl/Manifest                     |  1 +
 net-misc/youtube-dl/youtube-dl-2016.08.01.ebuild | 94 ++++++++++++++++++++++++
 2 files changed, 95 insertions(+)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index e89bf54..3f8a674 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,3 +1,4 @@
 DIST youtube-dl-2016.01.01.tar.gz 1874602 SHA256 
732f37c99d71b4239d72d61dd32214b5a5a618671fb0629c8f8deb28209a172c SHA512 
fdb022bed426250e5ee1c2bcc1354dd195c0f9793ca479ca8ca4cfe2f71e07ba100b0dbcda2fb9f310308ab130587d06b16a6a86f9036f0d196b317d2e5b5e92
 WHIRLPOOL 
152e709ba15264c35a89644ea0d4793bb47c82b317e54043ccfff72e40bdf95e42d76605e801233632d3863537a945cfb9ecc2f75245171b8de31b51ce6af801
 DIST youtube-dl-2016.07.22.tar.gz 2291788 SHA256 
69aad90eb92d0c2814ebdd3eefc863ad74a02a490e42cbbadf4befbbd8ed8c0b SHA512 
1f1bb80bded13c45bfbdaded01a0259d91dcccbb583b34719426c26b00c3810cd6dc864953c2dc34f87f092e7973c22bb45042aecda5873984069a8031e25e92
 WHIRLPOOL 
f8c3e67f4f2331ec5e6a97269cff88e4fed858f07b3203b605c6b2b7ac592a8a00bf308e5dd3d756c1cc3eae26aad9d482e199822bc5e0c1c12f5c8b97abfe6a
 DIST youtube-dl-2016.07.30.tar.gz 2295943 SHA256 
c3a1e9732e2c44eccd97297f460a011d9822d068ba484156bf25cf11d1053ae9 SHA512 
689cce8c898328b29b6ff47936d40435ca9035f26d329207af752bcee469bffe282553d5cfe45ab99b98aa6227d768c53ae3c4a0720382ee311c36bfb60cfa30
 WHIRLPOOL 
7772164f9528938fe5fe73659d6203fda4d6ebd46df09680a40375ff3287a092446b4c118e9afeb7ce1228ff9c2e8b9d43f350b1774bfa4d590bac3279106da3
+DIST youtube-dl-2016.08.01.tar.gz 2297058 SHA256 
b11f9abcfcad4ea7bf370bd80a7f8751a85e26e840337a9df60a6e9e73a6d7a1 SHA512 
82c20c600967df3268b0cfb12a7ecf3b7a334e8b98a081f45ae1325774c362b94459d45e0f64b4353227c259cfd0000a17a8582b48dad3a016a978f03eafa9ed
 WHIRLPOOL 
85a7bcc1f02cff9ee696a137e418757dd60b961e17afe67b638ca450436b1977512d2474af6c294385ac160ff50385ec82402bec3d8edbd377e2c2170ba57c9e

diff --git a/net-misc/youtube-dl/youtube-dl-2016.08.01.ebuild 
b/net-misc/youtube-dl/youtube-dl-2016.08.01.ebuild
new file mode 100644
index 0000000..9d7ca82
--- /dev/null
+++ b/net-misc/youtube-dl/youtube-dl-2016.08.01.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5})
+inherit bash-completion-r1 distutils-r1 eutils
+
+DESCRIPTION="Download videos from YouTube.com (and more sites...)"
+HOMEPAGE="https://rg3.github.com/youtube-dl/";
+SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz";
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="offensive test"
+
+DEPEND="
+       dev-python/setuptools[${PYTHON_USEDEP}]
+       test? ( dev-python/nose[coverage(+)] )
+"
+
+S="${WORKDIR}/${PN}"
+
+python_prepare_all() {
+       if ! use offensive; then
+               sed -i -e "/__version__/s|'$|-gentoo_no_offensive_sites'|g" \
+                       youtube_dl/version.py || die
+               # these have single line import statements
+               local xxx=(
+                       alphaporno anysex behindkink camwithher chaturbate 
drtuber eporner
+                       eroprofile extremetube fourtube foxgay goshgay hellporno
+                       hentaistigma hornbunny keezmovies lovehomeporn mofosex 
motherless
+                       myvidster porn91 pornhd pornotube pornovoisines pornoxo 
redtube
+                       ruleporn sexu slutload spankbang spankwire sunporno 
thisav trutube
+                       tube8 vporn watchindianporn xbef xnxx xtube xvideos 
xxxymovies
+                       youjizz youporn
+               )
+               # these have multi-line import statements
+               local mxxx=(
+                       pornhub xhamster tnaflix
+               )
+               # do single line imports
+               sed -i \
+                       -e $( printf '/%s/d;' ${xxx[@]} ) \
+                       youtube_dl/extractor/extractors.py \
+                       || die
+
+               # do multiple line imports
+               sed -i \
+                       -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
+                       youtube_dl/extractor/extractors.py \
+                       || die
+
+               sed -i \
+                       -e $( printf '/%s/d;' ${mxxx[@]} ) \
+                       youtube_dl/extractor/generic.py \
+                       || die
+
+               rm \
+                       $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \
+                       $( printf 'youtube_dl/extractor/%s.py ' ${mxxx[@]} ) \
+                       test/test_age_restriction.py \
+                       || die
+       fi
+
+       epatch_user
+
+       distutils-r1_python_prepare_all
+}
+
+src_compile() {
+       distutils-r1_src_compile
+}
+
+python_test() {
+       emake test
+}
+
+python_install_all() {
+       dodoc README.txt
+       doman ${PN}.1
+
+       newbashcomp ${PN}.bash-completion ${PN}
+
+       insinto /usr/share/zsh/site-functions
+       newins youtube-dl.zsh _youtube-dl
+
+       insinto /usr/share/fish/completions
+       doins youtube-dl.fish
+
+       distutils-r1_python_install_all
+}

Reply via email to