diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-10-26 11:15:52 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-10-26 11:15:52 +0200 |
commit | d34af6de604e0d41a083ba1390b23305a5cc0108 (patch) | |
tree | 27268d6e00f9bd0638de56d67a49d0f42bf609fc /net-misc | |
parent | dev-python/pyparted: Old. (diff) | |
download | gentoo-d34af6de604e0d41a083ba1390b23305a5cc0108.tar.gz gentoo-d34af6de604e0d41a083ba1390b23305a5cc0108.tar.bz2 gentoo-d34af6de604e0d41a083ba1390b23305a5cc0108.zip |
net-misc/youtube-dl: Old.
Package-Manager: portage-2.3.2
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/youtube-dl/Manifest | 1 | ||||
-rw-r--r-- | net-misc/youtube-dl/youtube-dl-2016.10.19.ebuild | 99 |
2 files changed, 0 insertions, 100 deletions
diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest index 3a5650bcca2e..144890197b2d 100644 --- a/net-misc/youtube-dl/Manifest +++ b/net-misc/youtube-dl/Manifest @@ -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.10.19.tar.gz 2437154 SHA256 ed8d4a247c4cfffe2a1171b4f9c20be19e84d96bcf3716f46988c8503b1b7713 SHA512 71858676a333bce651f9166a1003afcedad54952cba792d64bb9797d84dd9dd6eeb5a68dfbdca143934f2ff629f19fb3886f45dcd8c52c167c011b340dfcf4e9 WHIRLPOOL 1008d11f89baa15301195f10cdd260df806cce0a26ca2213036bc3d7f023ad2c0997afa1315fa2200f27d4bc32f23698ad6c2cfe32c78210b8d3eb129e49a7bd DIST youtube-dl-2016.10.21.1.tar.gz 2439260 SHA256 8b768ad99ecdbc08521171456800515df29df8bceb0f1fe1cb8113dd2500d216 SHA512 76c1aab6acaaba2dee298c5fc1c9f7aee5cd497fc67db3c231c938e4a2ea1d01c835a9c3337d4f2620ea80cc3152f910123b895244c2144ca575fb2750382b1a WHIRLPOOL 957af290569bd63af70c83174514ed939bb8a6eb983e07f4a6f17b00381bcf044718d8e2a534eaa01f1b86af8f65fa9e6f691ac15262ded06e2ef588e0449dbe DIST youtube-dl-2016.10.25.tar.gz 2444760 SHA256 920048c6ff2f7f2c4b55c1ba4810e85f76efd814118e59b3568bdc2c38024697 SHA512 522b24ecb0eb9db12b5d6b9a756e8d758f5085ef4528940c45438bb10ac3b1b7c48a0802f230a24840e7224b57e4b142a24051a9627624fd8949ac44ab7aaa38 WHIRLPOOL c590b801cc4c157f3933bd9a746d8b181204c6c4e42951ce927a0712586f30b75e5396c3bd6451ec5e155d78419e3a71aab1c657cee62a694884af55dfaa5e3b diff --git a/net-misc/youtube-dl/youtube-dl-2016.10.19.ebuild b/net-misc/youtube-dl/youtube-dl-2016.10.19.ebuild deleted file mode 100644 index 1f0ca43a4f19..000000000000 --- a/net-misc/youtube-dl/youtube-dl-2016.10.19.ebuild +++ /dev/null @@ -1,99 +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_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" - -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 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 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 - - rm -r "${ED}"/usr/etc || die -} |