Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gtkhtml: ChangeLog gtkhtml-3.18.3.ebuild
Date: Tue, 01 Jul 2008 21:54:17
Message-Id: E1KDnnd-0001OZ-27@stork.gentoo.org
1 eva 08/07/01 21:54:09
2
3 Modified: ChangeLog
4 Added: gtkhtml-3.18.3.ebuild
5 Log:
6 bump to 3.18.3. Bug fixes and translation updates.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.157 gnome-extra/gtkhtml/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gtkhtml/ChangeLog?rev=1.157&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gtkhtml/ChangeLog?rev=1.157&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gtkhtml/ChangeLog?r1=1.156&r2=1.157
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/ChangeLog,v
19 retrieving revision 1.156
20 retrieving revision 1.157
21 diff -u -r1.156 -r1.157
22 --- ChangeLog 26 May 2008 20:58:27 -0000 1.156
23 +++ ChangeLog 1 Jul 2008 21:54:08 -0000 1.157
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnome-extra/gtkhtml
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/ChangeLog,v 1.156 2008/05/26 20:58:27 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/ChangeLog,v 1.157 2008/07/01 21:54:08 eva Exp $
29 +
30 +*gtkhtml-3.18.3 (01 Jul 2008)
31 +
32 + 01 Jul 2008; Gilles Dartiguelongue <eva@g.o>
33 + +gtkhtml-3.18.3.ebuild:
34 + bump to 3.18.3. Bug fixes and translation updates.
35
36 *gtkhtml-3.18.2 (26 May 2008)
37
38
39
40
41 1.1 gnome-extra/gtkhtml/gtkhtml-3.18.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-3.18.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-3.18.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gtkhtml-3.18.3.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/gnome-extra/gtkhtml/gtkhtml-3.18.3.ebuild,v 1.1 2008/07/01 21:54:08 eva Exp $
51 EAPI="1"
52
53 inherit gnome2
54
55 DESCRIPTION="Lightweight HTML Rendering/Printing/Editing Engine"
56 HOMEPAGE="http://www.gnome.org/"
57
58 LICENSE="GPL-2 LGPL-2"
59 SLOT="3.14"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
61 IUSE="static"
62
63 RDEPEND=">=x11-libs/gtk+-2.12
64 >=gnome-base/gail-1.1
65 >=x11-themes/gnome-icon-theme-1.2
66 >=gnome-base/libbonobo-2.20.3
67 >=gnome-base/libbonoboui-2.2.4
68 >=gnome-base/libglade-2
69 >=gnome-base/libgnomeui-2
70 >=gnome-base/orbit-2
71 net-libs/libsoup:2.4"
72 DEPEND="${RDEPEND}
73 sys-devel/gettext
74 >=dev-util/intltool-0.35.5
75 >=dev-util/pkgconfig-0.9"
76
77 DOCS="AUTHORS BUGS ChangeLog NEWS README TODO"
78
79 pkg_setup() {
80 ELTCONF="--reverse-deps"
81 G2CONF="$(use_enable static) --enable-file-chooser"
82 }
83
84 src_unpack() {
85 gnome2_src_unpack
86
87 # Fix deprecated API disabling in used glib library - this is not future-proof, bug 210657
88 sed -i -e '/G_DISABLE_DEPRECATED/d' \
89 "${S}/gtkhtml/Makefile.am" "${S}/gtkhtml/Makefile.in" \
90 "${S}/components/html-editor/Makefile.am" "${S}/components/html-editor/Makefile.in"
91
92 sed -i -e 's:-DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DG_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1::g' \
93 "${S}/a11y/Makefile.am" "${S}/a11y/Makefile.in"
94 }
95
96
97
98 --
99 gentoo-commits@l.g.o mailing list