Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 75670 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- pym/output.py
0
++ pym/output.py
Lines 5-10 Link Here
5
5
6
import os,sys,re
6
import os,sys,re
7
7
8
import portage
9
8
havecolor=1
10
havecolor=1
9
dotitles=1
11
dotitles=1
10
12
Lines 99-105 Link Here
99
		if (myt in legal_terms) or myt.startswith("xterm") or myt.startswith("screen"):
101
		if (myt in legal_terms) or myt.startswith("xterm") or myt.startswith("screen"):
100
			sys.stderr.write("\x1b]2;"+str(mystr)+"\x07")
102
			sys.stderr.write("\x1b]2;"+str(mystr)+"\x07")
101
			sys.stderr.flush()
103
			sys.stderr.flush()
102
		if (myt.startswith("screen")):
104
		if (myt.startswith("screen") and ("screentitle" in portage.features)):
103
			sys.stderr.write("\x1bk"+str(mystr)+"\x1b\\")
105
			sys.stderr.write("\x1bk"+str(mystr)+"\x1b\\")
104
			sys.stderr.flush()
106
			sys.stderr.flush()
105
107
(-)cnf/make.conf (-3 / +4 lines)
Lines 290-295 Link Here
290
#                after a merge -- for debugging purposes only. 
290
#                after a merge -- for debugging purposes only. 
291
#  'nostrip'     prevents the stripping of binaries.
291
#  'nostrip'     prevents the stripping of binaries.
292
#  'notitles'    disables xterm titlebar updates (which contain status info). 
292
#  'notitles'    disables xterm titlebar updates (which contain status info). 
293
#  'screentitle' enables screen title updates (if notitles is not set)
293
#  'sandbox'     enables sandboxing when running emerge and ebuild.
294
#  'sandbox'     enables sandboxing when running emerge and ebuild.
294
#  'strict'      causes portage to react strongly to conditions that are
295
#  'strict'      causes portage to react strongly to conditions that are
295
#                potentially dangerous, like missing/incorrect Manifest files.
296
#                potentially dangerous, like missing/incorrect Manifest files.
Lines 297-303 Link Here
297
#                as a security measure.  As a side effect this can remove 
298
#                as a security measure.  As a side effect this can remove 
298
#                sandbox access violations for users. 
299
#                sandbox access violations for users. 
299
#  'usersandbox' enables sandboxing while portage is running under userpriv.
300
#  'usersandbox' enables sandboxing while portage is running under userpriv.
300
#FEATURES="sandbox buildpkg ccache distcc userpriv usersandbox notitles noclean noauto cvs keeptemp keepwork autoaddcvs"
301
#FEATURES="sandbox buildpkg ccache distcc userpriv usersandbox notitles screentitle noclean noauto cvs keeptemp keepwork autoaddcvs"
301
#FEATURES="sandbox ccache distcc distlocks autoaddcvs"
302
#FEATURES="sandbox ccache distcc distlocks autoaddcvs"
302
#
303
#
303
# CCACHE_SIZE sets the space use limitations for ccache. The default size is
304
# CCACHE_SIZE sets the space use limitations for ccache. The default size is
304
-- cnf/make.conf.alpha
Lines 276-281 Link Here
276
#                after a merge -- for debugging purposes only. 
276
#                after a merge -- for debugging purposes only. 
277
#  'nostrip'     prevents the stripping of binaries.
277
#  'nostrip'     prevents the stripping of binaries.
278
#  'notitles'    disables xterm titlebar updates (which contain status info). 
278
#  'notitles'    disables xterm titlebar updates (which contain status info). 
279
#  'screentitle' enables screen title updates (if notitles is not set)
279
#  'sandbox'     enables sandboxing when running emerge and ebuild.
280
#  'sandbox'     enables sandboxing when running emerge and ebuild.
280
#  'strict'      causes portage to react strongly to conditions that are
281
#  'strict'      causes portage to react strongly to conditions that are
281
#                potentially dangerous, like missing/incorrect Manifest files.
282
#                potentially dangerous, like missing/incorrect Manifest files.
Lines 283-289 Link Here
283
#                as a security measure.  As a side effect this can remove 
284
#                as a security measure.  As a side effect this can remove 
284
#                sandbox access violations for users. 
285
#                sandbox access violations for users. 
285
#  'usersandbox' enables sandboxing while portage is running under userpriv.
286
#  'usersandbox' enables sandboxing while portage is running under userpriv.
286
#FEATURES="sandbox buildpkg ccache distcc userpriv usersandbox notitles noclean noauto cvs keeptemp keepwork autoaddcvs"
287
#FEATURES="sandbox buildpkg ccache distcc userpriv usersandbox notitles screentitle noclean noauto cvs keeptemp keepwork autoaddcvs"
287
#FEATURES="sandbox ccache distcc distlocks autoaddcvs"
288
#FEATURES="sandbox ccache distcc distlocks autoaddcvs"
288
#
289
#
289
# CCACHE_SIZE sets the space use limitations for ccache. The default size is
290
# CCACHE_SIZE sets the space use limitations for ccache. The default size is
(-)cnf/make.conf.amd64 (-1 / +2 lines)
Lines 287-292 Link Here
287
#                after a merge -- for debugging purposes only. 
287
#                after a merge -- for debugging purposes only. 
288
#  'nostrip'     prevents the stripping of binaries.
288
#  'nostrip'     prevents the stripping of binaries.
289
#  'notitles'    disables xterm titlebar updates (which contain status info). 
289
#  'notitles'    disables xterm titlebar updates (which contain status info). 
290
#  'screentitle' enables screen title updates (if notitles is not set)
290
#  'sandbox'     enables sandboxing when running emerge and ebuild.
291
#  'sandbox'     enables sandboxing when running emerge and ebuild.
291
#  'strict'      causes portage to react strongly to conditions that are
292
#  'strict'      causes portage to react strongly to conditions that are
292
#                potentially dangerous, like missing/incorrect Manifest files.
293
#                potentially dangerous, like missing/incorrect Manifest files.
Lines 294-300 Link Here
294
#                as a security measure.  As a side effect this can remove 
295
#                as a security measure.  As a side effect this can remove 
295
#                sandbox access violations for users. 
296
#                sandbox access violations for users. 
296
#  'usersandbox' enables sandboxing while portage is running under userpriv.
297
#  'usersandbox' enables sandboxing while portage is running under userpriv.
297
#FEATURES="sandbox buildpkg ccache distcc userpriv usersandbox notitles noclean noauto cvs keeptemp keepwork autoaddcvs"
298
#FEATURES="sandbox buildpkg ccache distcc userpriv usersandbox notitles screentitle noclean noauto cvs keeptemp keepwork autoaddcvs"
298
#FEATURES="sandbox ccache distcc distlocks autoaddcvs"
299
#FEATURES="sandbox ccache distcc distlocks autoaddcvs"
299
#
300
#
300
# CCACHE_SIZE sets the space use limitations for ccache. The default size is
301
# CCACHE_SIZE sets the space use limitations for ccache. The default size is
(-)cnf/make.conf.arm (-1 / +2 lines)
Lines 284-289 Link Here
284
#                after a merge -- for debugging purposes only. 
284
#                after a merge -- for debugging purposes only. 
285
#  'nostrip'     prevents the stripping of binaries.
285
#  'nostrip'     prevents the stripping of binaries.
286
#  'notitles'    disables xterm titlebar updates (which contain status info). 
286
#  'notitles'    disables xterm titlebar updates (which contain status info). 
287
#  'screentitle' enables screen title updates (if notitles is not set)
287
#  'sandbox'     enables sandboxing when running emerge and ebuild.
288
#  'sandbox'     enables sandboxing when running emerge and ebuild.
288
#  'strict'      causes portage to react strongly to conditions that are
289
#  'strict'      causes portage to react strongly to conditions that are
289
#                potentially dangerous, like missing/incorrect Manifest files.
290
#                potentially dangerous, like missing/incorrect Manifest files.
Lines 291-297 Link Here
291
#                as a security measure.  As a side effect this can remove 
292
#                as a security measure.  As a side effect this can remove 
292
#                sandbox access violations for users. 
293
#                sandbox access violations for users. 
293
#  'usersandbox' enables sandboxing while portage is running under userpriv.
294
#  'usersandbox' enables sandboxing while portage is running under userpriv.
294
#FEATURES="sandbox buildpkg ccache distcc userpriv usersandbox notitles noclean noauto cvs keeptemp keepwork autoaddcvs"
295
#FEATURES="sandbox buildpkg ccache distcc userpriv usersandbox notitles screentitle noclean noauto cvs keeptemp keepwork autoaddcvs"
295
#FEATURES="sandbox ccache distcc distlocks autoaddcvs"
296
#FEATURES="sandbox ccache distcc distlocks autoaddcvs"
296
#
297
#
297
# CCACHE_SIZE sets the space use limitations for ccache. The default size is
298
# CCACHE_SIZE sets the space use limitations for ccache. The default size is
(-)cnf/make.conf.hppa (-1 / +2 lines)
Lines 293-298 Link Here
293
#                after a merge -- for debugging purposes only. 
293
#                after a merge -- for debugging purposes only. 
294
#  'nostrip'     prevents the stripping of binaries.
294
#  'nostrip'     prevents the stripping of binaries.
295
#  'notitles'    disables xterm titlebar updates (which contain status info). 
295
#  'notitles'    disables xterm titlebar updates (which contain status info). 
296
#  'screentitle' enables screen title updates (if notitles is not set)
296
#  'sandbox'     enables sandboxing when running emerge and ebuild.
297
#  'sandbox'     enables sandboxing when running emerge and ebuild.
297
#  'strict'      causes portage to react strongly to conditions that are
298
#  'strict'      causes portage to react strongly to conditions that are
298
#                potentially dangerous, like missing/incorrect Manifest files.
299
#                potentially dangerous, like missing/incorrect Manifest files.
Lines 300-306 Link Here
300
#                as a security measure.  As a side effect this can remove 
301
#                as a security measure.  As a side effect this can remove 
301
#                sandbox access violations for users. 
302
#                sandbox access violations for users. 
302
#  'usersandbox' enables sandboxing while portage is running under userpriv.
303
#  'usersandbox' enables sandboxing while portage is running under userpriv.
303
#FEATURES="sandbox buildpkg ccache distcc userpriv usersandbox notitles noclean noauto cvs keeptemp keepwork autoaddcvs"
304
#FEATURES="sandbox buildpkg ccache distcc userpriv usersandbox notitles screentitle noclean noauto cvs keeptemp keepwork autoaddcvs"
304
#FEATURES="sandbox ccache distcc distlocks autoaddcvs"
305
#FEATURES="sandbox ccache distcc distlocks autoaddcvs"
305
#
306
#
306
# CCACHE_SIZE sets the space use limitations for ccache. The default size is
307
# CCACHE_SIZE sets the space use limitations for ccache. The default size is
(-)cnf/make.conf.ia64 (-1 / +2 lines)
Lines 255-260 Link Here
255
#                after a merge -- for debugging purposes only. 
255
#                after a merge -- for debugging purposes only. 
256
#  'nostrip'     prevents the stripping of binaries.
256
#  'nostrip'     prevents the stripping of binaries.
257
#  'notitles'    disables xterm titlebar updates (which contain status info). 
257
#  'notitles'    disables xterm titlebar updates (which contain status info). 
258
#  'screentitle' enables screen title updates (if notitles is not set)
258
#  'sandbox'     enables sandboxing when running emerge and ebuild.
259
#  'sandbox'     enables sandboxing when running emerge and ebuild.
259
#  'strict'      causes portage to react strongly to conditions that are
260
#  'strict'      causes portage to react strongly to conditions that are
260
#                potentially dangerous, like missing/incorrect Manifest files.
261
#                potentially dangerous, like missing/incorrect Manifest files.
Lines 262-268 Link Here
262
#                as a security measure.  As a side effect this can remove 
263
#                as a security measure.  As a side effect this can remove 
263
#                sandbox access violations for users. 
264
#                sandbox access violations for users. 
264
#  'usersandbox' enables sandboxing while portage is running under userpriv.
265
#  'usersandbox' enables sandboxing while portage is running under userpriv.
265
#FEATURES="sandbox buildpkg ccache distcc userpriv usersandbox notitles noclean noauto cvs keeptemp keepwork autoaddcvs"
266
#FEATURES="sandbox buildpkg ccache distcc userpriv usersandbox notitles screentitle noclean noauto cvs keeptemp keepwork autoaddcvs"
266
#FEATURES="sandbox ccache distcc distlocks autoaddcvs"
267
#FEATURES="sandbox ccache distcc distlocks autoaddcvs"
267
#
268
#
268
# CCACHE_SIZE sets the space use limitations for ccache. The default size is
269
# CCACHE_SIZE sets the space use limitations for ccache. The default size is
(-)cnf/make.conf.mips (-1 / +2 lines)
Lines 273-278 Link Here
273
#                after a merge -- for debugging purposes only. 
273
#                after a merge -- for debugging purposes only. 
274
#  'nostrip'     prevents the stripping of binaries.
274
#  'nostrip'     prevents the stripping of binaries.
275
#  'notitles'    disables xterm titlebar updates (which contain status info). 
275
#  'notitles'    disables xterm titlebar updates (which contain status info). 
276
#  'screentitle' enables screen title updates (if notitles is not set)
276
#  'sandbox'     enables sandboxing when running emerge and ebuild.
277
#  'sandbox'     enables sandboxing when running emerge and ebuild.
277
#  'strict'      causes portage to react strongly to conditions that are
278
#  'strict'      causes portage to react strongly to conditions that are
278
#                potentially dangerous, like missing/incorrect Manifest files.
279
#                potentially dangerous, like missing/incorrect Manifest files.
Lines 280-286 Link Here
280
#                as a security measure.  As a side effect this can remove 
281
#                as a security measure.  As a side effect this can remove 
281
#                sandbox access violations for users. 
282
#                sandbox access violations for users. 
282
#  'usersandbox' enables sandboxing while portage is running under userpriv.
283
#  'usersandbox' enables sandboxing while portage is running under userpriv.
283
#FEATURES="sandbox buildpkg ccache distcc userpriv usersandbox notitles noclean noauto cvs keeptemp keepwork autoaddcvs"
284
#FEATURES="sandbox buildpkg ccache distcc userpriv usersandbox notitles screentitle noclean noauto cvs keeptemp keepwork autoaddcvs"
284
#FEATURES="sandbox ccache distcc distlocks autoaddcvs"
285
#FEATURES="sandbox ccache distcc distlocks autoaddcvs"
285
#
286
#
286
# CCACHE_SIZE sets the space use limitations for ccache. The default size is
287
# CCACHE_SIZE sets the space use limitations for ccache. The default size is
(-)cnf/make.conf.ppc (-1 / +2 lines)
Lines 306-311 Link Here
306
#                after a merge -- for debugging purposes only. 
306
#                after a merge -- for debugging purposes only. 
307
#  'nostrip'     prevents the stripping of binaries.
307
#  'nostrip'     prevents the stripping of binaries.
308
#  'notitles'    disables xterm titlebar updates (which contain status info). 
308
#  'notitles'    disables xterm titlebar updates (which contain status info). 
309
#  'screentitle' enables screen title updates (if notitles is not set)
309
#  'sandbox'     enables sandboxing when running emerge and ebuild.
310
#  'sandbox'     enables sandboxing when running emerge and ebuild.
310
#  'strict'      causes portage to react strongly to conditions that are
311
#  'strict'      causes portage to react strongly to conditions that are
311
#                potentially dangerous, like missing/incorrect Manifest files.
312
#                potentially dangerous, like missing/incorrect Manifest files.
Lines 313-319 Link Here
313
#                as a security measure.  As a side effect this can remove 
314
#                as a security measure.  As a side effect this can remove 
314
#                sandbox access violations for users. 
315
#                sandbox access violations for users. 
315
#  'usersandbox' enables sandboxing while portage is running under userpriv.
316
#  'usersandbox' enables sandboxing while portage is running under userpriv.
316
#FEATURES="sandbox buildpkg ccache distcc userpriv usersandbox notitles noclean noauto cvs keeptemp keepwork autoaddcvs"
317
#FEATURES="sandbox buildpkg ccache distcc userpriv usersandbox notitles screentitle noclean noauto cvs keeptemp keepwork autoaddcvs"
317
#FEATURES="sandbox ccache distcc distlocks autoaddcvs"
318
#FEATURES="sandbox ccache distcc distlocks autoaddcvs"
318
#
319
#
319
# CCACHE_SIZE sets the space use limitations for ccache. The default size is
320
# CCACHE_SIZE sets the space use limitations for ccache. The default size is
(-)cnf/make.conf.ppc64 (-1 / +2 lines)
Lines 291-296 Link Here
291
#                after a merge -- for debugging purposes only. 
291
#                after a merge -- for debugging purposes only. 
292
#  'nostrip'     prevents the stripping of binaries.
292
#  'nostrip'     prevents the stripping of binaries.
293
#  'notitles'    disables xterm titlebar updates (which contain status info). 
293
#  'notitles'    disables xterm titlebar updates (which contain status info). 
294
#  'screentitle' enables screen title updates (if notitles is not set)
294
#  'sandbox'     enables sandboxing when running emerge and ebuild.
295
#  'sandbox'     enables sandboxing when running emerge and ebuild.
295
#  'strict'      causes portage to react strongly to conditions that are
296
#  'strict'      causes portage to react strongly to conditions that are
296
#                potentially dangerous, like missing/incorrect Manifest files.
297
#                potentially dangerous, like missing/incorrect Manifest files.
Lines 298-304 Link Here
298
#                as a security measure.  As a side effect this can remove 
299
#                as a security measure.  As a side effect this can remove 
299
#                sandbox access violations for users. 
300
#                sandbox access violations for users. 
300
#  'usersandbox' enables sandboxing while portage is running under userpriv.
301
#  'usersandbox' enables sandboxing while portage is running under userpriv.
301
#FEATURES="sandbox buildpkg ccache distcc userpriv usersandbox notitles noclean noauto cvs keeptemp keepwork autoaddcvs"
302
#FEATURES="sandbox buildpkg ccache distcc userpriv usersandbox notitles screentitle noclean noauto cvs keeptemp keepwork autoaddcvs"
302
#FEATURES="sandbox ccache distcc distlocks autoaddcvs"
303
#FEATURES="sandbox ccache distcc distlocks autoaddcvs"
303
#
304
#
304
# CCACHE_SIZE sets the space use limitations for ccache. The default size is
305
# CCACHE_SIZE sets the space use limitations for ccache. The default size is
(-)cnf/make.conf.sparc (-1 / +2 lines)
Lines 291-296 Link Here
291
#                after a merge -- for debugging purposes only. 
291
#                after a merge -- for debugging purposes only. 
292
#  'nostrip'     prevents the stripping of binaries.
292
#  'nostrip'     prevents the stripping of binaries.
293
#  'notitles'    disables xterm titlebar updates (which contain status info). 
293
#  'notitles'    disables xterm titlebar updates (which contain status info). 
294
#  'screentitle' enables screen title updates (if notitles is not set)
294
#  'sandbox'     enables sandboxing when running emerge and ebuild.
295
#  'sandbox'     enables sandboxing when running emerge and ebuild.
295
#  'strict'      causes portage to react strongly to conditions that are
296
#  'strict'      causes portage to react strongly to conditions that are
296
#                potentially dangerous, like missing/incorrect Manifest files.
297
#                potentially dangerous, like missing/incorrect Manifest files.
Lines 298-304 Link Here
298
#                as a security measure.  As a side effect this can remove 
299
#                as a security measure.  As a side effect this can remove 
299
#                sandbox access violations for users. 
300
#                sandbox access violations for users. 
300
#  'usersandbox' enables sandboxing while portage is running under userpriv.
301
#  'usersandbox' enables sandboxing while portage is running under userpriv.
301
#FEATURES="sandbox buildpkg ccache distcc userpriv usersandbox notitles noclean noauto cvs keeptemp keepwork autoaddcvs"
302
#FEATURES="sandbox buildpkg ccache distcc userpriv usersandbox notitles screentitle noclean noauto cvs keeptemp keepwork autoaddcvs"
302
#FEATURES="sandbox ccache distcc distlocks autoaddcvs"
303
#FEATURES="sandbox ccache distcc distlocks autoaddcvs"
303
#
304
#
304
# CCACHE_SIZE sets the space use limitations for ccache. The default size is
305
# CCACHE_SIZE sets the space use limitations for ccache. The default size is
(-)cnf/make.conf.x86 (-1 / +2 lines)
Lines 290-295 Link Here
290
#                after a merge -- for debugging purposes only. 
290
#                after a merge -- for debugging purposes only. 
291
#  'nostrip'     prevents the stripping of binaries.
291
#  'nostrip'     prevents the stripping of binaries.
292
#  'notitles'    disables xterm titlebar updates (which contain status info). 
292
#  'notitles'    disables xterm titlebar updates (which contain status info). 
293
#  'screentitle' enables screen title updates (if notitles is not set)
293
#  'sandbox'     enables sandboxing when running emerge and ebuild.
294
#  'sandbox'     enables sandboxing when running emerge and ebuild.
294
#  'strict'      causes portage to react strongly to conditions that are
295
#  'strict'      causes portage to react strongly to conditions that are
295
#                potentially dangerous, like missing/incorrect Manifest files.
296
#                potentially dangerous, like missing/incorrect Manifest files.
Lines 297-303 Link Here
297
#                as a security measure.  As a side effect this can remove 
298
#                as a security measure.  As a side effect this can remove 
298
#                sandbox access violations for users. 
299
#                sandbox access violations for users. 
299
#  'usersandbox' enables sandboxing while portage is running under userpriv.
300
#  'usersandbox' enables sandboxing while portage is running under userpriv.
300
#FEATURES="sandbox buildpkg ccache distcc userpriv usersandbox notitles noclean noauto cvs keeptemp keepwork autoaddcvs"
301
#FEATURES="sandbox buildpkg ccache distcc userpriv usersandbox notitles screentitle noclean noauto cvs keeptemp keepwork autoaddcvs"
301
#FEATURES="sandbox ccache distcc distlocks autoaddcvs"
302
#FEATURES="sandbox ccache distcc distlocks autoaddcvs"
302
#
303
#
303
# CCACHE_SIZE sets the space use limitations for ccache. The default size is
304
# CCACHE_SIZE sets the space use limitations for ccache. The default size is

Return to bug 75670