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