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.0.ebuild
Date: Thu, 03 Jan 2008 16:50:26
Message-Id: E1JATGp-0003d6-Cg@stork.gentoo.org
1 aballier 08/01/03 16:50:15
2
3 Modified: ChangeLog
4 Added: clive-0.4.0.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.5 media-video/clive/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 11 Dec 2007 11:17:16 -0000 1.4
23 +++ ChangeLog 3 Jan 2008 16:50:14 -0000 1.5
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.4 2007/12/11 11:17:16 aballier Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v 1.5 2008/01/03 16:50:14 aballier Exp $
30 +
31 +*clive-0.4.0 (03 Jan 2008)
32 +
33 + 03 Jan 2008; Alexis Ballier <aballier@g.o> +clive-0.4.0.ebuild:
34 + version bump
35
36 11 Dec 2007; Alexis Ballier <aballier@g.o> -clive-0.3.1.ebuild:
37 remove old
38
39
40
41 1.1 media-video/clive/clive-0.4.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/clive-0.4.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/clive-0.4.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: clive-0.4.0.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-video/clive/clive-0.4.0.ebuild,v 1.1 2008/01/03 16:50:14 aballier Exp $
51
52 inherit distutils versionator
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.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc64 ~x86"
61 IUSE=""
62
63 DEPEND=""
64 RDEPEND=">=dev-python/urlgrabber-2.9.9
65 >=dev-lang/python-2.4"
66
67 src_unpack() {
68 distutils_src_unpack
69
70 # dont install man, we'll use doman
71 sed -i -e "s/data_files = \[.*\]/data_files = []/" setup.py
72 }
73
74 src_install() {
75 distutils_src_install
76 doman man/clive.1.gz
77 }
78
79
80
81 --
82 gentoo-commits@g.o mailing list