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.17.4.ebuild
Date: Fri, 10 Oct 2008 14:08:23
Message-Id: E1KoIfF-0006Bw-8Y@stork.gentoo.org
1 eva 08/10/10 14:08:21
2
3 Modified: ChangeLog
4 Added: vte-0.17.4.ebuild
5 Log:
6 * New version for GNOME 2.24. Mostly bug fixes.
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r8 i686)
8
9 Revision Changes Path
10 1.210 x11-libs/vte/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.210&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.210&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?r1=1.209&r2=1.210
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v
19 retrieving revision 1.209
20 retrieving revision 1.210
21 diff -u -r1.209 -r1.210
22 --- ChangeLog 25 Sep 2008 14:14:51 -0000 1.209
23 +++ ChangeLog 10 Oct 2008 14:08:21 -0000 1.210
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-libs/vte
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.209 2008/09/25 14:14:51 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.210 2008/10/10 14:08:21 eva Exp $
29 +
30 +*vte-0.17.4 (10 Oct 2008)
31 +
32 + 10 Oct 2008; Gilles Dartiguelongue <eva@g.o> +vte-0.17.4.ebuild:
33 + New version for GNOME 2.24. Mostly bug fixes.
34
35 25 Sep 2008; Jeroen Roovers <jer@g.o> vte-0.16.14.ebuild:
36 Stable for HPPA (bug #236971).
37
38
39
40 1.1 x11-libs/vte/vte-0.17.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.17.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.17.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: vte-0.17.4.ebuild
46 ===================================================================
47 # Copyright 1999-2008 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.17.4.ebuild,v 1.1 2008/10/10 14:08:21 eva Exp $
50
51 inherit gnome2
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.14
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}
89 $(use_enable debug)
90 $(use_enable python)
91 $(use_with opengl glX)
92 --with-xft2 --with-pangox"
93 }