aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2009-12-25 05:50:46 -0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2009-12-25 05:50:46 -0200
commit5b77b0da12eccba6e8ff98a4fd992c492769d003 (patch)
tree3a6febb1a930dc072b98b7cb90dffce1232c0660 /scripts
parentchanged the live ebuild (diff)
downloadg-octave-5b77b0da12eccba6e8ff98a4fd992c492769d003.tar.gz
g-octave-5b77b0da12eccba6e8ff98a4fd992c492769d003.tar.bz2
g-octave-5b77b0da12eccba6e8ff98a4fd992c492769d003.zip
minor fixes
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/g-octave5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/g-octave b/scripts/g-octave
index 71e7ff6..7102ad9 100755
--- a/scripts/g-octave
+++ b/scripts/g-octave
@@ -182,7 +182,7 @@ def main():
print portage.output.blue('Url:'), portage.output.white(str(pkg.url))
sys.exit(0)
- out.einfo('Creating the ebuilds to install: %s' % args[0])
+ out.einfo('Creating the ebuilds to: %s' % args[0])
atom = ebuild.create()
@@ -198,10 +198,11 @@ def main():
emerge.append(atom)
if subprocess.call(emerge) != 0:
- out.eerror('emerge returned an error.')
+ out.eerror('"emerge" returned an error.')
sys.exit(1)
if options.unmerge:
+ print
out.einfo('You may want to remove the dependencies too, using:')
out.einfo('# emerge -av --depclean')