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.6.ebuild clive-0.4.3.ebuild clive-0.4.4.ebuild
Date: Mon, 03 Mar 2008 17:12:35
Message-Id: E1JWEDI-0005u7-Dt@stork.gentoo.org
1 aballier 08/03/03 17:12:32
2
3 Modified: ChangeLog
4 Added: clive-0.4.6.ebuild
5 Removed: clive-0.4.3.ebuild clive-0.4.4.ebuild
6 Log:
7 version bump, remove old
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.10 media-video/clive/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 10 Feb 2008 09:04:32 -0000 1.9
24 +++ ChangeLog 3 Mar 2008 17:12:31 -0000 1.10
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.9 2008/02/10 09:04:32 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v 1.10 2008/03/03 17:12:31 aballier Exp $
30 +
31 +*clive-0.4.6 (03 Mar 2008)
32 +
33 + 03 Mar 2008; Alexis Ballier <aballier@g.o> -clive-0.4.3.ebuild,
34 + -clive-0.4.4.ebuild, +clive-0.4.6.ebuild:
35 + version bump, remove old
36
37 10 Feb 2008; Alexis Ballier <aballier@g.o> -clive-0.4.0.ebuild:
38 remove old
39
40
41
42 1.1 media-video/clive/clive-0.4.6.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/clive-0.4.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/clive/clive-0.4.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: clive-0.4.6.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.6.ebuild,v 1.1 2008/03/03 17:12:31 aballier Exp $
52
53 inherit distutils versionator
54
55 DESCRIPTION="Command line tool for extracting videos from Youtube, Google Video, Dailymotion, Guba (free) and Stage6 websites"
56 HOMEPAGE="http://home.gna.org/clive/"
57 SRC_URI="http://dl.gna.org/clive/$(get_version_component_range 1-2 ${PV})/src/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc64 ~x86"
62 IUSE=""
63
64 DEPEND=""
65 RDEPEND=">=dev-python/urlgrabber-2.9.9
66 >=dev-lang/python-2.4"
67
68 src_unpack() {
69 distutils_src_unpack
70
71 # dont install man, we'll use doman
72 sed -i -e "s/data_files = \[.*\]/data_files = []/" setup.py
73 }
74
75 src_install() {
76 distutils_src_install
77 doman man/clive.1
78 }
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list