diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-01-11 18:44:51 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-01-11 18:59:49 +0100 |
commit | 39be8dbae6e361e8ef50349ffd7eccd7844797d7 (patch) | |
tree | c0356ed21e993e1ff73f263f2f04a56c7028c0c9 /app-emacs/auctex | |
parent | games-simulation/flightgear: Fixed dependencies (bug #605386). (diff) | |
download | gentoo-39be8dbae6e361e8ef50349ffd7eccd7844797d7.tar.gz gentoo-39be8dbae6e361e8ef50349ffd7eccd7844797d7.tar.bz2 gentoo-39be8dbae6e361e8ef50349ffd7eccd7844797d7.zip |
app-emacs/auctex: Remove old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-emacs/auctex')
-rw-r--r-- | app-emacs/auctex/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/auctex/auctex-11.87-r1.ebuild | 66 | ||||
-rw-r--r-- | app-emacs/auctex/files/auctex-11.87-jit-lock.patch | 31 |
3 files changed, 0 insertions, 98 deletions
diff --git a/app-emacs/auctex/Manifest b/app-emacs/auctex/Manifest index f30f6d5164c5..c57f409c4768 100644 --- a/app-emacs/auctex/Manifest +++ b/app-emacs/auctex/Manifest @@ -1,3 +1,2 @@ -DIST auctex-11.87.tar.gz 1206073 SHA256 63d57229e585dbf727f5545337615b997488bfdf475274da0718c90b77bd5cf2 SHA512 41a575a36ef2c111f214ad2e87a06c246751859a14ad3f8af77aaf180d8357a4c8d44c2f344b673404d2e011cdf4a193abda93f1b26ffff663f310ed430c5fa1 WHIRLPOOL d3bee56c1b940a2eb041a5b3b6e5ffe876b740e97c5793dd9295b42723abb5febd1fc40d9a0007df5d63f00547a5a59202eca2c102dfb878924ac07dac504eb0 DIST auctex-11.88.tar.gz 1302836 SHA256 716867d5fbcc5c67cca781d7c1984e6a3a6d5da056ec3b4f35170805bf4dc83f SHA512 30c422b52b3fc698e453ada9643038dd30978f6b1a99f5118a53ae5b939d63246adcb1937f0e5c4cf166477dca78fa17d721402a90c833c9e91d75072ae0f67d WHIRLPOOL fa348913637bf6062184873f50c6988aa1afdd7e4a456acfb139d704de9769480503e796716a632e9769f7d3f68d70e6e42a739ae8742857fcf6390baec156d6 DIST auctex-11.89.tar.gz 1332904 SHA256 98af296907b371083289a8b35bd6ff24cfd8fafb013033b724aacb5fe774c9b1 SHA512 a78ddefb46c1eb271646f3c4e723f49a913e391eb58263df3d3de272bc1ad5b70c0a9de682f28124aa5a48b36c030b3e83425667ee1a1973a054ff03ef1d8be9 WHIRLPOOL 6d8614961ddf95c764ac5f4dc8ce63bc265ddf2b8a33ee827594930b6239217f8818fffa4b30a204f8c2cf16d127c3ae97bd8d24421ce1f5254deb3f833e9e8a diff --git a/app-emacs/auctex/auctex-11.87-r1.ebuild b/app-emacs/auctex/auctex-11.87-r1.ebuild deleted file mode 100644 index d645531992c4..000000000000 --- a/app-emacs/auctex/auctex-11.87-r1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit elisp latex-package - -DESCRIPTION="Extended support for writing, formatting and using (La)TeX, Texinfo and BibTeX files" -HOMEPAGE="https://www.gnu.org/software/auctex/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-3+ FDL-1.3+" -SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" -IUSE="preview-latex" - -DEPEND="virtual/latex-base - preview-latex? ( - app-text/dvipng - app-text/ghostscript-gpl - )" -RDEPEND="${DEPEND}" - -ELISP_PATCHES="${P}-jit-lock.patch" -TEXMF="/usr/share/texmf-site" - -src_prepare() { - elisp_src_prepare -} - -src_configure() { - EMACS_NAME=emacs EMACS_FLAVOR=emacs econf --disable-build-dir-test \ - --with-auto-dir="${EPREFIX}/var/lib/auctex" \ - --with-lispdir="${EPREFIX}${SITELISP}/${PN}" \ - --with-packagelispdir="${EPREFIX}${SITELISP}/${PN}" \ - --with-packagedatadir="${EPREFIX}${SITEETC}/${PN}" \ - --with-texmf-dir="${EPREFIX}${TEXMF}" \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" \ - $(use_enable preview-latex preview) -} - -src_compile() { - export VARTEXFONTS="${T}"/fonts - emake -} - -src_install() { - emake -j1 DESTDIR="${D}" install - 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 - dodoc ChangeLog CHANGES FAQ INSTALL README RELEASE TODO -} - -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.87-jit-lock.patch b/app-emacs/auctex/files/auctex-11.87-jit-lock.patch deleted file mode 100644 index 5063a2f8d408..000000000000 --- a/app-emacs/auctex/files/auctex-11.87-jit-lock.patch +++ /dev/null @@ -1,31 +0,0 @@ -commit 5b5ef6eeb0468c273a329a05d31b3788fd46b5d7 -Author: Mosè Giordano <giordano.mose@libero.it> -Date: Sun May 12 12:01:37 2013 +0200 - - Temporary fix for font-latex-jit-lock-force-redisplay. - - * font-latex.el (font-latex-jit-lock-force-redisplay): Don't rely - on existing `jit-lock-force-redisplay' because recent bzr Emacs - broke compatibility changing the number of arguments. Reported by - Robert Goldman. - ---- auctex-11.87-orig/font-latex.el -+++ auctex-11.87/font-latex.el -@@ -1220,8 +1220,6 @@ - - (defun font-latex-jit-lock-force-redisplay (buf start end) - "Compatibility for Emacsen not offering `jit-lock-force-redisplay'." -- (if (fboundp 'jit-lock-force-redisplay) -- (jit-lock-force-redisplay buf start end) - ;; The following block is an expansion of `jit-lock-force-redisplay' - ;; and involved macros taken from CVS Emacs on 2007-04-28. - (with-current-buffer buf -@@ -1236,7 +1234,7 @@ - buffer-file-truename) - (put-text-property start end 'fontified t)) - (unless modified -- (restore-buffer-modified-p nil))))))) -+ (restore-buffer-modified-p nil)))))) - - (defun font-latex-fontify-region (beg end &optional loudly) - "Fontify region from BEG to END. |