Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/cclive: cclive-0.4.6.ebuild ChangeLog
Date: Sun, 02 Aug 2009 22:54:30
Message-Id: E1MXjwi-0003HU-7Z@stork.gentoo.org
1 aballier 09/08/02 22:54:28
2
3 Modified: ChangeLog
4 Added: cclive-0.4.6.ebuild
5 Log:
6 version bump, bug #279834
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-video/cclive/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 5 May 2009 21:22:39 -0000 1.1
23 +++ ChangeLog 2 Aug 2009 22:54:28 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-video/cclive
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.1 2009/05/05 21:22:39 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.2 2009/08/02 22:54:28 aballier Exp $
29 +
30 +*cclive-0.4.6 (02 Aug 2009)
31 +
32 + 02 Aug 2009; Alexis Ballier <aballier@g.o> +cclive-0.4.6.ebuild:
33 + version bump, bug #279834
34
35 *cclive-0.4.1 (05 May 2009)
36
37
38
39
40 1.1 media-video/cclive/cclive-0.4.6.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/cclive-0.4.6.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/cclive-0.4.6.ebuild?rev=1.1&content-type=text/plain
44
45 Index: cclive-0.4.6.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-video/cclive/cclive-0.4.6.ebuild,v 1.1 2009/08/02 22:54:28 aballier Exp $
50
51 EAPI=2
52
53 DESCRIPTION="Command line tool for extracting videos from various websites"
54 HOMEPAGE="http://code.google.com/p/cclive/"
55 SRC_URI="http://cclive.googlecode.com/files/${P}.tar.bz2"
56
57 LICENSE="GPL-3"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
60 IUSE="perl"
61
62 RDEPEND=">=net-misc/curl-7.18.0
63 perl? ( sys-devel/libperl dev-lang/perl dev-perl/HTML-Parser )"
64 DEPEND="${RDEPEND}
65 dev-util/pkgconfig"
66
67 src_configure() {
68 econf $(use_with perl)
69 }
70
71 src_install() {
72 emake DESTDIR="${D}" install || die
73 dodoc AUTHORS ChangeLog NEWS README TODO
74 }