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: vte-0.22.3.ebuild ChangeLog vte-0.20.3.ebuild
Date: Thu, 29 Oct 2009 21:26:56
Message-Id: E1N3cWD-0007Ub-M4@stork.gentoo.org
1 eva 09/10/29 21:26:53
2
3 Modified: ChangeLog
4 Added: vte-0.22.3.ebuild
5 Removed: vte-0.20.3.ebuild
6 Log:
7 New version for GNOME 2.28. Clean up old revision.
8 (Portage version: 2.2_rc46/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.234 x11-libs/vte/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.234&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.234&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?r1=1.233&r2=1.234
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v
20 retrieving revision 1.233
21 retrieving revision 1.234
22 diff -u -r1.233 -r1.234
23 --- ChangeLog 24 Oct 2009 16:22:27 -0000 1.233
24 +++ ChangeLog 29 Oct 2009 21:26:52 -0000 1.234
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-libs/vte
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.233 2009/10/24 16:22:27 nixnut Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.234 2009/10/29 21:26:52 eva Exp $
30 +
31 +*vte-0.22.3 (29 Oct 2009)
32 +
33 + 29 Oct 2009; Gilles Dartiguelongue <eva@g.o> -vte-0.20.3.ebuild,
34 + +vte-0.22.3.ebuild:
35 + New version for GNOME 2.28. Clean up old revision.
36
37 24 Oct 2009; nixnut <nixnut@g.o> vte-0.20.5.ebuild:
38 ppc stable #281427
39
40
41
42 1.1 x11-libs/vte/vte-0.22.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.22.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.22.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: vte-0.22.3.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.22.3.ebuild,v 1.1 2009/10/29 21:26:52 eva Exp $
52
53 EAPI="2"
54
55 inherit gnome2 eutils
56
57 DESCRIPTION="Gnome terminal widget"
58 HOMEPAGE="http://www.gnome.org/"
59
60 LICENSE="LGPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
63 IUSE="debug doc glade python"
64
65 RDEPEND=">=dev-libs/glib-2.18.0
66 >=x11-libs/gtk+-2.14.0
67 >=x11-libs/pango-1.22.0
68 sys-libs/ncurses
69 glade? ( dev-util/glade:3 )
70 python? ( >=dev-python/pygtk-2.4 )
71 x11-libs/libX11
72 x11-libs/libXft"
73
74 DEPEND="${RDEPEND}
75 doc? ( >=dev-util/gtk-doc-1.0 )
76 >=dev-util/intltool-0.35
77 >=dev-util/pkgconfig-0.9
78 sys-devel/gettext"
79
80 DOCS="AUTHORS ChangeLog HACKING NEWS README"
81
82 pkg_setup() {
83 G2CONF="${G2CONF}
84 --disable-deprecation
85 --disable-static
86 $(use_enable debug)
87 $(use_enable glade glade-catalogue)
88 $(use_enable python)"
89 }
90
91 #src_prepare() {
92 # gnome2_src_prepare
93
94 # Fix intltoolize broken file, see upstream #577133
95 # sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in || die "sed failed"
96 #}