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

Collapse All | Expand All

(-)main/trunk/pym/_emerge/__init__.py (+2 lines)
Lines 1-4 Link Here
1
#!/usr/bin/python -O
1
#!/usr/bin/python -O
2
# -*- coding: iso-8859-1 -*-
2
# Copyright 1999-2006 Gentoo Foundation
3
# Copyright 1999-2006 Gentoo Foundation
3
# Distributed under the terms of the GNU General Public License v2
4
# Distributed under the terms of the GNU General Public License v2
4
# $Id$
5
# $Id$
Lines 72-77 Link Here
72
	scroll_msgs = [
73
	scroll_msgs = [
73
		"Gentoo Rocks ("+platform.system()+")",
74
		"Gentoo Rocks ("+platform.system()+")",
74
		"Thank you for using Gentoo. :)",
75
		"Thank you for using Gentoo. :)",
76
		"MaNI was here",
75
		"Are you actually trying to read this?",
77
		"Are you actually trying to read this?",
76
		"How many times have you stared at this?",
78
		"How many times have you stared at this?",
77
		"We are generating the cache right now",
79
		"We are generating the cache right now",

Return to bug 264596