diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-08-22 13:37:43 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-08-22 13:37:43 +0000 |
commit | 924ac4f50cc008ca8978f844a3e1c934daf728ac (patch) | |
tree | 0ec9683ccf8e7ac43a8ea170611f5a8d8ea7bc59 /app-editors/ne/files | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-924ac4f50cc008ca8978f844a3e1c934daf728ac.tar.gz gentoo-2-924ac4f50cc008ca8978f844a3e1c934daf728ac.tar.bz2 gentoo-2-924ac4f50cc008ca8978f844a3e1c934daf728ac.zip |
Version bump. Tidied the ebuilds.
Diffstat (limited to 'app-editors/ne/files')
-rw-r--r-- | app-editors/ne/files/1.36-include-fix.patch | 33 | ||||
-rw-r--r-- | app-editors/ne/files/digest-ne-1.36 | 1 |
2 files changed, 34 insertions, 0 deletions
diff --git a/app-editors/ne/files/1.36-include-fix.patch b/app-editors/ne/files/1.36-include-fix.patch new file mode 100644 index 000000000000..c9822ff29f8e --- /dev/null +++ b/app-editors/ne/files/1.36-include-fix.patch @@ -0,0 +1,33 @@ +--- ne-1.36/src/term.c 2004-08-22 15:13:30.837485144 +0200 ++++ ne-1.36-include-fix/src/term.c 2004-08-22 15:13:35.912713592 +0200 +@@ -34,7 +34,7 @@ + + #ifndef TERMCAP + #include <curses.h> +-#include <ncurses/term.h> ++#include <term.h> + #else + #include "info2cap.h" + #endif +--- ne-1.36/src/cm.c 2004-08-22 15:15:54.931579512 +0200 ++++ ne-1.36-include-fix/src/cm.c 2004-08-22 15:16:00.143787136 +0200 +@@ -28,7 +28,7 @@ + + #ifndef TERMCAP + #include <curses.h> +-#include <ncurses/term.h> ++#include <term.h> + #else + #include "info2cap.h" + #endif +--- ne-1.36/src/ne.h.orig 2004-08-22 15:18:03.876976832 +0200 ++++ ne-1.36-include-fix/src/ne.h 2004-08-22 15:18:10.033040968 +0200 +@@ -23,7 +23,7 @@ + + #ifndef TERMCAP + #include <curses.h> +-#include <ncurses/term.h> ++#include <term.h> + #else + #include <stdio.h> + #include "info2cap.h" diff --git a/app-editors/ne/files/digest-ne-1.36 b/app-editors/ne/files/digest-ne-1.36 new file mode 100644 index 000000000000..d0f9383c03ef --- /dev/null +++ b/app-editors/ne/files/digest-ne-1.36 @@ -0,0 +1 @@ +MD5 35aa750fb30b7ab17382b984f7f3ca29 ne-1.36.tar.gz 1075135 |