From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RSxtc-000604-RJ for garchives@archives.gentoo.org; Tue, 22 Nov 2011 21:28:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AD4A21C06C; Tue, 22 Nov 2011 21:28:35 +0000 (UTC) Received: from mail-iy0-f181.google.com (mail-iy0-f181.google.com [209.85.210.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 31BF421C050 for ; Tue, 22 Nov 2011 21:27:41 +0000 (UTC) Received: by iaen33 with SMTP id n33so820860iae.40 for ; Tue, 22 Nov 2011 13:27:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=mPzilJN6B4X0KMtg82AwahilYboVvafNGP83ttbd+/w=; b=q2h6ltMFm27vj7nZet8m6A66D4pAC5k/0y5ksIdwd61tljewtRX4EQJYX8hz+B63Tp pRs0CRLyfF1JAYOmvj9Qxh66evB6dkoBICGRA0p4zpTmamJbXrh+K0C0spblHSbaXJGC fHrs1fq2ankUJEyT1KRRoeYyex0Of6CgvYC2g= Received: by 10.231.84.135 with SMTP id j7mr5538917ibl.81.1321997261127; Tue, 22 Nov 2011 13:27:41 -0800 (PST) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Received: by 10.42.227.198 with HTTP; Tue, 22 Nov 2011 13:27:20 -0800 (PST) In-Reply-To: References: <1321987607.2988.68.camel@belkin4> From: James Broadhead Date: Tue, 22 Nov 2011 21:27:20 +0000 Message-ID: Subject: Re: [gentoo-dev] Packages up for grabs due ricmm retirement To: gentoo-dev@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: b6cd3095-d796-4bae-8c10-02729ccdabd4 X-Archives-Hash: c730570ea7def72697014ebe896ab98e On 22 November 2011 20:31, Mike Gilbert wrote: > On Tue, Nov 22, 2011 at 2:09 PM, Nirbheek Chauhan wrote: >> On Wed, Nov 23, 2011 at 12:33 AM, Nirbheek Chauhan wrote: >>> On Wed, Nov 23, 2011 at 12:16 AM, Pacho Ramos wrote: >>>> Due ricmm retirement the following packages need a new maintainer: >>>> >>> [snip] >>>> net-misc/youtube-dl >>>> >>> >>> I use this a lot, so I'll take it. >>> >> >> Just noticed that hanno and zmedico have been bumping it, so if you >> guys want, we can co-maintain. =) >> > > Weird timing: I added a live ebuild for this program to my personal > overlay[1] yesterday. I'm not sure what your opinion on live ebuilds > in the tree happens to be, but I would be happy to move it to gx86. > > [1] https://bitbucket.org/floppym/floppym-overlay/src/default/net-misc/youtube-dl I was working on a script to auto-update the ebuild to the latest release yesterday. Obviously, it has enough people interested in it! While no tarballs are ever released, they suggest that you do the following to pull the latest release: wget --quiet http://github.com/rg3/youtube-dl/raw/master/LATEST_VERSION PV=`cat LATEST_VERSION` SRC_URI="http://github.com/rg3/youtube-dl/raw/${PV}/youtube-dl" but I drew a blank as to how to integrate that into an ebuild without some hackery.