diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2005-06-25 11:22:21 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2005-06-25 11:22:21 +0000 |
commit | 667f4920a190856a51537f8510cc3747f5316733 (patch) | |
tree | 526e8fdca2eff8d30f3d639c79121b12cdc3a7f0 /app-editors/lpe/files | |
parent | Added to ~ppc (diff) | |
download | historical-667f4920a190856a51537f8510cc3747f5316733.tar.gz historical-667f4920a190856a51537f8510cc3747f5316733.tar.bz2 historical-667f4920a190856a51537f8510cc3747f5316733.zip |
Version bump. See bug #80398 for details (debian took maintainership).
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-editors/lpe/files')
-rw-r--r-- | app-editors/lpe/files/digest-lpe-1.2.6.12 | 1 | ||||
-rw-r--r-- | app-editors/lpe/files/lpe-1.2.6.12-slang.patch | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/app-editors/lpe/files/digest-lpe-1.2.6.12 b/app-editors/lpe/files/digest-lpe-1.2.6.12 new file mode 100644 index 000000000000..4610dc11e5b9 --- /dev/null +++ b/app-editors/lpe/files/digest-lpe-1.2.6.12 @@ -0,0 +1 @@ +MD5 06861acbae664ab3463a1754d27a4c49 lpe_1.2.6.12.tar.gz 540141 diff --git a/app-editors/lpe/files/lpe-1.2.6.12-slang.patch b/app-editors/lpe/files/lpe-1.2.6.12-slang.patch new file mode 100644 index 000000000000..6a40343165cc --- /dev/null +++ b/app-editors/lpe/files/lpe-1.2.6.12-slang.patch @@ -0,0 +1,24 @@ +diff -Naur lpe-1.2.6.12_/src/cfg.c lpe-1.2.6.12/src/cfg.c +--- lpe-1.2.6.12_/src/cfg.c 2005-06-20 06:27:25.000000000 +0200 ++++ lpe-1.2.6.12/src/cfg.c 2005-06-25 13:10:16.379831120 +0200 +@@ -37,7 +37,7 @@ + if (SLang_load_file (DATADIR "/lpe/init.sl") == -1) + { + SLang_restart (1); +- SLang_set_error(0); ++ SLang_exit_error(0); + } + } + } +diff -Naur lpe-1.2.6.12_/src/input.c lpe-1.2.6.12/src/input.c +--- lpe-1.2.6.12_/src/input.c 2005-06-20 06:27:48.000000000 +0200 ++++ lpe-1.2.6.12/src/input.c 2005-06-25 13:10:06.347356288 +0200 +@@ -2262,7 +2262,7 @@ + SLang_load_string (cmd); + /* to avoid slang stack overflows... */ + SLang_restart (1); +- SLang_set_error(0); ++ SLang_exit_error(0); + + /* + * This is not the nicest thing to do, but certain slang commnds, |