summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/epsilon/files/epsilon_plugincache_portagesandbox.patch')
-rw-r--r--dev-python/epsilon/files/epsilon_plugincache_portagesandbox.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-python/epsilon/files/epsilon_plugincache_portagesandbox.patch b/dev-python/epsilon/files/epsilon_plugincache_portagesandbox.patch
deleted file mode 100644
index 06bd55732011..000000000000
--- a/dev-python/epsilon/files/epsilon_plugincache_portagesandbox.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- epsilon/setuphelper.py.orig 2009-02-11 08:15:39.000000000 +0100
-+++ epsilon/setuphelper.py 2009-02-11 08:18:56.000000000 +0100
-@@ -21,6 +21,9 @@
- def _regeneratePluginCache(pluginPackages):
- print 'Regenerating cache with path: ',
- pprint.pprint(sys.path)
-+ if os.getenv("PORTAGE_PLUGINCACHE_NOOP") != None:
-+ print 'Not regenerating plugin cache for portage sandbox usage.'
-+ return
- from twisted import plugin
- for pluginModule in pluginModules([
- p + ".plugins" for p in pluginPackages]):