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.34.2.ebuild vte-0.34.0.ebuild vte-0.30.1-r3.ebuild vte-0.28.2-r203.ebuild
Date: Wed, 21 Nov 2012 22:46:36
Message-Id: 20121121224624.89E1D20C65@flycatcher.gentoo.org
1 eva 12/11/21 22:46:24
2
3 Modified: ChangeLog
4 Added: vte-0.34.2.ebuild
5 Removed: vte-0.34.0.ebuild vte-0.30.1-r3.ebuild
6 vte-0.28.2-r203.ebuild
7 Log:
8 Version bump. Clean up old revisions.
9
10 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key C6085806)
11
12 Revision Changes Path
13 1.348 x11-libs/vte/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.348&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.348&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?r1=1.347&r2=1.348
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v
22 retrieving revision 1.347
23 retrieving revision 1.348
24 diff -u -r1.347 -r1.348
25 --- ChangeLog 28 Oct 2012 18:36:31 -0000 1.347
26 +++ ChangeLog 21 Nov 2012 22:46:24 -0000 1.348
27 @@ -1,6 +1,12 @@
28 # ChangeLog for x11-libs/vte
29 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.347 2012/10/28 18:36:31 armin76 Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.348 2012/11/21 22:46:24 eva Exp $
32 +
33 +*vte-0.34.2 (21 Nov 2012)
34 +
35 + 21 Nov 2012; Gilles Dartiguelongue <eva@g.o> -vte-0.28.2-r203.ebuild,
36 + -vte-0.30.1-r3.ebuild, -vte-0.34.0.ebuild, +vte-0.34.2.ebuild:
37 + Version bump. Clean up old revisions.
38
39 28 Oct 2012; Raúl Porcel <armin76@g.o> vte-0.28.2-r204.ebuild:
40 ia64/sh/sparc stable wrt #427802
41
42
43
44 1.1 x11-libs/vte/vte-0.34.2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.34.2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.34.2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: vte-0.34.2.ebuild
50 ===================================================================
51 # Copyright 1999-2012 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.34.2.ebuild,v 1.1 2012/11/21 22:46:24 eva Exp $
54
55 EAPI="4"
56 GCONF_DEBUG="yes"
57 GNOME2_LA_PUNT="yes"
58
59 inherit eutils gnome2
60
61 DESCRIPTION="Library providing a virtual terminal emulator widget."
62 HOMEPAGE="https://live.gnome.org/Terminal/VTE"
63
64 LICENSE="LGPL-2+"
65 SLOT="2.90"
66 IUSE="debug glade +introspection"
67 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
68
69 PDEPEND="x11-libs/gnome-pty-helper"
70 RDEPEND=">=dev-libs/glib-2.31.13:2
71 >=x11-libs/gtk+-3.1.9:3[introspection?]
72 >=x11-libs/pango-1.22.0
73
74 sys-libs/ncurses
75 x11-libs/libX11
76 x11-libs/libXft
77
78 glade? ( >=dev-util/glade-3.9:3.10 )
79 introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
80 DEPEND="${RDEPEND}
81 >=dev-util/intltool-0.35
82 sys-devel/gettext
83 virtual/pkgconfig"
84
85 src_prepare() {
86 # Python bindings are via gobject-introspection
87 # Ex: from gi.repository import Vte
88 # Do not disable gnome-pty-helper, bug #401389
89 G2CONF="${G2CONF}
90 --disable-deprecation
91 --disable-static
92 $(use_enable debug)
93 $(use_enable glade glade-catalogue)
94 $(use_enable introspection)"
95
96 if [[ ${CHOST} == *-interix* ]]; then
97 G2CONF="${G2CONF} --disable-Bsymbolic"
98
99 # interix stropts.h is empty...
100 export ac_cv_header_stropts_h=no
101 fi
102
103 DOCS="AUTHORS ChangeLog HACKING NEWS README"
104
105 # https://bugzilla.gnome.org/show_bug.cgi?id=663779
106 epatch "${FILESDIR}/${PN}-0.30.1-alt-meta.patch"
107
108 gnome2_src_prepare
109 }
110
111 src_install() {
112 gnome2_src_install
113 rm -v "${ED}usr/libexec/gnome-pty-helper" || die
114 }