Gentoo Archives: gentoo-commits

From: "Seemant Kulleen (seemant)" <seemant@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-terms/xterm: ChangeLog xterm-229.ebuild xterm-228.ebuild xterm-225.ebuild xterm-227.ebuild
Date: Fri, 09 Nov 2007 21:30:18
Message-Id: E1IqbQZ-0000fx-LZ@stork.gentoo.org
1 seemant 07/11/09 21:30:11
2
3 Modified: ChangeLog xterm-229.ebuild xterm-228.ebuild
4 xterm-225.ebuild
5 Removed: xterm-227.ebuild
6 Log:
7 Fixed quoting issues, and added xmessage as a dependency, since it is required for uxterm to function. Thanks to drizztbsd@g.o for the note on that. And stabled 229 for sh, arm and s390.
8 (Portage version: 2.1.3.19)
9
10 Revision Changes Path
11 1.220 x11-terms/xterm/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/xterm/ChangeLog?rev=1.220&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/xterm/ChangeLog?rev=1.220&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/xterm/ChangeLog?r1=1.219&r2=1.220
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-terms/xterm/ChangeLog,v
20 retrieving revision 1.219
21 retrieving revision 1.220
22 diff -u -r1.219 -r1.220
23 --- ChangeLog 13 Oct 2007 13:57:02 -0000 1.219
24 +++ ChangeLog 9 Nov 2007 21:30:11 -0000 1.220
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-terms/xterm
27 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/xterm/ChangeLog,v 1.219 2007/10/13 13:57:02 nixnut Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/xterm/ChangeLog,v 1.220 2007/11/09 21:30:11 seemant Exp $
30 +
31 + 09 Nov 2007; Seemant Kulleen <seemant@g.o> xterm-225.ebuild,
32 + -xterm-227.ebuild, xterm-228.ebuild, xterm-229.ebuild:
33 + Fixed quoting issues, and added xmessage as a dependency, since it is
34 + required for uxterm to function. Thanks to drizztbsd@g.o for the note
35 + on that. And stabled 229 for sh, arm, and s390.
36
37 13 Oct 2007; nixnut <nixnut@g.o> xterm-229.ebuild:
38 Stable on ppc wrt bug 194017
39
40
41
42 1.8 x11-terms/xterm/xterm-229.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/xterm/xterm-229.ebuild?rev=1.8&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/xterm/xterm-229.ebuild?rev=1.8&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/xterm/xterm-229.ebuild?r1=1.7&r2=1.8
47
48 Index: xterm-229.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/x11-terms/xterm/xterm-229.ebuild,v
51 retrieving revision 1.7
52 retrieving revision 1.8
53 diff -u -r1.7 -r1.8
54 --- xterm-229.ebuild 13 Oct 2007 13:57:02 -0000 1.7
55 +++ xterm-229.ebuild 9 Nov 2007 21:30:11 -0000 1.8
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2007 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/xterm/xterm-229.ebuild,v 1.7 2007/10/13 13:57:02 nixnut Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/xterm/xterm-229.ebuild,v 1.8 2007/11/09 21:30:11 seemant Exp $
61
62 inherit flag-o-matic
63
64 @@ -10,7 +10,7 @@
65
66 LICENSE="X11"
67 SLOT="0"
68 -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
69 +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
70 IUSE="truetype Xaw3d unicode toolbar paste64"
71
72 RDEPEND="x11-libs/libX11
73 @@ -20,6 +20,7 @@
74 x11-libs/libxkbfile
75 x11-libs/libXft
76 x11-libs/libXaw
77 + x11-apps/xmessage
78 unicode? ( x11-apps/luit )
79 Xaw3d? ( x11-libs/Xaw3d )
80 sys-libs/libutempter"
81 @@ -76,11 +77,11 @@
82 fperms 0755 /usr/bin/xterm
83
84 # restore the navy blue
85 - sed -i "s:blue2$:blue:" ${D}${DEFAULTS_DIR}/XTerm-color
86 + sed -i "s:blue2$:blue:" "${D}"${DEFAULTS_DIR}/XTerm-color
87
88 # Fix for bug #91453 at Thomas Dickey's suggestion:
89 - echo "*allowWindowOps: false" >> ${D}/${DEFAULTS_DIR}/XTerm
90 - echo "*allowWindowOps: false" >> ${D}/${DEFAULTS_DIR}/UXTerm
91 + echo "*allowWindowOps: false" >> "${D}"/${DEFAULTS_DIR}/XTerm
92 + echo "*allowWindowOps: false" >> "${D}"/${DEFAULTS_DIR}/UXTerm
93 }
94
95 pkg_postinst() {
96
97
98
99 1.5 x11-terms/xterm/xterm-228.ebuild
100
101 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/xterm/xterm-228.ebuild?rev=1.5&view=markup
102 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/xterm/xterm-228.ebuild?rev=1.5&content-type=text/plain
103 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/xterm/xterm-228.ebuild?r1=1.4&r2=1.5
104
105 Index: xterm-228.ebuild
106 ===================================================================
107 RCS file: /var/cvsroot/gentoo-x86/x11-terms/xterm/xterm-228.ebuild,v
108 retrieving revision 1.4
109 retrieving revision 1.5
110 diff -u -r1.4 -r1.5
111 --- xterm-228.ebuild 8 Sep 2007 04:15:46 -0000 1.4
112 +++ xterm-228.ebuild 9 Nov 2007 21:30:11 -0000 1.5
113 @@ -1,6 +1,6 @@
114 # Copyright 1999-2007 Gentoo Foundation
115 # Distributed under the terms of the GNU General Public License v2
116 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/xterm/xterm-228.ebuild,v 1.4 2007/09/08 04:15:46 vapier Exp $
117 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/xterm/xterm-228.ebuild,v 1.5 2007/11/09 21:30:11 seemant Exp $
118
119 inherit flag-o-matic
120
121 @@ -20,6 +20,7 @@
122 x11-libs/libxkbfile
123 x11-libs/libXft
124 x11-libs/libXaw
125 + x11-apps/xmessage
126 unicode? ( x11-apps/luit )
127 Xaw3d? ( x11-libs/Xaw3d )
128 sys-libs/libutempter"
129 @@ -76,11 +77,11 @@
130 fperms 0755 /usr/bin/xterm
131
132 # restore the navy blue
133 - sed -i "s:blue2$:blue:" ${D}${DEFAULTS_DIR}/XTerm-color
134 + sed -i "s:blue2$:blue:" "${D}"${DEFAULTS_DIR}/XTerm-color
135
136 # Fix for bug #91453 at Thomas Dickey's suggestion:
137 - echo "*allowWindowOps: false" >> ${D}/${DEFAULTS_DIR}/XTerm
138 - echo "*allowWindowOps: false" >> ${D}/${DEFAULTS_DIR}/UXTerm
139 + echo "*allowWindowOps: false" >> "${D}"/${DEFAULTS_DIR}/XTerm
140 + echo "*allowWindowOps: false" >> "${D}"/${DEFAULTS_DIR}/UXTerm
141 }
142
143 pkg_postinst() {
144
145
146
147 1.10 x11-terms/xterm/xterm-225.ebuild
148
149 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/xterm/xterm-225.ebuild?rev=1.10&view=markup
150 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/xterm/xterm-225.ebuild?rev=1.10&content-type=text/plain
151 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/xterm/xterm-225.ebuild?r1=1.9&r2=1.10
152
153 Index: xterm-225.ebuild
154 ===================================================================
155 RCS file: /var/cvsroot/gentoo-x86/x11-terms/xterm/xterm-225.ebuild,v
156 retrieving revision 1.9
157 retrieving revision 1.10
158 diff -u -r1.9 -r1.10
159 --- xterm-225.ebuild 11 Jun 2007 02:23:13 -0000 1.9
160 +++ xterm-225.ebuild 9 Nov 2007 21:30:11 -0000 1.10
161 @@ -1,6 +1,6 @@
162 # Copyright 1999-2007 Gentoo Foundation
163 # Distributed under the terms of the GNU General Public License v2
164 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/xterm/xterm-225.ebuild,v 1.9 2007/06/11 02:23:13 seemant Exp $
165 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/xterm/xterm-225.ebuild,v 1.10 2007/11/09 21:30:11 seemant Exp $
166
167 inherit flag-o-matic
168
169 @@ -20,6 +20,7 @@
170 x11-libs/libxkbfile
171 x11-libs/libXft
172 x11-libs/libXaw
173 + x11-apps/xmessage
174 unicode? ( x11-apps/luit )
175 Xaw3d? ( x11-libs/Xaw3d )
176 sys-libs/libutempter"
177 @@ -76,11 +77,11 @@
178 fperms 0755 /usr/bin/xterm
179
180 # restore the navy blue
181 - sed -i "s:blue2$:blue:" ${D}${DEFAULTS_DIR}/XTerm-color
182 + sed -i "s:blue2$:blue:" "${D}"${DEFAULTS_DIR}/XTerm-color
183
184 # Fix for bug #91453 at Thomas Dickey's suggestion:
185 - echo "*allowWindowOps: false" >> ${D}/${DEFAULTS_DIR}/XTerm
186 - echo "*allowWindowOps: false" >> ${D}/${DEFAULTS_DIR}/UXTerm
187 + echo "*allowWindowOps: false" >> "${D}"/${DEFAULTS_DIR}/XTerm
188 + echo "*allowWindowOps: false" >> "${D}"/${DEFAULTS_DIR}/UXTerm
189 }
190
191 pkg_postinst() {
192
193
194
195 --
196 gentoo-commits@g.o mailing list