diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-18 19:33:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-18 19:33:45 +0000 |
commit | 103375a57fcee5a74d0123683f6b92fcb31dead3 (patch) | |
tree | 1de23b0fa7e542c1ba8b8bbda1d4f58d7c4e526b /games-rpg/openrpg/files | |
parent | Mark simutrans-0.82.10 stable and clean out the old versions. (diff) | |
download | gentoo-2-103375a57fcee5a74d0123683f6b92fcb31dead3.tar.gz gentoo-2-103375a57fcee5a74d0123683f6b92fcb31dead3.tar.bz2 gentoo-2-103375a57fcee5a74d0123683f6b92fcb31dead3.zip |
version bump
Diffstat (limited to 'games-rpg/openrpg/files')
-rw-r--r-- | games-rpg/openrpg/files/1.5.1-gentoo-paths.patch | 42 | ||||
-rw-r--r-- | games-rpg/openrpg/files/digest-openrpg-1.5.1 | 1 |
2 files changed, 43 insertions, 0 deletions
diff --git a/games-rpg/openrpg/files/1.5.1-gentoo-paths.patch b/games-rpg/openrpg/files/1.5.1-gentoo-paths.patch new file mode 100644 index 000000000000..fe9602f6b78f --- /dev/null +++ b/games-rpg/openrpg/files/1.5.1-gentoo-paths.patch @@ -0,0 +1,42 @@ +diff -ur openrpg1.orig/start.py openrpg1/start.py +--- openrpg1.orig/start.py 2003-09-18 15:15:42.793028328 -0400 ++++ openrpg1/start.py 2003-09-18 15:15:43.010995192 -0400 +@@ -1,5 +1,10 @@ + #!/usr/bin/env python + ++from os import chdir; ++chdir("GENTOO_DATADIR"); ++from sys import path; ++path.append("GENTOO_LIBDIR"); ++ + import pyver + pyver.checkPyVersion() + +diff -ur openrpg1.orig/start_server.py openrpg1/start_server.py +--- openrpg1.orig/start_server.py 2003-09-18 15:15:42.793028328 -0400 ++++ openrpg1/start_server.py 2003-09-18 15:15:43.011995040 -0400 +@@ -1,5 +1,10 @@ + #!/usr/bin/env python + ++from os import chdir; ++chdir("GENTOO_DATADIR"); ++from sys import path; ++path.append("GENTOO_LIBDIR"); ++ + import pyver + import sys + pyver.checkPyVersion() +diff -ur openrpg1.orig/start_server_gui.py openrpg1/start_server_gui.py +--- openrpg1.orig/start_server_gui.py 2003-09-18 15:15:42.794028176 -0400 ++++ openrpg1/start_server_gui.py 2003-09-18 15:15:43.012994888 -0400 +@@ -1,5 +1,10 @@ + #!/usr/bin/env python + ++from os import chdir; ++chdir("GENTOO_DATADIR"); ++from sys import path; ++path.append("GENTOO_LIBDIR"); ++ + import pyver + pyver.checkPyVersion() + diff --git a/games-rpg/openrpg/files/digest-openrpg-1.5.1 b/games-rpg/openrpg/files/digest-openrpg-1.5.1 new file mode 100644 index 000000000000..46579ade9c77 --- /dev/null +++ b/games-rpg/openrpg/files/digest-openrpg-1.5.1 @@ -0,0 +1 @@ +MD5 624f1a2ef2d9b2753dde159e10c75747 openrpg-1.5.1.tar.gz 672216 |