Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266152 - net-misc/youtube-dl-2009.04.06 version bump
Summary: net-misc/youtube-dl-2009.04.06 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Ricardo Mendoza (RETIRED)
URL: http://bitbucket.org/rg3/youtube-dl/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-14 19:59 UTC by Michael Palimaka (kensington)
Modified: 2009-04-23 20:29 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
fixes hard-coded version in SRC_URI (youtube-dl.patch,538 bytes, patch)
2009-04-14 20:02 UTC, Michael Palimaka (kensington)
Details | Diff
fixes hard-coded version in SRC_URI v2 (youtube-dl.patch,533 bytes, patch)
2009-04-14 20:06 UTC, Michael Palimaka (kensington)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Palimaka (kensington) gentoo-dev 2009-04-14 19:59:50 UTC
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.
Comment 1 Michael Palimaka (kensington) gentoo-dev 2009-04-14 20:02:20 UTC
Created attachment 188337 [details, diff]
fixes hard-coded version in SRC_URI
Comment 2 Michael Palimaka (kensington) gentoo-dev 2009-04-14 20:06:21 UTC
Created attachment 188341 [details, diff]
fixes hard-coded version in SRC_URI v2

while the other worked, this seems a bit more semantically correct
Comment 3 Patrick Lauer gentoo-dev 2009-04-23 15:09:59 UTC
+*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
Comment 4 Torsten Veller (RETIRED) gentoo-dev 2009-04-23 15:32:02 UTC
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
Comment 5 Denis Loginov 2009-04-23 19:20:03 UTC
(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.
Comment 6 Patrick Lauer gentoo-dev 2009-04-23 20:29:30 UTC
+  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