diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-07-19 15:48:22 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-07-19 15:48:22 +0000 |
commit | 52303762274e61be99dab88b951ad72f2994ad34 (patch) | |
tree | 41e49661813eaad15818b2595b20b1277ef7ac62 /net-misc/youtube-dl | |
parent | Version bumps. Ebuilds by Arfrever. (diff) | |
download | gentoo-2-52303762274e61be99dab88b951ad72f2994ad34.tar.gz gentoo-2-52303762274e61be99dab88b951ad72f2994ad34.tar.bz2 gentoo-2-52303762274e61be99dab88b951ad72f2994ad34.zip |
Old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-misc/youtube-dl')
-rw-r--r-- | net-misc/youtube-dl/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/youtube-dl/youtube-dl-2014.02.10.ebuild | 56 | ||||
-rw-r--r-- | net-misc/youtube-dl/youtube-dl-2014.04.13.ebuild | 56 | ||||
-rw-r--r-- | net-misc/youtube-dl/youtube-dl-2014.06.19.ebuild | 57 |
4 files changed, 5 insertions, 170 deletions
diff --git a/net-misc/youtube-dl/ChangeLog b/net-misc/youtube-dl/ChangeLog index beba22bcd690..c752d923b6f6 100644 --- a/net-misc/youtube-dl/ChangeLog +++ b/net-misc/youtube-dl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/youtube-dl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.359 2014/07/19 15:11:02 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.360 2014/07/19 15:48:22 jer Exp $ + + 19 Jul 2014; Jeroen Roovers <jer@gentoo.org> -youtube-dl-2014.02.10.ebuild, + -youtube-dl-2014.04.13.ebuild, -youtube-dl-2014.06.19.ebuild: + Old. 19 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> youtube-dl-2014.07.15.ebuild: stable for all wrt bug #512600 diff --git a/net-misc/youtube-dl/youtube-dl-2014.02.10.ebuild b/net-misc/youtube-dl/youtube-dl-2014.02.10.ebuild deleted file mode 100644 index 14f5bd1e37f4..000000000000 --- a/net-misc/youtube-dl/youtube-dl-2014.02.10.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.02.10.ebuild,v 1.7 2014/03/14 10:05:45 ago Exp $ - -EAPI=5 - -PYTHON_COMPAT=(python{2_6,2_7,3_3}) -DISTUTILS_SINGLE_IMPL=true -inherit bash-completion-r1 distutils-r1 eutils - -DESCRIPTION="Download videos from YouTube.com (and mores sites...)" -HOMEPAGE="http://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}" - -src_prepare() { - if ! use offensive; then - sed -i -e "/__version__/s|'$|-gentoo_no_offensive_sites'|g" \ - youtube_dl/version.py || die - local xxx=( - extremetube mofosex pornhd pornhub pornotube redtube spankwire - thisav tube8 xhamster xnxx xtube xvideos youjizz youporn - ) - sed -i -e $( printf '/%s/d;' ${xxx[@]} ) youtube_dl/extractor/__init__.py || die - rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \ - test/test_age_restriction.py || die - fi -} - -src_compile() { - distutils-r1_src_compile -} - -src_test() { - emake test -} - -src_install() { - python_domodule youtube_dl - dobin bin/${PN} - dodoc CHANGELOG README.txt - doman ${PN}.1 - newbashcomp ${PN}.bash-completion ${PN} - python_fix_shebang "${ED}" -} diff --git a/net-misc/youtube-dl/youtube-dl-2014.04.13.ebuild b/net-misc/youtube-dl/youtube-dl-2014.04.13.ebuild deleted file mode 100644 index 868fe99f732e..000000000000 --- a/net-misc/youtube-dl/youtube-dl-2014.04.13.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.04.13.ebuild,v 1.3 2014/06/14 09:56:29 phajdan.jr Exp $ - -EAPI=5 - -PYTHON_COMPAT=(python{2_6,2_7,3_3}) -DISTUTILS_SINGLE_IMPL=true -inherit bash-completion-r1 distutils-r1 eutils - -DESCRIPTION="Download videos from YouTube.com (and mores sites...)" -HOMEPAGE="http://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}" - -src_prepare() { - if ! use offensive; then - sed -i -e "/__version__/s|'$|-gentoo_no_offensive_sites'|g" \ - youtube_dl/version.py || die - local xxx=( - extremetube fourtube mofosex pornhd pornhub pornotube redtube - spankwire thisav trutube tube8 xbef xhamster xnxx xtube xvideos youjizz youporn - ) - sed -i -e $( printf '/%s/d;' ${xxx[@]} ) youtube_dl/extractor/__init__.py || die - rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \ - test/test_age_restriction.py || die - fi -} - -src_compile() { - distutils-r1_src_compile -} - -src_test() { - emake test -} - -src_install() { - python_domodule youtube_dl - dobin bin/${PN} - dodoc CHANGELOG README.txt - doman ${PN}.1 - newbashcomp ${PN}.bash-completion ${PN} - python_fix_shebang "${ED}" -} diff --git a/net-misc/youtube-dl/youtube-dl-2014.06.19.ebuild b/net-misc/youtube-dl/youtube-dl-2014.06.19.ebuild deleted file mode 100644 index b0aed5c4f0cb..000000000000 --- a/net-misc/youtube-dl/youtube-dl-2014.06.19.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.06.19.ebuild,v 1.3 2014/07/15 21:17:06 nimiux Exp $ - -EAPI=5 - -PYTHON_COMPAT=(python{2_6,2_7,3_3,3_4}) -DISTUTILS_SINGLE_IMPL=true -inherit bash-completion-r1 distutils-r1 eutils - -DESCRIPTION="Download videos from YouTube.com (and mores sites...)" -HOMEPAGE="http://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}" - -src_prepare() { - if ! use offensive; then - sed -i -e "/__version__/s|'$|-gentoo_no_offensive_sites'|g" \ - youtube_dl/version.py || die - local xxx=( - extremetube fourtube hentaistigma mofosex pornhd pornhub pornotube - redtube slutload spankwire thisav trutube tube8 xbef xhamster xnxx - xtube xvideos youjizz youporn - ) - sed -i -e $( printf '/%s/d;' ${xxx[@]} ) youtube_dl/extractor/__init__.py || die - rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \ - test/test_age_restriction.py || die - fi -} - -src_compile() { - distutils-r1_src_compile -} - -src_test() { - emake test -} - -src_install() { - python_domodule youtube_dl - dobin bin/${PN} - dodoc README.txt - doman ${PN}.1 - newbashcomp ${PN}.bash-completion ${PN} - python_fix_shebang "${ED}" -} |