Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/raw-thumbnailer: ChangeLog raw-thumbnailer-0.2.1.ebuild
Date: Tue, 03 May 2011 20:22:38
Message-Id: 20110503202227.C568620054@flycatcher.gentoo.org
1 angelos 11/05/03 20:22:27
2
3 Modified: ChangeLog
4 Added: raw-thumbnailer-0.2.1.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.28 media-gfx/raw-thumbnailer/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/raw-thumbnailer/ChangeLog?rev=1.28&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/raw-thumbnailer/ChangeLog?rev=1.28&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/raw-thumbnailer/ChangeLog?r1=1.27&r2=1.28
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/raw-thumbnailer/ChangeLog,v
20 retrieving revision 1.27
21 retrieving revision 1.28
22 diff -u -r1.27 -r1.28
23 --- ChangeLog 22 Apr 2011 19:48:55 -0000 1.27
24 +++ ChangeLog 3 May 2011 20:22:27 -0000 1.28
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-gfx/raw-thumbnailer
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/raw-thumbnailer/ChangeLog,v 1.27 2011/04/22 19:48:55 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/raw-thumbnailer/ChangeLog,v 1.28 2011/05/03 20:22:27 angelos Exp $
30 +
31 +*raw-thumbnailer-0.2.1 (03 May 2011)
32 +
33 + 03 May 2011; Christoph Mende <angelos@g.o>
34 + +raw-thumbnailer-0.2.1.ebuild:
35 + Version bump
36
37 *raw-thumbnailer-0.2-r1 (22 Apr 2011)
38
39
40
41
42 1.1 media-gfx/raw-thumbnailer/raw-thumbnailer-0.2.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/raw-thumbnailer/raw-thumbnailer-0.2.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/raw-thumbnailer/raw-thumbnailer-0.2.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: raw-thumbnailer-0.2.1.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-gfx/raw-thumbnailer/raw-thumbnailer-0.2.1.ebuild,v 1.1 2011/05/03 20:22:27 angelos Exp $
52
53 EAPI=4
54
55 DESCRIPTION="A lightweight and fast raw image thumbnailer"
56 HOMEPAGE="http://code.google.com/p/raw-thumbnailer"
57 SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
62 IUSE=""
63
64 RDEPEND="media-libs/libopenraw[gtk]
65 x11-libs/gtk+:2"
66 DEPEND="${RDEPEND}
67 dev-util/pkgconfig
68 !media-gfx/gnome-raw-thumbnailer"
69
70 DOCS=( AUTHORS ChangeLog )