Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/vte: ChangeLog vte-0.16.9.ebuild
Date: Fri, 21 Sep 2007 19:23:03
Message-Id: E1IYnxs-0000gw-7F@stork.gentoo.org
1 leio 07/09/21 19:15:00
2
3 Modified: ChangeLog
4 Added: vte-0.16.9.ebuild
5 Log:
6 Version bump with bug fixes
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.171 x11-libs/vte/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.171&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.171&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?r1=1.170&r2=1.171
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v
19 retrieving revision 1.170
20 retrieving revision 1.171
21 diff -u -r1.170 -r1.171
22 --- ChangeLog 28 Aug 2007 16:49:44 -0000 1.170
23 +++ ChangeLog 21 Sep 2007 19:14:59 -0000 1.171
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-libs/vte
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.170 2007/08/28 16:49:44 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.171 2007/09/21 19:14:59 leio Exp $
29 +
30 +*vte-0.16.9 (21 Sep 2007)
31 +
32 + 21 Sep 2007; Mart Raudsepp <leio@g.o> +vte-0.16.9.ebuild:
33 + Version bump with bug fixes
34
35 28 Aug 2007; Jeroen Roovers <jer@g.o> vte-0.16.6-r1.ebuild:
36 Stable for HPPA (bug #185823).
37
38
39
40 1.1 x11-libs/vte/vte-0.16.9.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.16.9.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.16.9.ebuild?rev=1.1&content-type=text/plain
44
45 Index: vte-0.16.9.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/x11-libs/vte/vte-0.16.9.ebuild,v 1.1 2007/09/21 19:14:59 leio Exp $
50
51 inherit eutils gnome2 autotools
52
53 DESCRIPTION="Gnome terminal widget"
54 HOMEPAGE="http://www.gnome.org/"
55
56 LICENSE="LGPL-2"
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
59 # pcre is broken in this release
60 IUSE="debug doc python opengl"
61
62 RDEPEND=">=dev-libs/glib-2.9
63 >=x11-libs/gtk+-2.6
64 >=x11-libs/pango-1.1
65 >=media-libs/freetype-2.0.2
66 media-libs/fontconfig
67 sys-libs/ncurses
68 opengl? (
69 virtual/opengl
70 virtual/glu
71 )
72 python? (
73 >=dev-python/pygtk-2.4
74 >=dev-lang/python-2.4.4-r5
75 )
76 x11-libs/libX11
77 virtual/xft"
78
79 DEPEND="${RDEPEND}
80 doc? ( >=dev-util/gtk-doc-1.0 )
81 >=dev-util/intltool-0.35
82 >=dev-util/pkgconfig-0.9
83 sys-devel/gettext"
84
85 DOCS="AUTHORS ChangeLog HACKING NEWS README"
86
87 pkg_setup() {
88 G2CONF="$(use_enable debug) $(use_enable python) \
89 $(use_with opengl glX) --with-xft2 --with-pangox"
90 }
91
92 src_unpack() {
93 gnome2_src_unpack
94
95 # Fix LINGUAS handling, remove when upstream fixes their po/Makefile.in.in
96 #intltoolize --force || die
97
98 epatch ${FILESDIR}/${PN}-0.13.2-no-lazy-bindings.patch
99 cd ${S}/gnome-pty-helper
100
101 # eautoreconf will break on systems without gtk-doc
102 eautomake
103 }
104
105
106
107 --
108 gentoo-commits@g.o mailing list