From 33b3228d955dd0fc6f1b52fe967b1d35aca37128 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 30 May 2005 04:21:26 +0000 Subject: old (Portage version: 2.0.51.22-r1) --- app-editors/nano/files/1.3.5-nomac.patch | 14 -------------- app-editors/nano/files/digest-nano-1.2.4 | 1 - app-editors/nano/files/digest-nano-1.3.5 | 1 - app-editors/nano/files/nano-1.3.5-break_line.patch | 11 ----------- 4 files changed, 27 deletions(-) delete mode 100644 app-editors/nano/files/1.3.5-nomac.patch delete mode 100644 app-editors/nano/files/digest-nano-1.2.4 delete mode 100644 app-editors/nano/files/digest-nano-1.3.5 delete mode 100644 app-editors/nano/files/nano-1.3.5-break_line.patch (limited to 'app-editors/nano/files') diff --git a/app-editors/nano/files/1.3.5-nomac.patch b/app-editors/nano/files/1.3.5-nomac.patch deleted file mode 100644 index 9404ecf3e1d1..000000000000 --- a/app-editors/nano/files/1.3.5-nomac.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- src/global.c.orig 2004-11-10 01:28:23.091315572 -0500 -+++ src/global.c 2004-11-10 01:28:40.231186724 -0500 -@@ -836,11 +836,6 @@ - IFHELP(nano_dos_msg, TOGGLE_DOS_KEY), NANO_NO_KEY, - NANO_NO_KEY, NOVIEW, 0); - -- /* Translators: try to keep this string under 16 characters long */ -- if (!ISSET(RESTRICTED)) -- sc_init_one(&writefile_list, NANO_NO_KEY, N_("Mac Format"), -- IFHELP(nano_mac_msg, TOGGLE_MAC_KEY), NANO_NO_KEY, -- NANO_NO_KEY, NOVIEW, 0); - #endif - - /* Translators: try to keep this string under 16 characters long */ diff --git a/app-editors/nano/files/digest-nano-1.2.4 b/app-editors/nano/files/digest-nano-1.2.4 deleted file mode 100644 index 0abb955c9511..000000000000 --- a/app-editors/nano/files/digest-nano-1.2.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 2c513310ec5e8b63abaecaf48670ac7a nano-1.2.4.tar.gz 914302 diff --git a/app-editors/nano/files/digest-nano-1.3.5 b/app-editors/nano/files/digest-nano-1.3.5 deleted file mode 100644 index 23eee3162c2e..000000000000 --- a/app-editors/nano/files/digest-nano-1.3.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 0009f25766b582ef94956faf194876c8 nano-1.3.5.tar.gz 961179 diff --git a/app-editors/nano/files/nano-1.3.5-break_line.patch b/app-editors/nano/files/nano-1.3.5-break_line.patch deleted file mode 100644 index d1eb373bcb09..000000000000 --- a/app-editors/nano/files/nano-1.3.5-break_line.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/nano.c.orig 2004-11-27 12:47:32.196155971 -0800 -+++ src/nano.c 2004-11-27 12:47:47.815508571 -0800 -@@ -2399,7 +2399,7 @@ - * such space, and force is TRUE, then we find the first space. Anyway, - * we then take the last space in that group of spaces. The terminating - * '\0' counts as a space. */ --int break_line(const char *line, ssize_t goal, bool force) -+ssize_t break_line(const char *line, ssize_t goal, bool force) - { - ssize_t space_loc = -1; - /* Current tentative return value. Index of the last space we -- cgit v1.2.3-65-gdbad