Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 171407 Details for
Bug 246387
app-portage/esearch-0.7.1-r4 - Deprecation notices
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Suggested patch
dep.diff (text/plain), 1.39 KB, created by
Leonid Podolny
on 2008-11-11 11:39:03 UTC
(
hide
)
Description:
Suggested patch
Filename:
MIME Type:
Creator:
Leonid Podolny
Created:
2008-11-11 11:39:03 UTC
Size:
1.39 KB
patch
obsolete
>--- esearch.py.org 2008-11-11 12:37:25.000000000 +0200 >+++ esearch.py 2008-11-11 13:32:38.000000000 +0200 >@@ -13,7 +13,7 @@ > sys.path.insert(0, "/usr/lib/portage/pym") > sys.path.insert(0, "/usr/lib/esearch") > >-from output import bold, red, green, darkgreen, turquoise, nocolor >+from portage.output import bold, red, green, darkgreen, turquoise, nocolor > from os.path import exists > import re > >@@ -128,7 +128,7 @@ > elif arg in ("-v", "--verbose"): > import string > from portage import portdb, best, settings >- from output import blue >+ from portage.output import blue > from common import version > outputm = VERBOSE > elif arg in ("-e", "--ebuild"): >--- esync.py.org 2008-11-11 12:37:30.000000000 +0200 >+++ esync.py 2008-11-11 13:32:38.000000000 +0200 >@@ -18,7 +18,7 @@ > sys.path.insert(0, "/usr/lib/portage/pym") > > import portage >-from output import red, green, bold, darkgreen, nocolor, xtermTitle >+from portage.output import red, green, bold, darkgreen, nocolor, xtermTitle > > from common import needdbversion > >--- eupdatedb.py.org 2008-11-11 12:37:37.000000000 +0200 >+++ eupdatedb.py 2008-11-11 13:32:38.000000000 +0200 >@@ -20,7 +20,7 @@ > sys.path.insert(0, "/usr/lib/esearch") > > import portage >-from output import red, darkgreen, green, bold, nocolor >+from portage.output import red, darkgreen, green, bold, nocolor > > from common import needdbversion, version >
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 246387
: 171407