Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/vte: ChangeLog vte-0.16.10.ebuild
Date: Wed, 05 Dec 2007 22:49:33
Message-Id: E1J02p8-00037P-9A@stork.gentoo.org
1 eva 07/12/05 22:34:34
2
3 Modified: ChangeLog
4 Added: vte-0.16.10.ebuild
5 Log:
6 bump to 0.16.10
7 (Portage version: 2.1.4_rc7)
8
9 Revision Changes Path
10 1.187 x11-libs/vte/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.187&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.187&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?r1=1.186&r2=1.187
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v
19 retrieving revision 1.186
20 retrieving revision 1.187
21 diff -u -r1.186 -r1.187
22 --- ChangeLog 27 Nov 2007 03:42:13 -0000 1.186
23 +++ ChangeLog 5 Dec 2007 22:34:33 -0000 1.187
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.186 2007/11/27 03:42:13 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.187 2007/12/05 22:34:33 eva Exp $
29 +
30 +*vte-0.16.10 (05 Dec 2007)
31 +
32 + 05 Dec 2007; Gilles Dartiguelongue <eva@g.o> +vte-0.16.10.ebuild:
33 + bump to 0.16.10
34
35 27 Nov 2007; Jeroen Roovers <jer@g.o> vte-0.16.9.ebuild:
36 Stable for HPPA (bug #199322).
37
38
39
40 1.1 x11-libs/vte/vte-0.16.10.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.16.10.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.16.10.ebuild?rev=1.1&content-type=text/plain
44
45 Index: vte-0.16.10.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.10.ebuild,v 1.1 2007/12/05 22:34:33 eva Exp $
50
51 inherit eutils gnome2 autotools python
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 epatch "${FILESDIR}/${PN}-0.13.2-no-lazy-bindings.patch"
96 cd "${S}/gnome-pty-helper"
97
98 # eautoreconf will break on systems without gtk-doc
99 eautomake
100 }
101
102 pkg_postinst() {
103 if use python; then
104 python_version
105 python_mod_optimize "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0"
106 fi
107 }
108
109 pkg_postrm() {
110 if use python; then
111 python_version
112 python_mod_cleanup "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0"
113 fi
114 }
115
116
117
118 --
119 gentoo-commits@g.o mailing list