Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 25693 Details for
Bug 41720
"Fuscia" is not a colour...
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
fuscia-fuchsia.patch (text/plain), 1.12 KB, created by
Ed Catmur
on 2004-02-15 16:38:09 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Ed Catmur
Created:
2004-02-15 16:38:09 UTC
Size:
1.12 KB
patch
obsolete
>--- pym/output.py 2004-02-16 00:24:21.118777414 +0000 >+++ pym/output.py 2004-02-16 00:33:26.655391474 +0000 >@@ -14,7 +14,7 @@ > codes["teal"]="\x1b[36;06m" > codes["turquoise"]="\x1b[36;01m" > >-codes["fuscia"]="\x1b[35;01m" >+codes["fuchsia"]="\x1b[35;01m" > codes["purple"]="\x1b[35;06m" > > codes["blue"]="\x1b[34;01m" >@@ -70,8 +70,8 @@ > def darkteal(text): > return turquoise(text) > >-def fuscia(text): >- return codes["fuscia"]+text+codes["reset"] >+def fuchsia(text): >+ return codes["fuchsia"]+text+codes["reset"] > def purple(text): > return codes["purple"]+text+codes["reset"] > >--- bin/ewhich 2004-02-10 01:44:54.000000000 +0000 >+++ bin/ewhich 2004-02-16 00:34:07.088506629 +0000 >@@ -15,7 +15,7 @@ > > def print_help(): > print >- print fuscia(os.path.basename(sys.argv[0])), "is a tool to get the filename of the ebuild for a given package" >+ print fuchsia(os.path.basename(sys.argv[0])), "is a tool to get the filename of the ebuild for a given package" > print ' '*len(os.path.basename(sys.argv[0])), "that would be used by portage with the current configuration" > print > print yellow("Syntax:"), os.path.basename(sys.argv[0]), teal("<package>")
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 41720
: 25693