diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-05-06 14:48:32 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-05-06 14:48:32 +0000 |
commit | 0570c88086fc8bb34014356dde2330c1cdf60e3c (patch) | |
tree | 26acfad71b15d2055d46ad47cc04ed5d65cc7c1d /app-emacs/auctex | |
parent | stable x86, bug 217448 (diff) | |
download | gentoo-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')
-rw-r--r-- | app-emacs/auctex/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/auctex/auctex-11.84-r3.ebuild | 67 | ||||
-rw-r--r-- | app-emacs/auctex/files/auctex-11.84-configure.diff | 80 | ||||
-rw-r--r-- | app-emacs/auctex/files/auctex-11.84-japanes.patch | 20 |
4 files changed, 6 insertions, 168 deletions
diff --git a/app-emacs/auctex/ChangeLog b/app-emacs/auctex/ChangeLog index 4d391b0e232e..3db6b16f2189 100644 --- a/app-emacs/auctex/ChangeLog +++ b/app-emacs/auctex/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/auctex # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.90 2008/05/05 20:50:06 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.91 2008/05/06 14:48:31 opfer Exp $ + + 06 May 2008; Christian Faulhammer <opfer@gentoo.org> + -files/auctex-11.84-configure.diff, -files/auctex-11.84-japanes.patch, + -auctex-11.84-r3.ebuild: + clean up 05 May 2008; Markus Meier <maekke@gentoo.org> auctex-11.85.ebuild: amd64 stable, bug #213992 diff --git a/app-emacs/auctex/auctex-11.84-r3.ebuild b/app-emacs/auctex/auctex-11.84-r3.ebuild deleted file mode 100644 index c0f686822dcb..000000000000 --- a/app-emacs/auctex/auctex-11.84-r3.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.84-r3.ebuild,v 1.6 2008/01/23 11:37:33 armin76 Exp $ - -inherit elisp eutils latex-package - -DESCRIPTION="An extensible package that supports writing and formatting TeX files" -HOMEPAGE="http://www.gnu.org/software/auctex/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-2 FDL-1.2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 sparc x86" -IUSE="preview-latex" - -DEPEND="virtual/tetex - preview-latex? ( !dev-tex/preview-latex - app-text/dvipng - virtual/ghostscript )" - -# Don't install in the main tree, as this causes file collisions -# with app-text/tetex, see bug #155944 -TEXMF="/usr/share/texmf-site" - -src_unpack() { - unpack ${A} - cd "${S}" - - # skip XEmacs detection. this is a workaround for emacs23 - epatch "${FILESDIR}/${P}-configure.diff" - # allow compilation of Japanese TeX files, fixed in upstream's CVS - # not needed for next release (>=11.85) - epatch "${FILESDIR}/${P}-japanes.patch" -} - -src_compile() { - econf --disable-build-dir-test \ - --with-auto-dir="/var/lib/auctex" \ - --with-lispdir="${SITELISP}/${PN}" \ - --with-packagelispdir="${SITELISP}/${PN}" \ - --with-packagedatadir="${SITEETC}/${PN}" \ - --with-texmf-dir="${TEXMF}" \ - $(use_enable preview-latex preview) || die "econf failed" - emake || die "emake failed" - cd doc; emake tex-ref.pdf || die "creation of tex-ref.pdf failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" || die - if use preview-latex; then - elisp-site-file-install "${FILESDIR}/60${PN}-gentoo.el" || die - fi - keepdir /var/lib/auctex - dodoc ChangeLog CHANGES README RELEASE TODO FAQ INSTALL* doc/tex-ref.pdf -} - -pkg_postinst() { - # rebuild TeX-inputfiles-database - use preview-latex && latex-package_pkg_postinst - elisp-site-regen -} - -pkg_postrm(){ - use preview-latex && latex-package_pkg_postrm - elisp-site-regen -} 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 |