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.2.ebuild
Date: Wed, 31 Oct 2007 00:31:29
Message-Id: E1In1UN-0002V0-5E@stork.gentoo.org
1 eva 07/10/31 00:31:19
2
3 Modified: ChangeLog
4 Added: eog-2.20.2.ebuild
5 Log:
6 bump to 2.20.2
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.181 media-gfx/eog/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/ChangeLog?rev=1.181&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/ChangeLog?rev=1.181&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/ChangeLog?r1=1.180&r2=1.181
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v
19 retrieving revision 1.180
20 retrieving revision 1.181
21 diff -u -r1.180 -r1.181
22 --- ChangeLog 17 Oct 2007 21:42:56 -0000 1.180
23 +++ ChangeLog 31 Oct 2007 00:31:18 -0000 1.181
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.180 2007/10/17 21:42:56 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v 1.181 2007/10/31 00:31:18 eva Exp $
29 +
30 +*eog-2.20.2 (31 Oct 2007)
31 +
32 + 31 Oct 2007; Gilles Dartiguelongue <eva@g.o> +eog-2.20.2.ebuild:
33 + bump to 2.20.2
34
35 *eog-2.20.1 (17 Oct 2007)
36
37
38
39
40 1.1 media-gfx/eog/eog-2.20.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/eog-2.20.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/eog-2.20.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: eog-2.20.2.ebuild
46 ===================================================================
47 # Copyright 1999-2007 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.20.2.ebuild,v 1.1 2007/10/31 00:31:18 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.12
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 >=gnome-base/gnome-common-2.12.0
74 dbus? ( >=dev-libs/dbus-glib-0.71 )
75 jpeg? (
76 >=media-libs/libexif-0.6.14
77 media-libs/jpeg )
78 lcms? ( media-libs/lcms )
79 python? (
80 >=dev-lang/python-2.3
81 >=dev-python/pygobject-2.11.5
82 >=dev-python/pygtk-2.9.7
83 >=dev-python/gnome-python-2.18.2
84 )"
85
86 DEPEND="${RDEPEND}
87 app-text/scrollkeeper
88 >=dev-util/intltool-0.35
89 >=dev-util/pkgconfig-0.17"
90
91 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO"
92
93 pkg_setup() {
94 G2CONF="${G2CONF} $(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-exempi"
100 }
101
102
103
104 --
105 gentoo-commits@g.o mailing list