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.3.ebuild eog-2.20.0.ebuild eog-2.20.1.ebuild
Date: Wed, 05 Dec 2007 21:03:00
Message-Id: E1J01OP-0002Ty-1T@stork.gentoo.org
1 eva 07/12/05 21:02:53
2
3 Modified: ChangeLog
4 Added: eog-2.20.3.ebuild
5 Removed: eog-2.20.0.ebuild eog-2.20.1.ebuild
6 Log:
7 bump to 2.20.3
8 (Portage version: 2.1.4_rc7)
9
10 Revision Changes Path
11 1.188 media-gfx/eog/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/ChangeLog?rev=1.188&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/ChangeLog?rev=1.188&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/ChangeLog?r1=1.187&r2=1.188
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v
20 retrieving revision 1.187
21 retrieving revision 1.188
22 diff -u -r1.187 -r1.188
23 --- ChangeLog 4 Dec 2007 20:28:11 -0000 1.187
24 +++ ChangeLog 5 Dec 2007 21:02:52 -0000 1.188
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-gfx/eog
27 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v 1.187 2007/12/04 20:28:11 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v 1.188 2007/12/05 21:02:52 eva Exp $
30 +
31 +*eog-2.20.3 (05 Dec 2007)
32 +
33 + 05 Dec 2007; Gilles Dartiguelongue <eva@g.o> -eog-2.20.0.ebuild,
34 + -eog-2.20.1.ebuild, +eog-2.20.3.ebuild:
35 + bump to 2.20.3 and prune old unstable 2.20 releases
36
37 04 Dec 2007; Jeroen Roovers <jer@g.o> eog-2.20.2.ebuild:
38 Stable for HPPA (bug #199740).
39
40
41
42 1.1 media-gfx/eog/eog-2.20.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/eog-2.20.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/eog-2.20.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: eog-2.20.3.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-2.20.3.ebuild,v 1.1 2007/12/05 21:02:52 eva Exp $
52
53 inherit gnome2
54
55 DESCRIPTION="The Eye of GNOME image viewer"
56 HOMEPAGE="http://www.gnome.org/projects/eog/"
57
58 LICENSE="GPL-2"
59 SLOT="1"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
61 IUSE="dbus jpeg lcms python"
62
63 # FIXME: add exempi to the tree ?
64
65 RDEPEND=">=x11-libs/gtk+-2.11.6
66 >=dev-libs/glib-2.12
67 >=gnome-base/gnome-vfs-2.10
68 >=gnome-base/libgnomeui-2.10
69 >=gnome-base/libglade-2.3.6
70 >=gnome-base/gconf-2.5.90
71 >=media-libs/libart_lgpl-2.3.16
72 >=gnome-base/gnome-desktop-2.10
73 >=x11-themes/gnome-icon-theme-2.19.1
74 >=x11-misc/shared-mime-info-0.20
75 >=gnome-base/gnome-common-2.12.0
76 dbus? ( >=dev-libs/dbus-glib-0.71 )
77 jpeg? (
78 >=media-libs/libexif-0.6.14
79 media-libs/jpeg )
80 lcms? ( media-libs/lcms )
81 python? (
82 >=dev-lang/python-2.3
83 >=dev-python/pygobject-2.11.5
84 >=dev-python/pygtk-2.9.7
85 >=dev-python/gnome-python-2.18.2
86 )"
87
88 DEPEND="${RDEPEND}
89 app-text/scrollkeeper
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} $(use_with jpeg libjpeg) \
97 $(use_with jpeg libexif) \
98 $(use_with dbus dbus-glib-1) \
99 $(use_with lcms cms) \
100 $(use_with python) \
101 --disable-exempi"
102 }
103
104
105
106 --
107 gentoo-commits@g.o mailing list