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.11.ebuild
Date: Wed, 30 Apr 2008 07:00:37
Message-Id: E1Jr6It-0007Xb-8t@stork.gentoo.org
1 aballier 08/04/30 07:00:35
2
3 Modified: ChangeLog
4 Added: clive-0.4.11.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.15 media-video/clive/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 9 Apr 2008 13:37:04 -0000 1.14
23 +++ ChangeLog 30 Apr 2008 07:00:34 -0000 1.15
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.14 2008/04/09 13:37:04 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v 1.15 2008/04/30 07:00:34 aballier Exp $
29 +
30 +*clive-0.4.11 (30 Apr 2008)
31 +
32 + 30 Apr 2008; Alexis Ballier <aballier@g.o> +clive-0.4.11.ebuild:
33 + version bump
34
35 *clive-0.4.9 (09 Apr 2008)
36
37
38
39
40 1.1 media-video/clive/clive-0.4.11.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/clive-0.4.11.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/clive-0.4.11.ebuild?rev=1.1&content-type=text/plain
44
45 Index: clive-0.4.11.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.11.ebuild,v 1.1 2008/04/30 07:00:34 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/feedparser-4.1"
66 DEPEND="${RDEPEND}
67 doc? ( app-doc/doxygen )"
68
69 src_compile() {
70 # with-newt or --with-feedparser means compile its own
71 econf $(use_with doc) --without-newt --without-feedparser
72 emake || die "emake failed"
73 if use doc; then
74 emake dox || die "failed to create the documentation"
75 fi
76 }
77
78 src_install() {
79 emake py_compile=true DESTDIR="${D}" install || die "install failed"
80 dodoc AUTHORS ChangeLog README
81 use doc && dohtml dox/html/*
82 }
83
84
85
86 --
87 gentoo-commits@l.g.o mailing list