summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2006-04-22 22:24:51 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2006-04-22 22:24:51 +0000
commitcb99936c6b92f94c9bfd17b06a870ddeadf391dc (patch)
treea3b129660f946af486513f76eda4607be2763ab7 /app-editors/mp/files
parentChange deps for G/FBSD compatibility. (diff)
downloadhistorical-cb99936c6b92f94c9bfd17b06a870ddeadf391dc.tar.gz
historical-cb99936c6b92f94c9bfd17b06a870ddeadf391dc.tar.bz2
historical-cb99936c6b92f94c9bfd17b06a870ddeadf391dc.zip
removing old files and versions
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'app-editors/mp/files')
-rw-r--r--app-editors/mp/files/digest-mp-3.3.121
-rw-r--r--app-editors/mp/files/gentoo-synh-mp.patch-3.2.1140
-rw-r--r--app-editors/mp/files/mp-3.3.9-fix-builtin-regex-warnings.diff38
-rw-r--r--app-editors/mp/files/regex-warnings.patch59
4 files changed, 0 insertions, 138 deletions
diff --git a/app-editors/mp/files/digest-mp-3.3.12 b/app-editors/mp/files/digest-mp-3.3.12
deleted file mode 100644
index 3de8a70353a1..000000000000
--- a/app-editors/mp/files/digest-mp-3.3.12
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2eb9debb1fd0db5bce8e0849a56faec4 mp-3.3.12.tar.gz 266201
diff --git a/app-editors/mp/files/gentoo-synh-mp.patch-3.2.11 b/app-editors/mp/files/gentoo-synh-mp.patch-3.2.11
deleted file mode 100644
index c9024f48c9ba..000000000000
--- a/app-editors/mp/files/gentoo-synh-mp.patch-3.2.11
+++ /dev/null
@@ -1,40 +0,0 @@
---- mp-3.2.11/mp_synhi.c 2004-02-14 11:12:16.000000000 +0100
-+++ mp-3.2.11-lars/mp_synhi.c 2004-03-01 16:01:08.000000000 +0100
-@@ -301,6 +301,25 @@
- static char * _python_c_start[] = { "#", NULL };
- static char * _python_c_end[] = { "\n", NULL };
-
-+
-+/* Gentoo ebuilds by Lars Strojny */
-+static char * _ebuild_exts[] = { ".ebuild", NULL };
-+static char * _ebuild_magics_1[] = { "-*- Mode: ebuild", NULL };
-+static char * _ebuild_magics_2[] = { "src_compile", "src_install", "emake",
-+ "src_unpack", "pkg_postinst", "pkg_setup", "pkg_postrm",
-+ "kill_gconf", "pkg_preinst", "get_xft_setup", "check_licence",
-+ NULL };
-+static char * _ebuild_tokens[] = { "src_compile", "src_install", "emake",
-+ "src_unpack", "pkg_postinst", "pkg_setup", "pkg_postrm",
-+ "kill_gconf", "pkg_preinst", "get_xft_setup", "check_licence",
-+ "insinto", "dodoc", "make", "install", "dodir", "doins",
-+ "dohtml", "epatch", NULL };
-+static char * _ebuild_vars[] = { "$", "{", "}", NULL };
-+static char * _ebuild_c_start[] = { "#", NULL };
-+static char * _ebuild_c_end[] = { "\n", NULL };
-+static char * _ebuild_helpers[] = { "man emerge", "man ebuild", "man make.conf",
-+ "man make.conf", NULL };
-+
- #endif /* NO_SYNHI */
-
-
-@@ -381,7 +400,10 @@
- NULL, _man_tokens, _man_exts, _man_tokens,
- NULL, _man_helpers, NULL, 1, 0 },
-
-- /* ... yours here ... */
-+ /* Gentoo eBuild-files */
-+ { "eBuild", "ebuild", "\"'`", "\"'`", _ebuild_c_start, _ebuild_c_end,
-+ _ebuild_magics_1, _ebuild_magics_2, _ebuild_exts, _ebuild_tokens,
-+ _ebuild_vars, _ebuild_helpers, "\"'$()[]", 0, 1 },
-
- #endif /* NO_SYNHI */
-
diff --git a/app-editors/mp/files/mp-3.3.9-fix-builtin-regex-warnings.diff b/app-editors/mp/files/mp-3.3.9-fix-builtin-regex-warnings.diff
deleted file mode 100644
index 4954fc4f54ff..000000000000
--- a/app-editors/mp/files/mp-3.3.9-fix-builtin-regex-warnings.diff
+++ /dev/null
@@ -1,38 +0,0 @@
-diff -urN mp-3.3.9.orig/gnu_regex.c mp-3.3.9/gnu_regex.c
---- mp-3.3.9.orig/gnu_regex.c 2004-12-21 11:51:05.000000000 -0500
-+++ mp-3.3.9/gnu_regex.c 2004-12-21 12:06:50.974403033 -0500
-@@ -1635,10 +1635,12 @@
- if (syntax & RE_NO_BK_PARENS) goto normal_backslash;
-
- if (COMPILE_STACK_EMPTY)
-+ {
- if (syntax & RE_UNMATCHED_RIGHT_PAREN_ORD)
- goto normal_backslash;
- else
- return REG_ERPAREN;
-+ }
-
- handle_close:
- if (fixup_alt_jump)
-@@ -1655,10 +1657,12 @@
-
- /* See similar code for backslashed left paren above. */
- if (COMPILE_STACK_EMPTY)
-+ {
- if (syntax & RE_UNMATCHED_RIGHT_PAREN_ORD)
- goto normal_char;
- else
- return REG_ERPAREN;
-+ }
-
- /* Since we just checked for an empty stack above, this
- ``can't happen''. */
-@@ -3843,7 +3847,7 @@
- /* Compare that many; failure if mismatch, else move
- past them. */
- if (translate
-- ? bcmp_translate (d, d2, mcnt, translate)
-+ ? bcmp_translate ((unsigned char *)d, (unsigned char *)d2, mcnt, translate)
- : bcmp (d, d2, mcnt))
- goto fail;
- d += mcnt, d2 += mcnt;
diff --git a/app-editors/mp/files/regex-warnings.patch b/app-editors/mp/files/regex-warnings.patch
deleted file mode 100644
index 436b9e13c02b..000000000000
--- a/app-editors/mp/files/regex-warnings.patch
+++ /dev/null
@@ -1,59 +0,0 @@
-*** gnu_regex.c 2004-03-19 04:10:29.000000000 -0600
---- gnu_regex.c 2005-01-15 00:43:20.709695328 -0600
-*************** regex_compile (pattern, size, syntax, bu
-*** 1635,1644 ****
---- 1635,1646 ----
- if (syntax & RE_NO_BK_PARENS) goto normal_backslash;
-
- if (COMPILE_STACK_EMPTY)
-+ {
- if (syntax & RE_UNMATCHED_RIGHT_PAREN_ORD)
- goto normal_backslash;
- else
- return REG_ERPAREN;
-+ }
-
- handle_close:
- if (fixup_alt_jump)
-*************** regex_compile (pattern, size, syntax, bu
-*** 1655,1664 ****
---- 1657,1668 ----
-
- /* See similar code for backslashed left paren above. */
- if (COMPILE_STACK_EMPTY)
-+ {
- if (syntax & RE_UNMATCHED_RIGHT_PAREN_ORD)
- goto normal_char;
- else
- return REG_ERPAREN;
-+ }
-
- /* Since we just checked for an empty stack above, this
- ``can't happen''. */
-*************** typedef struct
-*** 2362,2368 ****
-
- #define PUSH_FAILURE_POINT(pattern_place, string_place, failure_code) \
- do { \
-- char *destination; \
- /* Must be int, so when we don't save any registers, the arithmetic \
- of 0 + -1 isn't done as unsigned. */ \
- int this_reg; \
---- 2366,2371 ----
-*************** re_match_2 (bufp, string1, size1, string
-*** 3843,3849 ****
- /* Compare that many; failure if mismatch, else move
- past them. */
- if (translate
-! ? bcmp_translate (d, d2, mcnt, translate)
- : bcmp (d, d2, mcnt))
- goto fail;
- d += mcnt, d2 += mcnt;
---- 3846,3852 ----
- /* Compare that many; failure if mismatch, else move
- past them. */
- if (translate
-! ? bcmp_translate ((unsigned char*)d, (unsigned char*)d2, mcnt, translate)
- : bcmp (d, d2, mcnt))
- goto fail;
- d += mcnt, d2 += mcnt;