summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/youtube-dl/ChangeLog7
-rw-r--r--net-misc/youtube-dl/youtube-dl-2009.05.23.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/net-misc/youtube-dl/ChangeLog b/net-misc/youtube-dl/ChangeLog
index bb2a52c45061..0b5d8bb9e037 100644
--- a/net-misc/youtube-dl/ChangeLog
+++ b/net-misc/youtube-dl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/youtube-dl
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.43 2009/04/23 20:29:50 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.44 2009/05/23 15:18:09 hanno Exp $
+
+*youtube-dl-2009.05.23 (23 May 2009)
+
+ 23 May 2009; Hanno Boeck <hanno@gentoo.org> +youtube-dl-2009.05.23.ebuild:
+ Version bump.
23 Apr 2009; Patrick Lauer <patrick@gentoo.org> youtube-dl-2009.04.06:
Ok, unpacking things makes them work better. Sorry for the screwup, closes
diff --git a/net-misc/youtube-dl/youtube-dl-2009.05.23.ebuild b/net-misc/youtube-dl/youtube-dl-2009.05.23.ebuild
new file mode 100644
index 000000000000..c90e7df0d455
--- /dev/null
+++ b/net-misc/youtube-dl/youtube-dl-2009.05.23.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2009.05.23.ebuild,v 1.1 2009/05/23 15:18:09 hanno Exp $
+
+EAPI="2"
+
+DESCRIPTION="A small command-line program to download videos from YouTube."
+HOMEPAGE="http://bitbucket.org/rg3/youtube-dl/"
+SRC_URI="http://bitbucket.org/rg3/${PN}/get/${PV}.bz2 -> ${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/python-2.4"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ newbin "${PN}/${PN}" ${PN}
+}