Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/kffmpegthumbnailer: ChangeLog kffmpegthumbnailer-1.1.0.ebuild kffmpegthumbnailer-1.0.1.ebuild kffmpegthumbnailer-1.0.0.ebuild
Date: Thu, 07 Jan 2010 09:43:10
Message-Id: E1NSotW-0004Oj-NS@stork.gentoo.org
1 ssuominen 10/01/07 09:43:06
2
3 Modified: ChangeLog
4 Added: kffmpegthumbnailer-1.1.0.ebuild
5 Removed: kffmpegthumbnailer-1.0.1.ebuild
6 kffmpegthumbnailer-1.0.0.ebuild
7 Log:
8 Version bump.
9 (Portage version: 2.2_rc61/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.3 media-video/kffmpegthumbnailer/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 28 Dec 2009 11:28:08 -0000 1.2
25 +++ ChangeLog 7 Jan 2010 09:43:06 -0000 1.3
26 @@ -1,6 +1,12 @@
27 # ChangeLog for media-video/kffmpegthumbnailer
28 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog,v 1.2 2009/12/28 11:28:08 ssuominen Exp $
30 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog,v 1.3 2010/01/07 09:43:06 ssuominen Exp $
32 +
33 +*kffmpegthumbnailer-1.1.0 (07 Jan 2010)
34 +
35 + 07 Jan 2010; Samuli Suominen <ssuominen@g.o>
36 + +kffmpegthumbnailer-1.1.0.ebuild:
37 + Version bump.
38
39 *kffmpegthumbnailer-1.0.1 (28 Dec 2009)
40
41
42
43
44 1.1 media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0.ebuild?rev=1.1&content-type=text/plain
48
49 Index: kffmpegthumbnailer-1.1.0.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0.ebuild,v 1.1 2010/01/07 09:43:06 ssuominen Exp $
54
55 EAPI=2
56 inherit kde4-base
57
58 DESCRIPTION="A thumbnailer for KDE based on ffmpegthumbnailer"
59 HOMEPAGE="http://code.google.com/p/ffmpegthumbnailer/"
60 SRC_URI="http://ffmpegthumbnailer.googlecode.com/files/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="4"
64 KEYWORDS="~amd64 ~x86"
65 IUSE="debug"
66
67 DEPEND=">=media-video/ffmpegthumbnailer-2"
68
69 DOCS="Changelog README"