Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/vte: vte-0.28.2-r203.ebuild vte-0.32.2.ebuild ChangeLog
Date: Mon, 30 Jul 2012 13:52:11
Message-Id: 20120730135156.B22122004C@flycatcher.gentoo.org
1 ottxor 12/07/30 13:51:56
2
3 Modified: vte-0.28.2-r203.ebuild vte-0.32.2.ebuild ChangeLog
4 Log:
5 added prefix support (bug #428564)
6
7 (Portage version: 2.2.0_alpha120/cvs/Linux i686)
8
9 Revision Changes Path
10 1.11 x11-libs/vte/vte-0.28.2-r203.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.28.2-r203.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.28.2-r203.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.28.2-r203.ebuild?r1=1.10&r2=1.11
15
16 Index: vte-0.28.2-r203.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.28.2-r203.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- vte-0.28.2-r203.ebuild 15 Jul 2012 18:42:48 -0000 1.10
23 +++ vte-0.28.2-r203.ebuild 30 Jul 2012 13:51:56 -0000 1.11
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.28.2-r203.ebuild,v 1.10 2012/07/15 18:42:48 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.28.2-r203.ebuild,v 1.11 2012/07/30 13:51:56 ottxor Exp $
29
30 EAPI="4"
31 GCONF_DEBUG="yes"
32 @@ -14,7 +14,7 @@
33
34 LICENSE="LGPL-2"
35 SLOT="0"
36 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-linux"
37 +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-linux ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
38 IUSE="debug doc glade +introspection python"
39
40 PDEPEND="x11-libs/gnome-pty-helper"
41 @@ -46,6 +46,14 @@
42 $(use_enable introspection)
43 $(use_enable python)
44 --with-gtk=2.0"
45 +
46 + if [[ ${CHOST} == *-interix* ]]; then
47 + G2CONF="${G2CONF} --disable-Bsymbolic"
48 +
49 + # interix stropts.h is empty...
50 + export ac_cv_header_stropts_h=no
51 + fi
52 +
53 DOCS="AUTHORS ChangeLog HACKING NEWS README"
54 if use python; then
55 python_set_active_version 2
56 @@ -56,6 +64,8 @@
57 src_prepare() {
58 # https://bugzilla.gnome.org/show_bug.cgi?id=663779
59 epatch "${FILESDIR}/${PN}-0.30.1-alt-meta.patch"
60 + # https://bugzilla.gnome.org/show_bug.cgi?id=652290
61 + epatch "${FILESDIR}"/${PN}-0.28.2-interix.patch
62
63 gnome2_src_prepare
64 }
65
66
67
68 1.2 x11-libs/vte/vte-0.32.2.ebuild
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.32.2.ebuild?rev=1.2&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.32.2.ebuild?rev=1.2&content-type=text/plain
72 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.32.2.ebuild?r1=1.1&r2=1.2
73
74 Index: vte-0.32.2.ebuild
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.32.2.ebuild,v
77 retrieving revision 1.1
78 retrieving revision 1.2
79 diff -u -r1.1 -r1.2
80 --- vte-0.32.2.ebuild 16 Jun 2012 10:48:27 -0000 1.1
81 +++ vte-0.32.2.ebuild 30 Jul 2012 13:51:56 -0000 1.2
82 @@ -1,6 +1,6 @@
83 # Copyright 1999-2012 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.32.2.ebuild,v 1.1 2012/06/16 10:48:27 pacho Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.32.2.ebuild,v 1.2 2012/07/30 13:51:56 ottxor Exp $
87
88 EAPI="4"
89 GCONF_DEBUG="yes"
90 @@ -13,7 +13,7 @@
91
92 LICENSE="LGPL-2"
93 SLOT="2.90"
94 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
95 +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~alpha"
96 IUSE="debug doc glade +introspection"
97
98 PDEPEND="x11-libs/gnome-pty-helper"
99 @@ -43,6 +43,14 @@
100 $(use_enable debug)
101 $(use_enable glade glade-catalogue)
102 $(use_enable introspection)"
103 +
104 + if [[ ${CHOST} == *-interix* ]]; then
105 + G2CONF="${G2CONF} --disable-Bsymbolic"
106 +
107 + # interix stropts.h is empty...
108 + export ac_cv_header_stropts_h=no
109 + fi
110 +
111 DOCS="AUTHORS ChangeLog HACKING NEWS README"
112 }
113
114
115
116
117 1.329 x11-libs/vte/ChangeLog
118
119 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.329&view=markup
120 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.329&content-type=text/plain
121 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?r1=1.328&r2=1.329
122
123 Index: ChangeLog
124 ===================================================================
125 RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v
126 retrieving revision 1.328
127 retrieving revision 1.329
128 diff -u -r1.328 -r1.329
129 --- ChangeLog 15 Jul 2012 18:42:48 -0000 1.328
130 +++ ChangeLog 30 Jul 2012 13:51:56 -0000 1.329
131 @@ -1,6 +1,10 @@
132 # ChangeLog for x11-libs/vte
133 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
134 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.328 2012/07/15 18:42:48 armin76 Exp $
135 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.329 2012/07/30 13:51:56 ottxor Exp $
136 +
137 + 30 Jul 2012; Christoph Junghans <ottxor@g.o>
138 + +files/vte-0.28.2-interix.patch, vte-0.28.2-r203.ebuild, vte-0.32.2.ebuild:
139 + added prefix support (bug #428564)
140
141 15 Jul 2012; Raúl Porcel <armin76@g.o> vte-0.28.2-r203.ebuild:
142 alpha/ia64/sh/sparc stable wrt #410611