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