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.12.ebuild
Date: Wed, 09 Jan 2008 21:36:21
Message-Id: E1JCiaw-0007Ie-91@stork.gentoo.org
1 eva 08/01/09 21:36:18
2
3 Modified: ChangeLog
4 Added: vte-0.16.12.ebuild
5 Log:
6 bump to 0.16.12
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.189 x11-libs/vte/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.189&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.189&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?r1=1.188&r2=1.189
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v
19 retrieving revision 1.188
20 retrieving revision 1.189
21 diff -u -r1.188 -r1.189
22 --- ChangeLog 22 Dec 2007 15:55:37 -0000 1.188
23 +++ ChangeLog 9 Jan 2008 21:36:17 -0000 1.189
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.188 2007/12/22 15:55:37 eva Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.189 2008/01/09 21:36:17 eva Exp $
30 +
31 +*vte-0.16.12 (09 Jan 2008)
32 +
33 + 09 Jan 2008; Gilles Dartiguelongue <eva@g.o> +vte-0.16.12.ebuild:
34 + bump to 0.16.12
35
36 *vte-0.16.11 (22 Dec 2007)
37
38
39
40
41 1.1 x11-libs/vte/vte-0.16.12.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.16.12.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.16.12.ebuild?rev=1.1&content-type=text/plain
45
46 Index: vte-0.16.12.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/x11-libs/vte/vte-0.16.12.ebuild,v 1.1 2008/01/09 21:36:17 eva Exp $
51
52 inherit eutils gnome2 autotools python
53
54 DESCRIPTION="Gnome terminal widget"
55 HOMEPAGE="http://www.gnome.org/"
56
57 LICENSE="LGPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
60 # pcre is broken in this release
61 IUSE="debug doc python opengl"
62
63 RDEPEND=">=dev-libs/glib-2.9
64 >=x11-libs/gtk+-2.6
65 >=x11-libs/pango-1.1
66 >=media-libs/freetype-2.0.2
67 media-libs/fontconfig
68 sys-libs/ncurses
69 opengl? (
70 virtual/opengl
71 virtual/glu
72 )
73 python? (
74 >=dev-python/pygtk-2.4
75 >=dev-lang/python-2.4.4-r5
76 )
77 x11-libs/libX11
78 virtual/xft"
79
80 DEPEND="${RDEPEND}
81 doc? ( >=dev-util/gtk-doc-1.0 )
82 >=dev-util/intltool-0.35
83 >=dev-util/pkgconfig-0.9
84 sys-devel/gettext"
85
86 DOCS="AUTHORS ChangeLog HACKING NEWS README"
87
88 pkg_setup() {
89 G2CONF="${G2CONF} $(use_enable debug) $(use_enable python)
90 $(use_with opengl glX) --with-xft2 --with-pangox"
91 }
92
93 src_unpack() {
94 gnome2_src_unpack
95
96 epatch "${FILESDIR}/${PN}-0.13.2-no-lazy-bindings.patch"
97 cd "${S}/gnome-pty-helper"
98
99 # eautoreconf will break on systems without gtk-doc
100 eautomake
101 }
102
103 pkg_postinst() {
104 if use python; then
105 python_version
106 python_mod_optimize "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0"
107 fi
108 }
109
110 pkg_postrm() {
111 if use python; then
112 python_version
113 python_mod_cleanup "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0"
114 fi
115 }
116
117
118
119 --
120 gentoo-commits@l.g.o mailing list