public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/editra/files: editra-0.5.32-sandbox.patch
@ 2010-02-19  0:21 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 2+ messages in thread
From: Ryan Hill (dirtyepic) @ 2010-02-19  0:21 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    10/02/19 00:21:15

  Added:                editra-0.5.32-sandbox.patch
  Log:
  Fix sandbox violations, bug #298752.
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-editors/editra/files/editra-0.5.32-sandbox.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/files/editra-0.5.32-sandbox.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/files/editra-0.5.32-sandbox.patch?rev=1.1&content-type=text/plain

Index: editra-0.5.32-sandbox.patch
===================================================================
diff --git a/setup.py b/setup.py
index 8db801c..80aa3bf 100755
--- a/setup.py
+++ b/setup.py
@@ -482,20 +482,6 @@ def DoSourcePackage():
     else:
         from distutils.core import setup
 
-    # Try to remove possibly conflicting files from an old install
-    try:
-        import Editra
-        path = Editra.__file__
-        if '__init__' in path:
-            path = os.path.dirname(path)
-            path = os.path.join(path, 'src')
-            del sys.modules['Editra']
-            shutil.rmtree(path)
-    except (ImportError, OSError):
-        pass
-    except:
-        sys.stderr.write("[ERROR] Failed to remove old source files")
-
     # Make sure to delete any existing MANIFEST file beforehand to
     # prevent stale file lists
     if os.path.exists('MANIFEST'):






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-editors/editra/files: editra-0.5.32-sandbox.patch
@ 2010-10-11 20:26 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 2+ messages in thread
From: Ryan Hill (dirtyepic) @ 2010-10-11 20:26 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    10/10/11 20:26:11

  Removed:              editra-0.5.32-sandbox.patch
  Log:
  Remove old.
  
  (Portage version: 2.2_rc92/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-11 20:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-19  0:21 [gentoo-commits] gentoo-x86 commit in app-editors/editra/files: editra-0.5.32-sandbox.patch Ryan Hill (dirtyepic)
  -- strict thread matches above, loose matches on Subject: below --
2010-10-11 20:26 Ryan Hill (dirtyepic)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox