Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/gnome-raw-thumbnailer: ChangeLog gnome-raw-thumbnailer-3.0.0.ebuild
Date: Sat, 31 Dec 2011 17:49:31
Message-Id: 20111231174922.B713E2004B@flycatcher.gentoo.org
1 eva 11/12/31 17:49:22
2
3 Modified: ChangeLog
4 Added: gnome-raw-thumbnailer-3.0.0.ebuild
5 Log:
6 Version bump. Bring compatibility with Gnome 3 and drop use of old deprecated libraries.
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64, RepoMan options: --force)
9
10 Revision Changes Path
11 1.10 media-gfx/gnome-raw-thumbnailer/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-raw-thumbnailer/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-raw-thumbnailer/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-raw-thumbnailer/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gnome-raw-thumbnailer/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 6 Dec 2011 04:42:10 -0000 1.9
24 +++ ChangeLog 31 Dec 2011 17:49:22 -0000 1.10
25 @@ -1,6 +1,13 @@
26 # ChangeLog for media-gfx/gnome-raw-thumbnailer
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-raw-thumbnailer/ChangeLog,v 1.9 2011/12/06 04:42:10 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-raw-thumbnailer/ChangeLog,v 1.10 2011/12/31 17:49:22 eva Exp $
30 +
31 +*gnome-raw-thumbnailer-3.0.0 (31 Dec 2011)
32 +
33 + 31 Dec 2011; Gilles Dartiguelongue <eva@g.o>
34 + +gnome-raw-thumbnailer-3.0.0.ebuild:
35 + Version bump. Bring compatibility with Gnome 3 and drop use of old deprecated
36 + libraries.
37
38 23 Mar 2011; Nirbheek Chauhan <nirbheek@g.o>
39 gnome-raw-thumbnailer-0.99.1.ebuild:
40
41
42
43 1.1 media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gnome-raw-thumbnailer-3.0.0.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0.ebuild,v 1.1 2011/12/31 17:49:22 eva Exp $
53
54 EAPI="4"
55 GCONF_DEBUG="no"
56
57 inherit autotools eutils gnome2
58
59 MY_P=${PN/gnome-}-${PV}
60
61 DESCRIPTION="A lightweight and fast raw image thumbnailer for GNOME"
62 HOMEPAGE="http://libopenraw.freedesktop.org/wiki/RawThumbnailer"
63 SRC_URI="http://libopenraw.freedesktop.org/download/${MY_P}.tar.bz2"
64
65 LICENSE="GPL-2"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE=""
69
70 RDEPEND=">=media-libs/libopenraw-0.0.9[gtk]
71 x11-libs/gdk-pixbuf:2
72 >=dev-libs/glib-2.26:2
73 "
74 DEPEND="${RDEPEND}
75 >=dev-util/intltool-0.21
76 dev-util/pkgconfig
77 sys-devel/gettext
78 !media-gfx/raw-thumbnailer
79 "
80
81 S="${WORKDIR}/${MY_P}"
82
83 DOCS="AUTHORS ChangeLog NEWS"