Gentoo Archives: gentoo-commits

From: "Theo Chatzimichos (tampakrap)" <tampakrap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/kffmpegthumbnailer: ChangeLog kffmpegthumbnailer-1.1.0.ebuild
Date: Wed, 02 Feb 2011 05:16:19
Message-Id: 20110202051609.351E020054@flycatcher.gentoo.org
1 tampakrap 11/02/02 05:16:09
2
3 Modified: ChangeLog kffmpegthumbnailer-1.1.0.ebuild
4 Log:
5 EAPI3, use array for DOCS
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 media-video/kffmpegthumbnailer/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 15 Jul 2010 20:38:46 -0000 1.5
23 +++ ChangeLog 2 Feb 2011 05:16:09 -0000 1.6
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-video/kffmpegthumbnailer
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog,v 1.5 2010/07/15 20:38:46 maekke Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog,v 1.6 2011/02/02 05:16:09 tampakrap Exp $
30 +
31 + 02 Feb 2011; Theo Chatzimichos <tampakrap@g.o>
32 + kffmpegthumbnailer-1.1.0.ebuild:
33 + EAPI3, use array for DOCS
34
35 15 Jul 2010; Markus Meier <maekke@g.o>
36 kffmpegthumbnailer-1.1.0.ebuild:
37
38
39
40 1.4 media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0.ebuild?r1=1.3&r2=1.4
45
46 Index: kffmpegthumbnailer-1.1.0.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- kffmpegthumbnailer-1.1.0.ebuild 15 Jul 2010 20:38:46 -0000 1.3
53 +++ kffmpegthumbnailer-1.1.0.ebuild 2 Feb 2011 05:16:09 -0000 1.4
54 @@ -1,8 +1,8 @@
55 -# Copyright 1999-2010 Gentoo Foundation
56 +# Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0.ebuild,v 1.3 2010/07/15 20:38:46 maekke Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0.ebuild,v 1.4 2011/02/02 05:16:09 tampakrap Exp $
60
61 -EAPI=2
62 +EAPI=3
63 inherit kde4-base
64
65 DESCRIPTION="A thumbnailer for KDE based on ffmpegthumbnailer"
66 @@ -14,6 +14,8 @@
67 KEYWORDS="amd64 x86"
68 IUSE="debug"
69
70 -DEPEND=">=media-video/ffmpegthumbnailer-2"
71 +DEPEND="
72 + >=media-video/ffmpegthumbnailer-2
73 +"
74
75 -DOCS="Changelog README"
76 +DOCS=( Changelog README )