Gentoo Archives: gentoo-dev

From: James Broadhead <jamesbroadhead@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Packages up for grabs due ricmm retirement
Date: Tue, 22 Nov 2011 21:28:53
Message-Id: CA+hid6GsWvmCQOSDLFsdvWSNzTCioKwfp9rujDWU1hDYfSHkjg@mail.gmail.com
In Reply to: Re: [gentoo-dev] Packages up for grabs due ricmm retirement by Mike Gilbert
1 On 22 November 2011 20:31, Mike Gilbert <floppym@g.o> wrote:
2 > On Tue, Nov 22, 2011 at 2:09 PM, Nirbheek Chauhan <nirbheek@g.o> wrote:
3 >> On Wed, Nov 23, 2011 at 12:33 AM, Nirbheek Chauhan <nirbheek@g.o> wrote:
4 >>> On Wed, Nov 23, 2011 at 12:16 AM, Pacho Ramos <pacho@g.o> wrote:
5 >>>> Due ricmm retirement the following packages need a new maintainer:
6 >>>>
7 >>> [snip]
8 >>>> net-misc/youtube-dl
9 >>>>
10 >>>
11 >>> I use this a lot, so I'll take it.
12 >>>
13 >>
14 >> Just noticed that hanno and zmedico have been bumping it, so if you
15 >> guys want, we can co-maintain. =)
16 >>
17 >
18 > Weird timing: I added a live ebuild for this program to my personal
19 > overlay[1] yesterday. I'm not sure what your opinion on live ebuilds
20 > in the tree happens to be, but I would be happy to move it to gx86.
21 >
22 > [1] https://bitbucket.org/floppym/floppym-overlay/src/default/net-misc/youtube-dl
23
24 I was working on a script to auto-update the ebuild to the latest
25 release yesterday. Obviously, it has enough people interested in it!
26
27 While no tarballs are ever released, they suggest that you do the
28 following to pull the latest release:
29
30 wget --quiet http://github.com/rg3/youtube-dl/raw/master/LATEST_VERSION
31 PV=`cat LATEST_VERSION`
32 SRC_URI="http://github.com/rg3/youtube-dl/raw/${PV}/youtube-dl"
33
34 but I drew a blank as to how to integrate that into an ebuild without
35 some hackery.