diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-04-23 20:29:50 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-04-23 20:29:50 +0000 |
commit | 74276ba86dd768500313b250f679067a0922b9b7 (patch) | |
tree | a5c3bc0895def0245a69b387c1aa2b3c3ef3bb22 /net-misc/youtube-dl | |
parent | Finally fix all the issues in stabilization bug #253753. Thanks to Vlastimil ... (diff) | |
download | gentoo-2-74276ba86dd768500313b250f679067a0922b9b7.tar.gz gentoo-2-74276ba86dd768500313b250f679067a0922b9b7.tar.bz2 gentoo-2-74276ba86dd768500313b250f679067a0922b9b7.zip |
Ok, unpacking things makes them work better. Sorry for the screwup, closes #266152 again
(Portage version: 2.2_rc31/cvs/Linux x86_64)
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-2009.04.06.ebuild | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net-misc/youtube-dl/ChangeLog b/net-misc/youtube-dl/ChangeLog index ae92a87a4e94..bb2a52c45061 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.42 2009/04/23 15:09:49 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.43 2009/04/23 20:29:50 patrick Exp $ + + 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 + #266152 again *youtube-dl-2009.04.06 (23 Apr 2009) diff --git a/net-misc/youtube-dl/youtube-dl-2009.04.06.ebuild b/net-misc/youtube-dl/youtube-dl-2009.04.06.ebuild index 04223b2ca23f..64826bcd2cec 100644 --- a/net-misc/youtube-dl/youtube-dl-2009.04.06.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2009.04.06.ebuild @@ -1,12 +1,12 @@ # 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.04.06.ebuild,v 1.1 2009/04/23 15:09:49 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2009.04.06.ebuild,v 1.2 2009/04/23 20:29:50 patrick 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}" +SRC_URI="http://bitbucket.org/rg3/${PN}/get/${PV}.bz2 -> ${P}.tar.bz2" LICENSE="MIT" SLOT="0" @@ -16,10 +16,6 @@ IUSE="" DEPEND=">=dev-lang/python-2.4" RDEPEND="${DEPEND}" -src_unpack() { - : -} - src_install() { - newbin "${DISTDIR}/${P}" ${PN} + newbin "${PN}/${PN}" ${PN} } |