summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-05-23 03:49:16 +0000
committerJeroen Roovers <jer@gentoo.org>2012-05-23 03:49:16 +0000
commit58ca2c630a46ed2f4938e5a78ef95bf87657fa3e (patch)
tree787fe59366cae6fb335cdfb095929a371064463b /net-misc
parentAvoid using 'make' for installing; use 'mkdir -p' for creating the directorie... (diff)
downloadgentoo-2-58ca2c630a46ed2f4938e5a78ef95bf87657fa3e.tar.gz
gentoo-2-58ca2c630a46ed2f4938e5a78ef95bf87657fa3e.tar.bz2
gentoo-2-58ca2c630a46ed2f4938e5a78ef95bf87657fa3e.zip
Old.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/youtube-dl/ChangeLog5
-rw-r--r--net-misc/youtube-dl/youtube-dl-2012.01.08.ebuild26
2 files changed, 4 insertions, 27 deletions
diff --git a/net-misc/youtube-dl/ChangeLog b/net-misc/youtube-dl/ChangeLog
index c209f3bed3e5..97e3fae46870 100644
--- a/net-misc/youtube-dl/ChangeLog
+++ b/net-misc/youtube-dl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/youtube-dl
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.115 2012/05/05 22:01:39 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.116 2012/05/23 03:49:16 jer Exp $
+
+ 23 May 2012; Jeroen Roovers <jer@gentoo.org> -youtube-dl-2012.01.08.ebuild:
+ Old.
05 May 2012; Brent Baude <ranger@gentoo.org> youtube-dl-2012.02.27.ebuild:
Marking youtube-dl-2012.02.27 ppc for bug 412413
diff --git a/net-misc/youtube-dl/youtube-dl-2012.01.08.ebuild b/net-misc/youtube-dl/youtube-dl-2012.01.08.ebuild
deleted file mode 100644
index 928ec40f174a..000000000000
--- a/net-misc/youtube-dl/youtube-dl-2012.01.08.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2012.01.08.ebuild,v 1.7 2012/04/17 20:03:13 jer Exp $
-
-EAPI=3
-PYTHON_DEPEND=2:2.5
-
-inherit python
-
-DESCRIPTION="A small command-line program to download videos from YouTube."
-HOMEPAGE="http://rg3.github.com/youtube-dl/"
-SRC_URI="https://github.com/rg3/${PN}/tarball/${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=""
-
-pkg_setup() { :; }
-
-src_install() {
- newbin rg3-${PN}*/${PN} ${PN} || die
- # Installed with .md to denote markdown format
- dodoc rg3-${PN}*/README.md || die
- python_convert_shebangs -r 2 "${D}"
-}