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.3.4.ebuild
Date: Sat, 08 Dec 2007 13:51:27
Message-Id: E1J105S-0003nq-0C@stork.gentoo.org
1 aballier 07/12/08 13:51:21
2
3 Modified: ChangeLog
4 Added: clive-0.3.4.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4_rc9)
8
9 Revision Changes Path
10 1.3 media-video/clive/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 15 Nov 2007 09:52:36 -0000 1.2
23 +++ ChangeLog 8 Dec 2007 13:51:21 -0000 1.3
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-video/clive
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v 1.2 2007/11/15 09:52:36 corsair Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v 1.3 2007/12/08 13:51:21 aballier Exp $
29 +
30 +*clive-0.3.4 (08 Dec 2007)
31 +
32 + 08 Dec 2007; Alexis Ballier <aballier@g.o> +clive-0.3.4.ebuild:
33 + version bump
34
35 15 Nov 2007; Markus Rothe <corsair@g.o> clive-0.3.1.ebuild:
36 Added ~ppc64
37
38
39
40 1.1 media-video/clive/clive-0.3.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/clive-0.3.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/clive-0.3.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: clive-0.3.4.ebuild
46 ===================================================================
47 # Copyright 1999-2007 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.3.4.ebuild,v 1.1 2007/12/08 13:51:21 aballier Exp $
50
51 inherit distutils versionator
52
53 DESCRIPTION="Command line tool for extracting videos from Youtube, Google Video, Dailymotion, Guba (free) and Stage6 websites"
54 HOMEPAGE="http://home.gna.org/clive/"
55 SRC_URI="http://dl.gna.org/clive/$(get_version_component_range 1-2 ${PV})/src/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc64 ~x86"
60 IUSE=""
61
62 DEPEND=""
63 RDEPEND=">=dev-python/urlgrabber-2.9.9
64 >=dev-lang/python-2.4"
65
66 src_unpack() {
67 distutils_src_unpack
68
69 # dont install man, we'll use doman
70 sed -i -e "s/data_files = \[.*\]/data_files = []/" setup.py
71 }
72
73 src_install() {
74 distutils_src_install
75 doman man/clive.1.gz
76 }
77
78
79
80 --
81 gentoo-commits@g.o mailing list