summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-03-23 16:30:47 +0000
committerJeroen Roovers <jer@gentoo.org>2013-03-23 16:30:47 +0000
commit3b51d3baa3634394cb187f289ada0d1783b21cbc (patch)
tree0081ebb4f853a68abcad57cdf536e8b06af9d945 /net-misc/youtube-dl
parentVersion bump. (diff)
downloadgentoo-2-3b51d3baa3634394cb187f289ada0d1783b21cbc.tar.gz
gentoo-2-3b51d3baa3634394cb187f289ada0d1783b21cbc.tar.bz2
gentoo-2-3b51d3baa3634394cb187f289ada0d1783b21cbc.zip
Old.
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-misc/youtube-dl')
-rw-r--r--net-misc/youtube-dl/ChangeLog6
-rw-r--r--net-misc/youtube-dl/youtube-dl-2013.01.13.ebuild35
-rw-r--r--net-misc/youtube-dl/youtube-dl-2013.01.28.ebuild35
-rw-r--r--net-misc/youtube-dl/youtube-dl-2013.02.02.ebuild35
4 files changed, 5 insertions, 106 deletions
diff --git a/net-misc/youtube-dl/ChangeLog b/net-misc/youtube-dl/ChangeLog
index 20741cb79059..07b3e54997eb 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.155 2013/03/23 11:24:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.156 2013/03/23 16:30:47 jer Exp $
+
+ 23 Mar 2013; Jeroen Roovers <jer@gentoo.org> -youtube-dl-2013.01.13.ebuild,
+ -youtube-dl-2013.01.28.ebuild, -youtube-dl-2013.02.02.ebuild:
+ Old.
23 Mar 2013; Agostino Sarubbo <ago@gentoo.org> youtube-dl-2013.02.25.ebuild:
Stable for x86, wrt bug #461834
diff --git a/net-misc/youtube-dl/youtube-dl-2013.01.13.ebuild b/net-misc/youtube-dl/youtube-dl-2013.01.13.ebuild
deleted file mode 100644
index b7942d0bade4..000000000000
--- a/net-misc/youtube-dl/youtube-dl-2013.01.13.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2013.01.13.ebuild,v 1.10 2013/03/04 11:23:25 jer Exp $
-
-EAPI=5
-PYTHON_COMPAT=(python{2_5,2_6,2_7})
-
-inherit bash-completion-r1 eutils python-single-r1
-
-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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="offensive test"
-
-DEPEND="test? ( dev-python/nose[coverage(+)] )"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- use offensive || epatch "${FILESDIR}"/${P}-offensive.patch
-}
-
-src_install() {
- rm -vf youtube_dl/*.py[co]
- python_domodule youtube_dl
- dobin bin/${PN}
- dodoc CHANGELOG README.txt
- doman ${PN}.1
- dobashcomp ${PN}.bash-completion ${PN}
- python_fix_shebang "${ED}"
-}
diff --git a/net-misc/youtube-dl/youtube-dl-2013.01.28.ebuild b/net-misc/youtube-dl/youtube-dl-2013.01.28.ebuild
deleted file mode 100644
index 5afe1af6bcec..000000000000
--- a/net-misc/youtube-dl/youtube-dl-2013.01.28.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2013.01.28.ebuild,v 1.3 2013/03/04 11:23:25 jer Exp $
-
-EAPI=5
-PYTHON_COMPAT=(python{2_5,2_6,2_7})
-
-inherit bash-completion-r1 eutils python-single-r1
-
-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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="offensive test"
-
-DEPEND="test? ( dev-python/nose[coverage(+)] )"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- use offensive || epatch "${FILESDIR}"/${PN}-2013.01.13-offensive.patch
-}
-
-src_install() {
- rm -vf youtube_dl/*.py[co]
- python_domodule youtube_dl
- dobin bin/${PN}
- dodoc CHANGELOG README.txt
- doman ${PN}.1
- dobashcomp ${PN}.bash-completion ${PN}
- python_fix_shebang "${ED}"
-}
diff --git a/net-misc/youtube-dl/youtube-dl-2013.02.02.ebuild b/net-misc/youtube-dl/youtube-dl-2013.02.02.ebuild
deleted file mode 100644
index 76ec80850f94..000000000000
--- a/net-misc/youtube-dl/youtube-dl-2013.02.02.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2013.02.02.ebuild,v 1.4 2013/03/04 11:23:25 jer Exp $
-
-EAPI=5
-PYTHON_COMPAT=(python{2_5,2_6,2_7})
-
-inherit bash-completion-r1 eutils python-single-r1
-
-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="test? ( dev-python/nose[coverage(+)] )"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- use offensive || epatch "${FILESDIR}"/${PN}-2013.01.13-offensive.patch
-}
-
-src_install() {
- rm -vf youtube_dl/*.py[co]
- python_domodule youtube_dl
- dobin bin/${PN}
- dodoc CHANGELOG README.txt
- doman ${PN}.1
- dobashcomp ${PN}.bash-completion ${PN}
- python_fix_shebang "${ED}"
-}