summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2009-03-20 18:21:53 +0000
committerThilo Bangert <bangert@gentoo.org>2009-03-20 18:21:53 +0000
commite5893eb45ad5f376df4f154048bb69dbd3be64a8 (patch)
tree79fa7d2b21faef8280569c13925626df46c5d4e0 /net-misc/youtube-dl/youtube-dl-2009.03.03.ebuild
parentInitial commit. This should make Xesam client development easier for some. (diff)
downloadhistorical-e5893eb45ad5f376df4f154048bb69dbd3be64a8.tar.gz
historical-e5893eb45ad5f376df4f154048bb69dbd3be64a8.tar.bz2
historical-e5893eb45ad5f376df4f154048bb69dbd3be64a8.zip
version bump - bug #246674
Package-Manager: portage-2.2_rc26/cvs/Linux i686
Diffstat (limited to 'net-misc/youtube-dl/youtube-dl-2009.03.03.ebuild')
-rw-r--r--net-misc/youtube-dl/youtube-dl-2009.03.03.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/net-misc/youtube-dl/youtube-dl-2009.03.03.ebuild b/net-misc/youtube-dl/youtube-dl-2009.03.03.ebuild
new file mode 100644
index 000000000000..fd2cb8b922f3
--- /dev/null
+++ b/net-misc/youtube-dl/youtube-dl-2009.03.03.ebuild
@@ -0,0 +1,25 @@
+# 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.03.03.ebuild,v 1.1 2009/03/20 18:21:53 bangert 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}/raw/8dc1b312077f/${PN} -> ${P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/python-2.4"
+RDEPEND="${DEPEND}"
+
+src_unpack() {
+ :
+}
+
+src_install() {
+ newbin "${DISTDIR}/${P}" ${PN}
+}