net-misc/youtube-dl: Old.

Package-Manager: portage-2.3.2
This commit is contained in:
Jeroen Roovers
2016-11-18 07:45:10 +01:00
parent d051eec422
commit 9f5fa2a3ce
2 changed files with 0 additions and 99 deletions

View File

@@ -1,5 +1,4 @@
DIST youtube-dl-2016.01.01.tar.gz 1874602 SHA256 732f37c99d71b4239d72d61dd32214b5a5a618671fb0629c8f8deb28209a172c SHA512 fdb022bed426250e5ee1c2bcc1354dd195c0f9793ca479ca8ca4cfe2f71e07ba100b0dbcda2fb9f310308ab130587d06b16a6a86f9036f0d196b317d2e5b5e92 WHIRLPOOL 152e709ba15264c35a89644ea0d4793bb47c82b317e54043ccfff72e40bdf95e42d76605e801233632d3863537a945cfb9ecc2f75245171b8de31b51ce6af801
DIST youtube-dl-2016.09.19.tar.gz 2395739 SHA256 276637e83525778a83d0457f6b9fbc29d6109bc8366d43125432ce835d28545e SHA512 a8fb1ce054e25180eab3969c898d976dec157901931b66cddde0fecd55ef322e64c13a70d50de945849cbc4ccbf8be0aede845cbb8ea390bba34f51fec0533bf WHIRLPOOL e58d38e49d58b86d8eb25b40427046955e011bf57b0862c433ebe459c0268905bff67188c03bb612593d15b3d1f3408a95b510ad6f863d0144ee4307ed012aba
DIST youtube-dl-2016.11.08.1.tar.gz 2465978 SHA256 95d45438254c949952127b269451da861682fb06a7ef62b5f5dc75bc40bfaeeb SHA512 2c3bbe915e624f971e441ae1f0848ee178c2e323bad83ef3db344895316e347cebd3bc265290edb10a051286b0bdf3124961999f5ec944caf36752396380ee59 WHIRLPOOL d273c038300ad4dc86ca5e0c5d02c72dbc06f4b6d3c712785fc08154ca776e16a60f79663bb5e65a605d6b6d473b512b64d10bee79d41e242579d2026f6db88b
DIST youtube-dl-2016.11.14.1.tar.gz 2468850 SHA256 d96b5e5fe7de67ea01c2be746c00dc78ffbf3f74654aa989db8baaf153243537 SHA512 1140fd617f82c64dda0136d89beb3c7fbaf5c747483032efd3983e494e47fc190d2025c89d80fe61688a9af5dc55da0d9e16afde0e6b65e59643af89f0203e4d WHIRLPOOL 5fb164fd2d2bdfb5eb0f7f72526cbca0082cf8b0993b562e43d0f78b963a4406d593221752a8550443c202456b0584a0a26a40cff26b25da2b3e3dd974b7fb81
DIST youtube-dl-2016.11.18.tar.gz 2471267 SHA256 8e4bb3ef4f90ed03c822ff0bffce54d298cdf135d57bf4ff1605fc85157c0d3a SHA512 218b59c0bde9e371690fa03b0812fc2021a1be57a4c6d3022873553c496a969406a1fd5e13c7b65b4ddbeddbe2a24cb3d34fd523c3f1f868f267cc17c9303afe WHIRLPOOL 9ffd5e529f8c2568d3d370dac0064058236d440ecfa6a6b676ef2c5e0355e1539c2193d86467d8b8f5d983c6dcb6769adc334ec8abfb6a3bce1614b5920df261

View File

@@ -1,98 +0,0 @@
# 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_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"
RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
"
DEPEND="
${RDEPEND}
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 eporner
eroprofile extremetube fourtube foxgay goshgay hellporno
hentaistigma hornbunny keezmovies lovehomeporn mofosex motherless
myvidster porn91 pornhd pornotube pornovoisines pornoxo ruleporn
sexu slutload spankbang spankwire sunporno thisav tube8 vporn
watchindianporn xbef xnxx xtube xvideos xxxymovies youjizz youporn
)
# these have multi-line import statements
local mxxx=(
drtuber pornhub redtube 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
rm -r "${ED}"/usr/etc || die
}