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.8.ebuild
Date: Thu, 03 Jan 2008 20:35:42
Message-Id: E1JAWmq-0007bl-RB@stork.gentoo.org
1 eva 08/01/03 20:35:32
2
3 Modified: ChangeLog
4 Added: gthumb-2.10.8.ebuild
5 Log:
6 bump to 2.10.8
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.81 media-gfx/gthumb/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gthumb/ChangeLog?rev=1.81&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gthumb/ChangeLog?rev=1.81&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gthumb/ChangeLog?r1=1.80&r2=1.81
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v
19 retrieving revision 1.80
20 retrieving revision 1.81
21 diff -u -r1.80 -r1.81
22 --- ChangeLog 17 Dec 2007 21:18:27 -0000 1.80
23 +++ ChangeLog 3 Jan 2008 20:35:32 -0000 1.81
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-gfx/gthumb
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.80 2007/12/17 21:18:27 armin76 Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.81 2008/01/03 20:35:32 eva Exp $
30 +
31 +*gthumb-2.10.8 (03 Jan 2008)
32 +
33 + 03 Jan 2008; Gilles Dartiguelongue <eva@g.o> +gthumb-2.10.8.ebuild:
34 + bump to 2.10.8
35
36 17 Dec 2007; Raúl Porcel <armin76@g.o> gthumb-2.10.7.ebuild:
37 ia64 stable wrt #199799
38
39
40
41 1.1 media-gfx/gthumb/gthumb-2.10.8.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gthumb/gthumb-2.10.8.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gthumb/gthumb-2.10.8.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gthumb-2.10.8.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.8.ebuild,v 1.1 2008/01/03 20:35:32 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="exif gphoto2 iptc raw tiff"
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 exif? ( >=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
87 DOCS="AUTHORS ChangeLog NEWS README"
88
89 pkg_setup() {
90 G2CONF="$(use_enable exif) $(use_enable gphoto2) $(use_enable raw libopenraw)
91 $(use_enable iptc iptcdata) $(use_enable tiff)"
92 }
93
94
95
96 --
97 gentoo-commits@g.o mailing list