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/eog: ChangeLog eog-3.2.2.ebuild
Date: Sun, 27 Nov 2011 18:07:11
Message-Id: 20111127180654.CC9782004B@flycatcher.gentoo.org
1 eva 11/11/27 18:06:54
2
3 Modified: ChangeLog
4 Added: eog-3.2.2.ebuild
5 Log:
6 Version bump. Translation updates.
7
8 (Portage version: 2.2.0_alpha78/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.286 media-gfx/eog/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog/ChangeLog?rev=1.286&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog/ChangeLog?rev=1.286&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog/ChangeLog?r1=1.285&r2=1.286
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v
20 retrieving revision 1.285
21 retrieving revision 1.286
22 diff -u -r1.285 -r1.286
23 --- ChangeLog 3 Nov 2011 05:42:21 -0000 1.285
24 +++ ChangeLog 27 Nov 2011 18:06:54 -0000 1.286
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-gfx/eog
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v 1.285 2011/11/03 05:42:21 tetromino Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v 1.286 2011/11/27 18:06:54 eva Exp $
30 +
31 +*eog-3.2.2 (27 Nov 2011)
32 +
33 + 27 Nov 2011; Gilles Dartiguelongue <eva@g.o> +eog-3.2.2.ebuild:
34 + Version bump. Translation updates.
35
36 *eog-3.2.1 (03 Nov 2011)
37
38
39
40
41 1.1 media-gfx/eog/eog-3.2.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog/eog-3.2.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog/eog-3.2.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: eog-3.2.2.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-3.2.2.ebuild,v 1.1 2011/11/27 18:06:54 eva Exp $
51
52 EAPI="4"
53 GCONF_DEBUG="yes"
54 GNOME2_LA_PUNT="yes"
55
56 inherit gnome2
57
58 DESCRIPTION="The Eye of GNOME image viewer"
59 HOMEPAGE="http://www.gnome.org/projects/eog/"
60
61 LICENSE="GPL-2"
62 SLOT="1"
63 IUSE="doc +exif +introspection +jpeg lcms +svg tiff xmp"
64 KEYWORDS="~amd64 ~x86 ~x86-fbsd"
65
66 RDEPEND=">=x11-libs/gtk+-3.0.2:3[introspection]
67 >=dev-libs/glib-2.29.4:2
68 >=dev-libs/libxml2-2:2
69 >=dev-libs/libpeas-0.7.4[gtk]
70 >=gnome-base/gnome-desktop-2.91.2:3
71 >=gnome-base/gsettings-desktop-schemas-2.91.92
72 >=x11-themes/gnome-icon-theme-2.19.1
73 >=x11-misc/shared-mime-info-0.20
74
75 x11-libs/gdk-pixbuf:2[jpeg?,tiff?]
76 x11-libs/libX11
77
78 exif? (
79 >=media-libs/libexif-0.6.14
80 virtual/jpeg:0 )
81 introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
82 jpeg? ( virtual/jpeg:0 )
83 lcms? ( media-libs/lcms:2 )
84 svg? ( >=gnome-base/librsvg-2.26:2 )
85 xmp? ( media-libs/exempi:2 )"
86
87 DEPEND="${RDEPEND}
88 app-text/gnome-doc-utils
89 sys-devel/gettext
90 >=dev-util/intltool-0.40
91 >=dev-util/pkgconfig-0.17
92 doc? ( >=dev-util/gtk-doc-1.10 )"
93
94 pkg_setup() {
95 G2CONF="${G2CONF}
96 $(use_enable introspection)
97 $(use_with jpeg libjpeg)
98 $(use_with exif libexif)
99 $(use_with lcms cms)
100 $(use_with xmp)
101 $(use_with svg librsvg)
102 --disable-scrollkeeper
103 --disable-schemas-compile"
104 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO"
105 }