diff options
author | Nick White <git@njw.me.uk> | 2010-06-09 14:23:06 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-06-09 14:23:06 +0100 |
commit | bfa692cf491185083672bf476f48d1af37153a53 (patch) | |
tree | 0edb1778e40c948c75c94abd437aa1943e14e3d1 /dev-games/renpy/files | |
parent | e1d6f350043db79ebca79a373f4ae84714d75e5c (diff) | |
download | njw-gentoo-local-bfa692cf491185083672bf476f48d1af37153a53.tar.bz2 njw-gentoo-local-bfa692cf491185083672bf476f48d1af37153a53.zip |
Removed a few more unused ebuilds
Diffstat (limited to 'dev-games/renpy/files')
-rw-r--r-- | dev-games/renpy/files/renpy-jedit-path.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-games/renpy/files/renpy-jedit-path.patch b/dev-games/renpy/files/renpy-jedit-path.patch deleted file mode 100644 index e45c885..0000000 --- a/dev-games/renpy/files/renpy-jedit-path.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/launcher/jEdit.editor.py 2009-07-05 23:42:37.000000000 +0600 -+++ b/launcher/jEdit.editor.py 2010-01-18 21:46:37.453619044 +0500 -@@ -6,7 +6,7 @@ - import os.path - import sys - --editor = os.path.normpath(base + "/../jedit/jedit.jar") -+editor = os.path.normpath("/usr/share/jedit/jedit.jar") - editor = renpy.shell_escape(editor) - - if sys.platform == 'win32': |