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.11.ebuild
Date: Sat, 22 Dec 2007 15:56:49
Message-Id: E1J66hO-0006dx-14@stork.gentoo.org
1 eva 07/12/22 15:55:38
2
3 Modified: ChangeLog
4 Added: vte-0.16.11.ebuild
5 Log:
6 bump to 0.16.11
7 (Portage version: 2.1.4_rc10)
8
9 Revision Changes Path
10 1.188 x11-libs/vte/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.188&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.188&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?r1=1.187&r2=1.188
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v
19 retrieving revision 1.187
20 retrieving revision 1.188
21 diff -u -r1.187 -r1.188
22 --- ChangeLog 5 Dec 2007 22:34:33 -0000 1.187
23 +++ ChangeLog 22 Dec 2007 15:55:37 -0000 1.188
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.187 2007/12/05 22:34:33 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.188 2007/12/22 15:55:37 eva Exp $
29 +
30 +*vte-0.16.11 (22 Dec 2007)
31 +
32 + 22 Dec 2007; Gilles Dartiguelongue <eva@g.o> +vte-0.16.11.ebuild:
33 + bump to 0.16.11
34
35 *vte-0.16.10 (05 Dec 2007)
36
37
38
39
40 1.1 x11-libs/vte/vte-0.16.11.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.16.11.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.16.11.ebuild?rev=1.1&content-type=text/plain
44
45 Index: vte-0.16.11.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.11.ebuild,v 1.1 2007/12/22 15:55:37 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="${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