A new version of this package is available. The last version of the ebuild had the SRC_URI hard-coded to that version, so I will attach a small patch to fix this. Otherwise it seems to work fine.
Created attachment 188337 [details, diff] fixes hard-coded version in SRC_URI
Created attachment 188341 [details, diff] fixes hard-coded version in SRC_URI v2 while the other worked, this seems a bit more semantically correct
+*youtube-dl-2009.04.06 (23 Apr 2009) + + 23 Apr 2009; Patrick Lauer <patrick@gentoo.org> + +youtube-dl-2009.04.06.ebuild: + Bump to 2009.04.06. Small SRC_URI fix, thanks to Michael. Closes #266152
SRC_URI="http://bitbucket.org/rg3/${PN}/get/${PV}.bz2 -> ${P}" src_unpack() { : } src_install() { newbin "${DISTDIR}/${P}" ${PN} } $ /usr/bin/youtube-dl bash: /usr/bin/youtube-dl: cannot execute binary file $ file /usr/bin/youtube-dl /usr/bin/youtube-dl: bzip2 compressed data, block size = 900k
(In reply to comment #4) > $ /usr/bin/youtube-dl > bash: /usr/bin/youtube-dl: cannot execute binary file > $ file /usr/bin/youtube-dl > /usr/bin/youtube-dl: bzip2 compressed data, block size = 900k > Same here :( net-misc/youtube-dl-2009.03.03 works fine, though.
+ 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