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-2.11.1.ebuild
Date: Sun, 16 Sep 2007 12:41:51
Message-Id: E1IWtKM-0008T1-8a@stork.gentoo.org
1 eva 07/09/16 12:34:18
2
3 Modified: ChangeLog
4 Added: gtkhtml-2.11.1.ebuild
5 Log:
6 bump to 2.11.1
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.115 gnome-extra/gtkhtml/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gtkhtml/ChangeLog?rev=1.115&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gtkhtml/ChangeLog?rev=1.115&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gtkhtml/ChangeLog?r1=1.114&r2=1.115
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/ChangeLog,v
19 retrieving revision 1.114
20 retrieving revision 1.115
21 diff -u -r1.114 -r1.115
22 --- ChangeLog 31 Aug 2007 14:27:41 -0000 1.114
23 +++ ChangeLog 16 Sep 2007 12:34:17 -0000 1.115
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnome-extra/gtkhtml
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/ChangeLog,v 1.114 2007/08/31 14:27:41 leio Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/ChangeLog,v 1.115 2007/09/16 12:34:17 eva Exp $
29 +
30 +*gtkhtml-2.11.1 (15 Sep 2007)
31 +
32 + 15 Sep 2007; Gilles Dartiguelongue <eva@g.o>
33 + +gtkhtml-2.11.1.ebuild:
34 + bump to 2.11.1
35
36 *gtkhtml-3.14.3-r1 (31 Aug 2007)
37
38
39
40
41 1.1 gnome-extra/gtkhtml/gtkhtml-2.11.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-2.11.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-2.11.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gtkhtml-2.11.1.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-2.11.1.ebuild,v 1.1 2007/09/16 12:34:17 eva Exp $
51
52 inherit eutils gnome2 versionator autotools
53
54 MY_P="lib${P}"
55 MY_PN="lib${PN}"
56 MY_MAJ_PV="$(get_version_component_range 1-2)"
57
58 DESCRIPTION="a Gtk+ based HTML rendering library"
59 HOMEPAGE="http://www.gnome.org/"
60 SRC_URI="mirror://gnome/sources/${MY_PN}/${MY_MAJ_PV}/${MY_P}.tar.bz2"
61
62 LICENSE="LGPL-2.1 GPL-2"
63 SLOT="2"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
65 IUSE="accessibility test"
66
67 # gnome-vfs is only needed to run testgtkhtml (1/3 tests)
68
69 RDEPEND=">=x11-libs/gtk+-2.4
70 >=dev-libs/libxml2-2.4.16
71 test? ( >=gnome-base/gnome-vfs-2 )
72 accessibility? ( >=gnome-base/gail-1.8 )"
73
74 DEPEND="${RDEPEND}
75 >=dev-util/pkgconfig-0.12.0"
76
77 G2CONF="${G2CONF} $(use_enable accessibility)"
78
79 DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README TODO docs/IDEAS"
80 #MAKEOPTS="${MAKEOPTS} -j1"
81
82 S=${WORKDIR}/${MY_P}
83
84 src_unpack() {
85 gnome2_src_unpack
86
87 if use alpha; then
88 epatch ${FILESDIR}/${MY_PN}-2.2.0-alpha.patch || die
89 fi
90
91 if use x86-fsbd; then
92 # We need a full autoreconf on FreeBSD at least to fix libtool errors.
93 eautoreconf
94 fi
95 }
96
97
98
99 --
100 gentoo-commits@g.o mailing list