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-2.22.0.ebuild
Date: Sat, 22 Mar 2008 23:27:10
Message-Id: E1JdD7D-00058b-Db@stork.gentoo.org
1 eva 08/03/22 23:27:07
2
3 Modified: ChangeLog
4 Added: eog-2.22.0.ebuild
5 Log:
6 New version for GNOME-2.22. Uses GIO, performance and GUI improvments.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.196 media-gfx/eog/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/ChangeLog?rev=1.196&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/ChangeLog?rev=1.196&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/ChangeLog?r1=1.195&r2=1.196
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v
19 retrieving revision 1.195
20 retrieving revision 1.196
21 diff -u -r1.195 -r1.196
22 --- ChangeLog 4 Feb 2008 04:06:45 -0000 1.195
23 +++ ChangeLog 22 Mar 2008 23:27:06 -0000 1.196
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-gfx/eog
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v 1.195 2008/02/04 04:06:45 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v 1.196 2008/03/22 23:27:06 eva Exp $
29 +
30 +*eog-2.22.0 (22 Mar 2008)
31 +
32 + 22 Mar 2008; Gilles Dartiguelongue <eva@g.o> +eog-2.22.0.ebuild:
33 + New version for GNOME-2.22. Uses GIO, performance and GUI improvments.
34
35 04 Feb 2008; Jeroen Roovers <jer@g.o> eog-2.20.4.ebuild:
36 Stable for HPPA (bug #208366).
37
38
39
40 1.1 media-gfx/eog/eog-2.22.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/eog-2.22.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/eog-2.22.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: eog-2.22.0.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-2.22.0.ebuild,v 1.1 2008/03/22 23:27:06 eva Exp $
50
51 inherit gnome2
52
53 DESCRIPTION="The Eye of GNOME image viewer"
54 HOMEPAGE="http://www.gnome.org/projects/eog/"
55
56 LICENSE="GPL-2"
57 SLOT="1"
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
59 IUSE="dbus jpeg lcms python"
60
61 # FIXME: add exempi to the tree ?
62
63 RDEPEND=">=x11-libs/gtk+-2.11.6
64 >=dev-libs/glib-2.15.3
65 >=gnome-base/gnome-vfs-2.10
66 >=gnome-base/libgnomeui-2.10
67 >=gnome-base/libglade-2.3.6
68 >=gnome-base/gconf-2.5.90
69 >=media-libs/libart_lgpl-2.3.16
70 >=gnome-base/gnome-desktop-2.10
71 >=x11-themes/gnome-icon-theme-2.19.1
72 >=x11-misc/shared-mime-info-0.20
73 dbus? ( >=dev-libs/dbus-glib-0.71 )
74 jpeg? (
75 >=media-libs/libexif-0.6.14
76 media-libs/jpeg )
77 lcms? ( media-libs/lcms )
78 python? (
79 >=dev-lang/python-2.3
80 >=dev-python/pygobject-2.11.5
81 >=dev-python/pygtk-2.9.7
82 >=dev-python/gnome-python-2.18.2
83 )"
84 DEPEND="${RDEPEND}
85 app-text/gnome-doc-utils
86 sys-devel/gettext
87 >=dev-util/intltool-0.35
88 >=dev-util/pkgconfig-0.17"
89
90 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO"
91
92 pkg_setup() {
93 G2CONF="${G2CONF}
94 $(use_with jpeg libjpeg)
95 $(use_with jpeg libexif)
96 $(use_with dbus dbus-glib-1)
97 $(use_with lcms cms)
98 $(use_with python)
99 --disable-xmp
100 --disable-scrollkeeper"
101 }
102
103
104
105 --
106 gentoo-commits@l.g.o mailing list