Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/youtube-dl: ChangeLog youtube-dl-2008.07.26.ebuild
Date: Tue, 29 Jul 2008 11:42:08
Message-Id: E1KNnaf-0003fR-JF@stork.gentoo.org
1 yngwin 08/07/29 11:42:05
2
3 Modified: ChangeLog
4 Added: youtube-dl-2008.07.26.ebuild
5 Log:
6 Version bumb for all ur youtube leechin
7 (Portage version: 2.2_rc4/cvs/Linux 2.6.26-hg1 i686)
8
9 Revision Changes Path
10 1.34 net-misc/youtube-dl/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/youtube-dl/ChangeLog?rev=1.34&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/youtube-dl/ChangeLog?rev=1.34&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/youtube-dl/ChangeLog?r1=1.33&r2=1.34
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v
19 retrieving revision 1.33
20 retrieving revision 1.34
21 diff -u -r1.33 -r1.34
22 --- ChangeLog 12 Jun 2008 08:41:37 -0000 1.33
23 +++ ChangeLog 29 Jul 2008 11:42:05 -0000 1.34
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-misc/youtube-dl
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.33 2008/06/12 08:41:37 agorf Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.34 2008/07/29 11:42:05 yngwin Exp $
29 +
30 +*youtube-dl-2008.07.26 (29 Jul 2008)
31 +
32 + 29 Jul 2008; Ben de Groot <yngwin@g.o>
33 + +youtube-dl-2008.07.26.ebuild:
34 + As agorf is away, I've taken the liberty to version bump.
35
36 *youtube-dl-2008.06.08 (12 Jun 2008)
37
38
39
40
41 1.1 net-misc/youtube-dl/youtube-dl-2008.07.26.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/youtube-dl/youtube-dl-2008.07.26.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/youtube-dl/youtube-dl-2008.07.26.ebuild?rev=1.1&content-type=text/plain
45
46 Index: youtube-dl-2008.07.26.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2008.07.26.ebuild,v 1.1 2008/07/29 11:42:05 yngwin Exp $
51
52 DESCRIPTION="A small command-line program to download videos from YouTube."
53 HOMEPAGE="http://www.arrakis.es/~rggi3/youtube-dl/"
54 SRC_URI="http://www.arrakis.es/~rggi3/${PN}/${P}"
55
56 LICENSE="MIT"
57 SLOT="0"
58 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
59 IUSE=""
60
61 DEPEND=">=dev-lang/python-2.4"
62 RDEPEND="${DEPEND}"
63
64 src_unpack() {
65 :
66 }
67
68 src_install() {
69 newbin "${DISTDIR}/${P}" ${PN}
70 }