summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2008-05-06 14:48:32 +0000
committerChristian Faulhammer <opfer@gentoo.org>2008-05-06 14:48:32 +0000
commit0570c88086fc8bb34014356dde2330c1cdf60e3c (patch)
tree26acfad71b15d2055d46ad47cc04ed5d65cc7c1d /app-emacs/auctex/files
parentstable x86, bug 217448 (diff)
downloadgentoo-2-0570c88086fc8bb34014356dde2330c1cdf60e3c.tar.gz
gentoo-2-0570c88086fc8bb34014356dde2330c1cdf60e3c.tar.bz2
gentoo-2-0570c88086fc8bb34014356dde2330c1cdf60e3c.zip
clean up
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-emacs/auctex/files')
-rw-r--r--app-emacs/auctex/files/auctex-11.84-configure.diff80
-rw-r--r--app-emacs/auctex/files/auctex-11.84-japanes.patch20
2 files changed, 0 insertions, 100 deletions
diff --git a/app-emacs/auctex/files/auctex-11.84-configure.diff b/app-emacs/auctex/files/auctex-11.84-configure.diff
deleted file mode 100644
index f97a01379631..000000000000
--- a/app-emacs/auctex/files/auctex-11.84-configure.diff
+++ /dev/null
@@ -1,80 +0,0 @@
---- configure.old 2007-01-12 19:32:55.000000000 +0100
-+++ configure 2007-01-13 19:27:26.000000000 +0100
-@@ -2007,31 +2007,8 @@
- { (exit 1); exit 1; }; }
- fi
-
--{ echo "$as_me:$LINENO: checking if ${EMACS} is XEmacs" >&5
--echo $ECHO_N "checking if ${EMACS} is XEmacs... $ECHO_C" >&6; }
--
-- elisp="(if (featurep (quote xemacs)) \"yes\" \"no\")"
-- OUTPUT=./conftest-$$
-- echo "${EMACS}" -batch -no-site-file -eval "(let* ((x ${elisp})) (write-region (if (stringp x) x (prin1-to-string x)) nil \"${OUTPUT}\"))" >& 5 2>&1
-- "${EMACS}" -batch -no-site-file -eval "(let* ((x ${elisp})) (write-region (if (stringp x) x (prin1-to-string x)) nil \"${OUTPUT}\"))" >& 5 2>&1
-- XEMACS="`cat ${OUTPUT}`"
-- echo "=> ${XEMACS}" >& 5 2>&1
-- rm -f ${OUTPUT}
--
--if test "${XEMACS}" = "yes"; then
-- EMACS_FLAVOR=xemacs
-- EMACS_NAME="XEmacs"
--elif test "${XEMACS}" = "no"; then
-- EMACS_FLAVOR=emacs
-- EMACS_NAME="Emacs"
--else
-- { { echo "$as_me:$LINENO: error: Unable to run ${EMACS}! Aborting!" >&5
--echo "$as_me: error: Unable to run ${EMACS}! Aborting!" >&2;}
-- { (exit 1); exit 1; }; }
--fi
-- { echo "$as_me:$LINENO: result: ${XEMACS}" >&5
--echo "${ECHO_T}${XEMACS}" >&6; }
--
-+EMACS_FLAVOR=emacs
-+EMACS_NAME="Emacs"
-
- { echo "$as_me:$LINENO: checking for ${EMACS_NAME} prefix" >&5
- echo $ECHO_N "checking for ${EMACS_NAME} prefix... $ECHO_C" >&6; }
-@@ -2056,34 +2033,6 @@
- echo "${ECHO_T}\"${emacsprefix}\"" >&6; }
-
-
--if test ${EMACS_FLAVOR} = xemacs
--then
--
--{ echo "$as_me:$LINENO: checking if ${EMACS_NAME} is recent enough" >&5
--echo $ECHO_N "checking if ${EMACS_NAME} is recent enough... $ECHO_C" >&6; }
--
-- elisp="(cond ((< emacs-major-version 21) \"no\")
-- ((> emacs-major-version 21) \"yes\")
-- ((< emacs-minor-version 04) \"no\")
-- (t \"yes\"))"
-- OUTPUT=./conftest-$$
-- echo "${EMACS}" -batch -no-site-file -eval "(let* ((x ${elisp})) (write-region (if (stringp x) x (prin1-to-string x)) nil \"${OUTPUT}\"))" >& 5 2>&1
-- "${EMACS}" -batch -no-site-file -eval "(let* ((x ${elisp})) (write-region (if (stringp x) x (prin1-to-string x)) nil \"${OUTPUT}\"))" >& 5 2>&1
-- result="`cat ${OUTPUT}`"
-- echo "=> ${result}" >& 5 2>&1
-- rm -f ${OUTPUT}
--
--{ echo "$as_me:$LINENO: result: ${result}" >&5
--echo "${ECHO_T}${result}" >&6; }
--if test "${result}" != "yes"
--then
-- { { echo "$as_me:$LINENO: error: This package requires at least ${EMACS_NAME} version 21.4 Aborting!" >&5
--echo "$as_me: error: This package requires at least ${EMACS_NAME} version 21.4 Aborting!" >&2;}
-- { (exit 1); exit 1; }; }
--fi
--
--else
--
- { echo "$as_me:$LINENO: checking if ${EMACS_NAME} is recent enough" >&5
- echo $ECHO_N "checking if ${EMACS_NAME} is recent enough... $ECHO_C" >&6; }
-
-@@ -2107,8 +2056,6 @@
- { (exit 1); exit 1; }; }
- fi
-
--fi
--
-
- { echo "$as_me:$LINENO: checking for MULE support" >&5
- echo $ECHO_N "checking for MULE support... $ECHO_C" >&6; }
diff --git a/app-emacs/auctex/files/auctex-11.84-japanes.patch b/app-emacs/auctex/files/auctex-11.84-japanes.patch
deleted file mode 100644
index 197de6dc7b1e..000000000000
--- a/app-emacs/auctex/files/auctex-11.84-japanes.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- tex-jp.el 7 Jun 2006 20:26:51 -0000 5.91
-+++ tex-jp.el 17 Jan 2007 01:32:02 -0000 5.92
-@@ -52,13 +52,13 @@
- ;; Changed to double quotes for Windows afflicted people. I don't
- ;; use the %(latex) and %(tex) shorthands here because I have not
- ;; clue whether Omega-related versions exist. --dak
-- '(("jTeX" "%(PDF)jtex %S%(PDFout) \"%(mode)\\input %t\""
-+ '(("jTeX" "%(PDF)jtex %`%S%(PDFout)%(mode)%' %t"
- TeX-run-TeX nil (plain-tex-mode) :help "Run NTT jTeX")
-- ("jLaTeX" "%(PDF)jlatex %S%(PDFout) \"%(mode)\\input{%t}\""
-+ ("jLaTeX" "%(PDF)jlatex %`%S%(PDFout)%(mode)%' %t"
- TeX-run-TeX nil (latex-mode) :help "Run NTT jLaTeX")
-- ("pTeX" "%(PDF)ptex %S%(PDFout) \"%(mode)\\input %t\""
-+ ("pTeX" "%(PDF)ptex %`%S%(PDFout)%(mode)%' %t"
- TeX-run-TeX nil (plain-tex-mode) :help "Run ASCII pTeX")
-- ("pLaTeX" "%(PDF)platex %S%(PDFout) \"%(mode)\\input{%t}\""
-+ ("pLaTeX" "%(PDF)platex %`%S%(PDFout)%(mode)%' %t"
- TeX-run-TeX nil (latex-mode) :help "Run ASCII pLaTeX")
- ("Mendex" "mendex %s" TeX-run-command nil t :help "Create index file with mendex")
- ("jBibTeX" "jbibtex %s" TeX-run-BibTeX nil t :help "Run jBibTeX")) \ No newline at end of file