aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2010-02-03 21:09:38 -0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2010-02-03 21:09:38 -0200
commitc29725eff17a431f6ad3d9b37822c98882303839 (patch)
treef5d0297f027317af555f8b98d160c7c7ea611a73 /g_octave/ebuild.py
parentas we are calling 'ebuild' with subprocess, we have no need to reload portage. (diff)
downloadg-octave-c29725eff17a431f6ad3d9b37822c98882303839.tar.gz
g-octave-c29725eff17a431f6ad3d9b37822c98882303839.tar.bz2
g-octave-c29725eff17a431f6ad3d9b37822c98882303839.zip
small fixes; removed the small tests that I've using. I'll write more proper tests ASAP. Preparing to
0.1_rc3
Diffstat (limited to 'g_octave/ebuild.py')
-rw-r--r--g_octave/ebuild.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/g_octave/ebuild.py b/g_octave/ebuild.py
index 412beae..02e0c41 100644
--- a/g_octave/ebuild.py
+++ b/g_octave/ebuild.py
@@ -17,7 +17,6 @@ import os
import portage
import re
import shutil
-import imp
import subprocess
out = portage.output.EOutput()
@@ -242,11 +241,3 @@ RDEPEND="${DEPEND}
# creating the ebuilds for the dependencies, recursivelly
for ebuild in to_install:
Ebuild(ebuild).create()
-
-
-if __name__ == '__main__':
- a = Ebuild('vrml', True)
- a.create()
-
- #a = re_keywords.match('x86')
- #print a.groups()