Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/cclive: metadata.xml ChangeLog cclive-0.6.5.ebuild cclive-0.6.2.ebuild cclive-0.6.3.ebuild
Date: Thu, 26 Aug 2010 20:35:22
Message-Id: 20100826203517.8EAC820051@flycatcher.gentoo.org
1 scarabeus 10/08/26 20:35:17
2
3 Modified: metadata.xml ChangeLog
4 Added: cclive-0.6.5.ebuild
5 Removed: cclive-0.6.2.ebuild cclive-0.6.3.ebuild
6 Log:
7 Version bump. Drop old.
8
9 (Portage version: 2.2_rc68/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 media-video/cclive/metadata.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cclive/metadata.xml?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cclive/metadata.xml?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cclive/metadata.xml?r1=1.1&r2=1.2
17
18 Index: metadata.xml
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-video/cclive/metadata.xml,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- metadata.xml 5 May 2009 21:22:39 -0000 1.1
25 +++ metadata.xml 26 Aug 2010 20:35:17 -0000 1.2
26 @@ -10,4 +10,3 @@
27 Dailymotion, Guba (free) and Stage6 websites
28 </longdescription>
29 </pkgmetadata>
30 -
31
32
33
34 1.21 media-video/cclive/ChangeLog
35
36 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cclive/ChangeLog?rev=1.21&view=markup
37 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cclive/ChangeLog?rev=1.21&content-type=text/plain
38 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cclive/ChangeLog?r1=1.20&r2=1.21
39
40 Index: ChangeLog
41 ===================================================================
42 RCS file: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v
43 retrieving revision 1.20
44 retrieving revision 1.21
45 diff -u -r1.20 -r1.21
46 --- ChangeLog 25 Jun 2010 11:39:59 -0000 1.20
47 +++ ChangeLog 26 Aug 2010 20:35:17 -0000 1.21
48 @@ -1,6 +1,12 @@
49 # ChangeLog for media-video/cclive
50 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
51 -# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.20 2010/06/25 11:39:59 aballier Exp $
52 +# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.21 2010/08/26 20:35:17 scarabeus Exp $
53 +
54 +*cclive-0.6.5 (26 Aug 2010)
55 +
56 + 26 Aug 2010; Tomáš Chvátal <scarabeus@g.o> -cclive-0.6.2.ebuild,
57 + -cclive-0.6.3.ebuild, +cclive-0.6.5.ebuild, metadata.xml:
58 + Version bump. Drop old.
59
60 25 Jun 2010; Alexis Ballier <aballier@g.o> cclive-0.6.3.ebuild:
61 bump quvi dep, by Arseny Solokha <b0ntrict0r@××××××.ru>, bug #323897
62
63
64
65 1.1 media-video/cclive/cclive-0.6.5.ebuild
66
67 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cclive/cclive-0.6.5.ebuild?rev=1.1&view=markup
68 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cclive/cclive-0.6.5.ebuild?rev=1.1&content-type=text/plain
69
70 Index: cclive-0.6.5.ebuild
71 ===================================================================
72 # Copyright 1999-2010 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74 # $Header: /var/cvsroot/gentoo-x86/media-video/cclive/cclive-0.6.5.ebuild,v 1.1 2010/08/26 20:35:17 scarabeus Exp $
75
76 EAPI=2
77
78 DESCRIPTION="Command line tool for extracting videos from various websites"
79 HOMEPAGE="http://code.google.com/p/cclive/"
80 SRC_URI="http://cclive.googlecode.com/files/${P}.tar.bz2"
81
82 LICENSE="GPL-3"
83 SLOT="0"
84 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
85 IUSE="test offensive"
86
87 RDEPEND=">=media-libs/quvi-0.2.0"
88 DEPEND="${RDEPEND}
89 dev-util/pkgconfig"
90
91 src_configure() {
92 econf \
93 --with-man \
94 $(use_enable test tests)
95 }
96
97 src_install() {
98 emake DESTDIR="${D}" install || die
99 dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed"
100 }
101
102 src_test() {
103 emake check || die "emake test failed"
104 }