Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gtkhtml: ChangeLog gtkhtml-3.30.2.ebuild gtkhtml-3.30.1-r1.ebuild
Date: Wed, 23 Jun 2010 12:39:10
Message-Id: 20100623123846.EFD962CE15@corvid.gentoo.org
1 pacho 10/06/23 12:38:46
2
3 Modified: ChangeLog
4 Added: gtkhtml-3.30.2.ebuild
5 Removed: gtkhtml-3.30.1-r1.ebuild
6 Log:
7 Version bump
8 (Portage version: 2.1.8.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.212 gnome-extra/gtkhtml/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gtkhtml/ChangeLog?rev=1.212&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gtkhtml/ChangeLog?rev=1.212&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gtkhtml/ChangeLog?r1=1.211&r2=1.212
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/ChangeLog,v
20 retrieving revision 1.211
21 retrieving revision 1.212
22 diff -u -r1.211 -r1.212
23 --- ChangeLog 13 Jun 2010 16:06:05 -0000 1.211
24 +++ ChangeLog 23 Jun 2010 12:38:46 -0000 1.212
25 @@ -1,6 +1,14 @@
26 # ChangeLog for gnome-extra/gtkhtml
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/ChangeLog,v 1.211 2010/06/13 16:06:05 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/ChangeLog,v 1.212 2010/06/23 12:38:46 pacho Exp $
30 +
31 +*gtkhtml-3.30.2 (23 Jun 2010)
32 +
33 + 23 Jun 2010; Pacho Ramos <pacho@g.o> -gtkhtml-3.30.1-r1.ebuild,
34 + -files/gtkhtml-3.30.1-crash-attachment.patch,
35 + -files/gtkhtml-3.30.1-crash-table.patch,
36 + -files/gtkhtml-3.30.1-magic-spacebar.patch, +gtkhtml-3.30.2.ebuild:
37 + Version bump with updated translations and fixes, remove old.
38
39 *gtkhtml-3.30.1-r1 (13 Jun 2010)
40
41
42
43
44 1.1 gnome-extra/gtkhtml/gtkhtml-3.30.2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-3.30.2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-3.30.2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gtkhtml-3.30.2.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-3.30.2.ebuild,v 1.1 2010/06/23 12:38:46 pacho Exp $
54
55 EAPI="2"
56 GCONF_DEBUG="no"
57
58 inherit gnome2
59
60 DESCRIPTION="Lightweight HTML Rendering/Printing/Editing Engine"
61 HOMEPAGE="http://www.gnome.org/"
62
63 LICENSE="GPL-2 LGPL-2"
64 SLOT="3.14"
65 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
66 IUSE=""
67
68 # Glade support is disabled, because it's install broken by design:
69 # Install directories for glade are queried from gladeui-1.0.pc which doesn't
70 # take our prefix into account. On the other side, there are maybe 3 to 4
71 # people in the world who really need to install the Glade file, so they can
72 # fix it themselves :)
73
74 # We keep bonobo until we can make sure no apps in tree uses
75 # the old composer code.
76 RDEPEND=">=x11-libs/gtk+-2.18
77 >=x11-themes/gnome-icon-theme-2.22.0
78 >=gnome-base/orbit-2
79 >=app-text/enchant-1.1.7
80 gnome-base/gconf:2
81 >=app-text/iso-codes-0.49
82 >=net-libs/libsoup-2.26.0:2.4"
83 DEPEND="${RDEPEND}
84 sys-devel/gettext
85 >=dev-util/intltool-0.40.0
86 >=dev-util/pkgconfig-0.9"
87
88 DOCS="AUTHORS BUGS ChangeLog NEWS README TODO"
89
90 pkg_setup() {
91 ELTCONF="--reverse-deps"
92 G2CONF="${G2CONF}
93 --disable-static"
94 }
95
96 src_prepare() {
97 gnome2_src_prepare
98
99 # FIXME: Fix compilation flags crazyness
100 sed 's/CFLAGS="$CFLAGS $WARNING_FLAGS"//' \
101 -i configure.ac configure || die "sed 1 failed"
102 sed -i -e 's:-DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DG_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1::g' \
103 a11y/Makefile.am a11y/Makefile.in || die "sed 2 failed"
104 }