summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-01-15 10:13:43 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-01-15 10:13:43 +0000
commite1abf65e06ffb6607b821f44b878c4b402da926c (patch)
tree1564e1174c3bacfc1ebcff5d6e449dfc33452b10 /app-emacs/auctex/files
parentset default value if PORT_LOGDIR is not set (diff)
downloadgentoo-2-e1abf65e06ffb6607b821f44b878c4b402da926c.tar.gz
gentoo-2-e1abf65e06ffb6607b821f44b878c4b402da926c.tar.bz2
gentoo-2-e1abf65e06ffb6607b821f44b878c4b402da926c.zip
version bump: mainly bug fixes; adjusted DESCRIPTION; added adjusted configure patch; removed stray patch; thanks to Christian Schlotter <again@gmx.de> in bug #161923
(Portage version: 2.1.1-r2)
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/digest-auctex-11.843
2 files changed, 83 insertions, 0 deletions
diff --git a/app-emacs/auctex/files/auctex-11.84-configure.diff b/app-emacs/auctex/files/auctex-11.84-configure.diff
new file mode 100644
index 000000000000..f97a01379631
--- /dev/null
+++ b/app-emacs/auctex/files/auctex-11.84-configure.diff
@@ -0,0 +1,80 @@
+--- 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/digest-auctex-11.84 b/app-emacs/auctex/files/digest-auctex-11.84
new file mode 100644
index 000000000000..c88a621c6913
--- /dev/null
+++ b/app-emacs/auctex/files/digest-auctex-11.84
@@ -0,0 +1,3 @@
+MD5 73970c51221524442c11cde13d0584e9 auctex-11.84.tar.gz 927517
+RMD160 305f5327eac1bfe7f2770deb6617a50926c65f4f auctex-11.84.tar.gz 927517
+SHA256 3f25e99ddecc21422bbddf27ecbfcab49b187eb00f69788aaba1cf818fe557d1 auctex-11.84.tar.gz 927517