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/clive: ChangeLog clive-0.4.17.ebuild
Date: Tue, 01 Jul 2008 05:46:50
Message-Id: E1KDYhQ-0007Z5-Kj@stork.gentoo.org
1 aballier 08/07/01 05:46:44
2
3 Modified: ChangeLog
4 Added: clive-0.4.17.ebuild
5 Log:
6 version bump
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.7 x86_64)
8
9 Revision Changes Path
10 1.28 media-video/clive/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/ChangeLog?rev=1.28&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/ChangeLog?rev=1.28&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/ChangeLog?r1=1.27&r2=1.28
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v
19 retrieving revision 1.27
20 retrieving revision 1.28
21 diff -u -r1.27 -r1.28
22 --- ChangeLog 21 Jun 2008 00:05:00 -0000 1.27
23 +++ ChangeLog 1 Jul 2008 05:46:44 -0000 1.28
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-video/clive
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v 1.27 2008/06/21 00:05:00 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v 1.28 2008/07/01 05:46:44 aballier Exp $
29 +
30 +*clive-0.4.17 (01 Jul 2008)
31 +
32 + 01 Jul 2008; Alexis Ballier <aballier@g.o> +clive-0.4.17.ebuild:
33 + version bump
34
35 21 Jun 2008; Alexis Ballier <aballier@g.o> -clive-0.4.15.ebuild:
36 remove old
37
38
39
40 1.1 media-video/clive/clive-0.4.17.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/clive-0.4.17.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/clive-0.4.17.ebuild?rev=1.1&content-type=text/plain
44
45 Index: clive-0.4.17.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-video/clive/clive-0.4.17.ebuild,v 1.1 2008/07/01 05:46:44 aballier Exp $
50
51 # We inherit distutils to get the pkg_* functions for byte compiling python
52 inherit versionator distutils
53
54 DESCRIPTION="Command line tool for extracting videos from Youtube, Google Video, Dailymotion, Guba (free) and Stage6 websites"
55 HOMEPAGE="http://home.gna.org/clive/"
56 SRC_URI="http://dl.gna.org/clive/$(get_version_component_range 1-2 ${PV})/src/${P}.tar.bz2"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
61 IUSE="doc"
62
63 RDEPEND=">=dev-lang/python-2.4
64 >=dev-libs/newt-0.51
65 >=dev-python/urlgrabber-3.1.0
66 >=dev-python/feedparser-4.1"
67 DEPEND="${RDEPEND}
68 doc? ( app-doc/doxygen )"
69
70 src_compile() {
71 # with-lib means compile its own
72 econf $(use_with doc) \
73 --without-newt \
74 --without-feedparser \
75 --without-urlgrabber
76 emake || die "emake failed"
77 if use doc; then
78 emake dox || die "failed to create the documentation"
79 fi
80 }
81
82 src_install() {
83 emake py_compile=true DESTDIR="${D}" install || die "install failed"
84 dodoc AUTHORS ChangeLog README
85 use doc && dohtml dox/html/*
86 }
87
88
89
90 --
91 gentoo-commits@l.g.o mailing list