Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 127805
Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +13 lines)
Line  Link Here
0
-- /usr/bin/emerge_back        2006-03-28 13:47:53.000000000 +1200
0
++ /usr/bin/emerge     2006-03-28 14:31:50.000000000 +1200
Lines 3184-3195 Link Here
3184
                               prompt="Do you want me to fetch the source files for these packages?"
3184
                               prompt="Do you want me to fetch the source files for these packages?"
3185
                       else:
3185
                       else:
3186
                               prompt="Do you want me to merge these packages?"
3186
                               prompt="Do you want me to merge these packages?"
3187
               print
3187
               response = ""
3188
               if userquery(prompt)=="No":
3188
               while response != "Yes":
3189
                       print
3189
                       print
3190
                       print "Quitting."
3190
                       response = userquery(prompt,["Yes","No","Use"],[green,red,blue])
3191
                       print
3191
                       if response=="No":
3192
                       sys.exit(0)
3192
                               print
3193
                               print "Quitting."
3194
                               print
3195
                               sys.exit(0)
3196
                       elif response=="Use":
3197
                               sys.stdout.write(bold("Get description of what USE flag? "))
3198
                               sys.stdout.write(bold("Description from /usr/portage/profiles/use.desc: ")+commands.getoutput( "grep ^" + sys.stdin.readline().strip() + " /usr/portage/profiles/use.desc"))
3199
                               print
3193
               # Don't ask again (e.g. when auto-cleaning packages after merge)
3200
               # Don't ask again (e.g. when auto-cleaning packages after merge)
3194
               myopts.remove("--ask")
3201
               myopts.remove("--ask")

Return to bug 127805