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: ChangeLog cclive-0.4.7.ebuild
Date: Mon, 31 Oct 2011 03:58:56
Message-Id: E1Mfy9S-0004Q6-Iv@stork.gentoo.org
1 aballier 09/08/25 15:41:38
2
3 Modified: ChangeLog
4 Added: cclive-0.4.7.ebuild
5 Log:
6 version bump
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 media-video/cclive/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 2 Aug 2009 22:54:28 -0000 1.2
23 +++ ChangeLog 25 Aug 2009 15:41:38 -0000 1.3
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.2 2009/08/02 22:54:28 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.3 2009/08/25 15:41:38 aballier Exp $
29 +
30 +*cclive-0.4.7 (25 Aug 2009)
31 +
32 + 25 Aug 2009; Alexis Ballier <aballier@g.o> +cclive-0.4.7.ebuild:
33 + version bump
34
35 *cclive-0.4.6 (02 Aug 2009)
36
37
38
39
40 1.1 media-video/cclive/cclive-0.4.7.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/cclive-0.4.7.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/cclive-0.4.7.ebuild?rev=1.1&content-type=text/plain
44
45 Index: cclive-0.4.7.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.7.ebuild,v 1.1 2009/08/25 15:41:38 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 }