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: metadata.xml ChangeLog eog-3.6.2.ebuild eog-3.4.3.ebuild
Date: Wed, 26 Dec 2012 21:50:39
Message-Id: 20121226215023.807692171D@flycatcher.gentoo.org
1 eva 12/12/26 21:50:23
2
3 Modified: metadata.xml ChangeLog
4 Added: eog-3.6.2.ebuild
5 Removed: eog-3.4.3.ebuild
6 Log:
7 Version bump for Gnome 3.6. Clean up old revision. USE=introspection is now global.
8
9 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key C6085806)
10
11 Revision Changes Path
12 1.6 media-gfx/eog/metadata.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog/metadata.xml?rev=1.6&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog/metadata.xml?rev=1.6&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog/metadata.xml?r1=1.5&r2=1.6
17
18 Index: metadata.xml
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-gfx/eog/metadata.xml,v
21 retrieving revision 1.5
22 retrieving revision 1.6
23 diff -u -r1.5 -r1.6
24 --- metadata.xml 16 Aug 2011 19:50:38 -0000 1.5
25 +++ metadata.xml 26 Dec 2012 21:50:23 -0000 1.6
26 @@ -7,8 +7,4 @@
27 Desktop environment. With it, you can view single image files, as well
28 as large image collections.
29 </longdescription>
30 - <use>
31 - <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
32 - for introspection</flag>
33 - </use>
34 </pkgmetadata>
35
36
37
38 1.296 media-gfx/eog/ChangeLog
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog/ChangeLog?rev=1.296&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog/ChangeLog?rev=1.296&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog/ChangeLog?r1=1.295&r2=1.296
43
44 Index: ChangeLog
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v
47 retrieving revision 1.295
48 retrieving revision 1.296
49 diff -u -r1.295 -r1.296
50 --- ChangeLog 27 Oct 2012 08:33:28 -0000 1.295
51 +++ ChangeLog 26 Dec 2012 21:50:23 -0000 1.296
52 @@ -1,6 +1,13 @@
53 # ChangeLog for media-gfx/eog
54 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v 1.295 2012/10/27 08:33:28 tetromino Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v 1.296 2012/12/26 21:50:23 eva Exp $
57 +
58 +*eog-3.6.2 (26 Dec 2012)
59 +
60 + 26 Dec 2012; Gilles Dartiguelongue <eva@g.o> -eog-3.4.3.ebuild,
61 + +eog-3.6.2.ebuild, metadata.xml:
62 + Version bump for Gnome 3.6. Clean up old revision. USE=introspection is now
63 + global.
64
65 27 Oct 2012; Alexandre Rostovtsev <tetromino@g.o> eog-2.32.1.ebuild,
66 +files/eog-2.32.1-gmodule.patch:
67
68
69
70 1.1 media-gfx/eog/eog-3.6.2.ebuild
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog/eog-3.6.2.ebuild?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog/eog-3.6.2.ebuild?rev=1.1&content-type=text/plain
74
75 Index: eog-3.6.2.ebuild
76 ===================================================================
77 # Copyright 1999-2012 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79 # $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-3.6.2.ebuild,v 1.1 2012/12/26 21:50:23 eva Exp $
80
81 EAPI="5"
82 GCONF_DEBUG="yes"
83 GNOME2_LA_PUNT="yes"
84
85 inherit gnome2
86
87 DESCRIPTION="The Eye of GNOME image viewer"
88 HOMEPAGE="http://www.gnome.org/projects/eog/"
89
90 LICENSE="GPL-2+"
91 SLOT="1"
92 IUSE="+exif +introspection +jpeg lcms +svg tiff xmp"
93 KEYWORDS="~amd64 ~x86 ~x86-fbsd"
94
95 REQUIRED_USE="exif? ( jpeg )"
96
97 RDEPEND="
98 >=x11-libs/gtk+-3.3.6:3[introspection,X]
99 >=dev-libs/glib-2.31:2
100 >=dev-libs/libxml2-2:2
101 >=dev-libs/libpeas-0.7.4:=[gtk]
102 >=gnome-base/gnome-desktop-2.91.2:3=
103 >=gnome-base/gsettings-desktop-schemas-2.91.92
104 >=x11-themes/gnome-icon-theme-2.19.1
105 >=x11-misc/shared-mime-info-0.20
106
107 x11-libs/gdk-pixbuf:2[jpeg?,tiff?]
108 x11-libs/libX11
109
110 exif? ( >=media-libs/libexif-0.6.14 )
111 introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
112 jpeg? ( virtual/jpeg:0 )
113 lcms? ( media-libs/lcms:2 )
114 svg? ( >=gnome-base/librsvg-2.36.2:2 )
115 xmp? ( media-libs/exempi:2 )
116 "
117 DEPEND="${RDEPEND}
118 >=dev-util/gtk-doc-am-1.10
119 >=dev-util/intltool-0.40
120 sys-devel/gettext
121 virtual/pkgconfig
122 "
123
124 src_configure() {
125 G2CONF="${G2CONF}
126 $(use_enable introspection)
127 $(use_with jpeg libjpeg)
128 $(use_with exif libexif)
129 $(use_with lcms cms)
130 $(use_with xmp)
131 $(use_with svg librsvg)
132 ITSTOOL=$(type -P true)"
133 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO"
134 gnome2_src_configure
135 }