commit:     e7df59d4c14af2f2917a24dc10ada6619bb872d4
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 17:30:26 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 06:07:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7df59d4

net-misc/youtube-dl: Old.

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 net-misc/youtube-dl/Manifest                     |  1 -
 net-misc/youtube-dl/youtube-dl-2017.07.23.ebuild | 98 ------------------------
 2 files changed, 99 deletions(-)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 318c689534a..ef0312a3a51 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,4 +1,3 @@
 DIST youtube-dl-2017.03.16.tar.gz 2631620 SHA256 
55df3cbda9cf86e49baf54040340ec74c692bb3d6da3d2f5a1bc1238017dd492 SHA512 
f3b8942f6b2be3b1cfd4bddfb74c17bad48c8ef4bea34114970ecb9d65b5a3dcbe71beba6d7c2dbda168371bbb2e8bbaddce58039bd9d158bf23950a2a88123c
 WHIRLPOOL 
8345da00074e62ec9a9c244cb9ef64930fbd0e5e9e5bc1709bfcf56517cc6312031a09523c3016db2a1542c16a0297bea9d6883a201ae94e347e358307e92422
-DIST youtube-dl-2017.07.23.tar.gz 2758874 SHA256 
950068234d9af63168bf1c53961638b78766d5f83f227d1e3f699d8e4f8d1241 SHA512 
3e64db2b7aa3316ab4bd6745123b3411c9b3a6d06912d233254452ac47d5c4b7906b5b5d5afd7311fd0101ab7a43213dbd013c489d8c88dae4556a1fa2ce18ae
 WHIRLPOOL 
117a5ebec345e2f4baef8f0fb410ba371d744d6657c1de02a02ff2b96affa33950e74cea334f0f664070857753c61ff770544ffd1704c6b38bc42d946b7613be
 DIST youtube-dl-2017.08.06.tar.gz 2768646 SHA256 
95c7e6d7ee9990701c6191223334fce966404b86f7b28e94c570b2c0856aaeed SHA512 
605ceda0a6a70ac2cb273b139654a1b42bc8ec02f8973344581aadc9c6bb22019d3ab27406183b5ef430e9f61eba695f507d558b180fbf4bd30f9b81a29b76b2
 WHIRLPOOL 
2b7505ee3690aab18fc28ce0c08fdeb139151d7feea968d6ac9d94e1a3fe602966f563c6570446442900f0bb19bfb0065bf4d7de27b6ca36a026b4aa7fc6a6a3
 DIST youtube-dl-2017.08.13.tar.gz 2777317 SHA256 
212c4e6a622d4e20ea888d1b1539ab063e171bed2a05c9e00db71ed53ab059dd SHA512 
0063f25b5ee1d1ff750f160d8e2f8c26658045bab5a8f6246ebb004bdef3ff7767034e71931e2e7fcb3e08426265bb7f852330f27beb84586ddeb7871e2bf747
 WHIRLPOOL 
71d16e1b7ca0996acca808ed79e6b3c0d02569dbda9d0b4e3c2322ca7fcf5a826c16d700df13c487cebf920b3c1f1487d30d5997b4302a62b58712682c7c4b3d

diff --git a/net-misc/youtube-dl/youtube-dl-2017.07.23.ebuild 
b/net-misc/youtube-dl/youtube-dl-2017.07.23.ebuild
deleted file mode 100644
index 867867e7361..00000000000
--- a/net-misc/youtube-dl/youtube-dl-2017.07.23.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
-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 porncom pornflip 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 tnaflix xhamster
-               )
-               # 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
-}

Reply via email to