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/gthumb: ChangeLog gthumb-2.10.10.ebuild
Date: Sat, 27 Sep 2008 22:12:42
Message-Id: E1Kji1o-0008NA-3t@stork.gentoo.org
1 eva 08/09/27 22:12:40
2
3 Modified: ChangeLog
4 Added: gthumb-2.10.10.ebuild
5 Log:
6 Version bump to 2.10.10. Bug fixes and translation updates.
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.93 media-gfx/gthumb/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gthumb/ChangeLog?rev=1.93&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gthumb/ChangeLog?rev=1.93&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gthumb/ChangeLog?r1=1.92&r2=1.93
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v
19 retrieving revision 1.92
20 retrieving revision 1.93
21 diff -u -r1.92 -r1.93
22 --- ChangeLog 17 Sep 2008 14:40:57 -0000 1.92
23 +++ ChangeLog 27 Sep 2008 22:12:39 -0000 1.93
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-gfx/gthumb
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.92 2008/09/17 14:40:57 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.93 2008/09/27 22:12:39 eva Exp $
29 +
30 +*gthumb-2.10.10 (27 Sep 2008)
31 +
32 + 27 Sep 2008; Gilles Dartiguelongue <eva@g.o>
33 + +gthumb-2.10.10.ebuild:
34 + Version bump to 2.10.10. Bug fixes and translation updates.
35
36 17 Sep 2008; Brent Baude <ranger@g.o> gthumb-2.10.9.ebuild:
37 stable ppc64, bug 236961
38
39
40
41 1.1 media-gfx/gthumb/gthumb-2.10.10.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gthumb/gthumb-2.10.10.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gthumb/gthumb-2.10.10.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gthumb-2.10.10.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-2.10.10.ebuild,v 1.1 2008/09/27 22:12:39 eva Exp $
51
52 inherit gnome2
53
54 DESCRIPTION="Image viewer and browser for Gnome"
55 HOMEPAGE="http://gthumb.sourceforge.net"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
60 IUSE="gphoto2 iptc raw tiff test"
61
62 # Unknown item missing from deps, gtkunique.
63 RDEPEND=">=dev-libs/glib-2.6
64 >=x11-libs/gtk+-2.10
65 >=dev-libs/libxml2-2.4
66 >=gnome-base/libgnome-2.6
67 >=gnome-base/libgnomeui-2.6
68 >=gnome-base/libgnomecanvas-2.6
69 >=gnome-base/gnome-vfs-2.6
70 >=gnome-base/libglade-2.4
71 >=media-libs/libexif-0.6.13
72 gphoto2? ( >=media-libs/libgphoto2-2.1.3 )
73 iptc? ( >=media-libs/libiptcdata-0.2.1 )
74 >=gnome-base/libbonobo-2.6
75 >=gnome-base/libbonoboui-2.6
76 >=gnome-base/gconf-2.6
77 media-libs/jpeg
78 tiff? ( media-libs/tiff )
79 raw? ( media-libs/libopenraw )"
80 DEPEND="${RDEPEND}
81 x11-proto/inputproto
82 >=dev-util/pkgconfig-0.9.0
83 app-text/scrollkeeper
84 >=dev-util/intltool-0.29
85 app-text/gnome-doc-utils
86 test? ( ~app-text/docbook-xml-dtd-4.1.2 )"
87
88 DOCS="AUTHORS ChangeLog NEWS README"
89
90 pkg_setup() {
91 G2CONF="${G2CONF}
92 $(use_enable gphoto2)
93 $(use_enable raw libopenraw)
94 $(use_enable iptc iptcdata)
95 $(use_enable tiff)"
96 }