summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-30 04:21:26 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-30 04:21:26 +0000
commit33b3228d955dd0fc6f1b52fe967b1d35aca37128 (patch)
tree71ffd426507a078713a75150ff44d82620835285 /app-editors/nano/files
parentupdate (diff)
downloadgentoo-2-33b3228d955dd0fc6f1b52fe967b1d35aca37128.tar.gz
gentoo-2-33b3228d955dd0fc6f1b52fe967b1d35aca37128.tar.bz2
gentoo-2-33b3228d955dd0fc6f1b52fe967b1d35aca37128.zip
old
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-editors/nano/files')
-rw-r--r--app-editors/nano/files/1.3.5-nomac.patch14
-rw-r--r--app-editors/nano/files/digest-nano-1.2.41
-rw-r--r--app-editors/nano/files/digest-nano-1.3.51
-rw-r--r--app-editors/nano/files/nano-1.3.5-break_line.patch11
4 files changed, 0 insertions, 27 deletions
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