Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/youtube-dl: youtube-dl-2010.02.13.ebuild ChangeLog
Date: Sun, 21 Feb 2010 09:48:46
Message-Id: E1Nj8Qd-0003Z3-S0@stork.gentoo.org
1 patrick 10/02/21 09:48:43
2
3 Modified: ChangeLog
4 Added: youtube-dl-2010.02.13.ebuild
5 Log:
6 Bump
7 (Portage version: 2.2_rc63/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.58 net-misc/youtube-dl/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/youtube-dl/ChangeLog?rev=1.58&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/youtube-dl/ChangeLog?rev=1.58&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/youtube-dl/ChangeLog?r1=1.57&r2=1.58
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v
19 retrieving revision 1.57
20 retrieving revision 1.58
21 diff -u -r1.57 -r1.58
22 --- ChangeLog 19 Feb 2010 18:06:48 -0000 1.57
23 +++ ChangeLog 21 Feb 2010 09:48:43 -0000 1.58
24 @@ -1,10 +1,16 @@
25 # ChangeLog for net-misc/youtube-dl
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.57 2010/02/19 18:06:48 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.58 2010/02/21 09:48:43 patrick Exp $
29
30 19 Feb 2010; Jeroen Roovers <jer@g.o> youtube-dl-2009.09.13.ebuild:
31 Stable for HPPA too.
32
33 +*youtube-dl-2010.02.13 (19 Feb 2010)
34 +
35 + 19 Feb 2010; Patrick Lauer <patrick@g.o>
36 + +youtube-dl-2010.02.13.ebuild:
37 + Bump for #299598
38 +
39 *youtube-dl-2010.01.19 (19 Feb 2010)
40
41 19 Feb 2010; Patrick Lauer <patrick@g.o>
42
43
44
45 1.1 net-misc/youtube-dl/youtube-dl-2010.02.13.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/youtube-dl/youtube-dl-2010.02.13.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/youtube-dl/youtube-dl-2010.02.13.ebuild?rev=1.1&content-type=text/plain
49
50 Index: youtube-dl-2010.02.13.ebuild
51 ===================================================================
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2010.02.13.ebuild,v 1.1 2010/02/21 09:48:43 patrick Exp $
55
56 EAPI="2"
57
58 DESCRIPTION="A small command-line program to download videos from YouTube."
59 HOMEPAGE="http://bitbucket.org/rg3/youtube-dl/"
60 SRC_URI="http://bitbucket.org/rg3/${PN}/get/${PV}.bz2 -> ${P}.tar.bz2"
61
62 LICENSE="MIT"
63 SLOT="0"
64 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
65 IUSE=""
66
67 DEPEND=">=dev-lang/python-2.4"
68 RDEPEND="${DEPEND}"
69
70 src_install() {
71 newbin "${PN}/${PN}" ${PN}
72 }