From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 338231393E9 for ; Fri, 23 May 2014 18:00:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD823E084C; Fri, 23 May 2014 18:00:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2BCBDE0831 for ; Fri, 23 May 2014 18:00:40 +0000 (UTC) Received: from flycatcher.gentoo.org (unknown [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EDC8133FAE0 for ; Fri, 23 May 2014 18:00:38 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2178) id A572C2004C; Fri, 23 May 2014 18:00:37 +0000 (UTC) From: "Ulrich Mueller (ulm)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ulm@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/auctex: ChangeLog auctex-11.87-r1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog auctex-11.87-r1.ebuild X-VCS-Directories: app-emacs/auctex X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140523180037.A572C2004C@flycatcher.gentoo.org> Date: Fri, 23 May 2014 18:00:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dd8b7c82-5200-4dfd-befb-6383cc9c8a2c X-Archives-Hash: b594ed481e2f8f3a96dd29bbf5f0f639 ulm 14/05/23 18:00:37 Modified: ChangeLog Added: auctex-11.87-r1.ebuild Log: Fix incompatibility with jit-lock in Emacs 24.4. Patch from upstream. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!) Revision Changes Path 1.120 app-emacs/auctex/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/auctex/ChangeLog?rev=1.120&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/auctex/ChangeLog?rev=1.120&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/auctex/ChangeLog?r1=1.119&r2=1.120 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- ChangeLog 25 Mar 2014 19:01:39 -0000 1.119 +++ ChangeLog 23 May 2014 18:00:37 -0000 1.120 @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/auctex # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.119 2014/03/25 19:01:39 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.120 2014/05/23 18:00:37 ulm Exp $ + +*auctex-11.87-r1 (23 May 2014) + + 23 May 2014; Ulrich Müller +auctex-11.87-r1.ebuild, + +files/auctex-11.87-jit-lock.patch: + Fix incompatibility with jit-lock in Emacs 24.4. Patch from upstream. 25 Mar 2014; Ulrich Müller -auctex-11.86-r1.ebuild, -files/auctex-11.86-ghostscript9.patch: 1.1 app-emacs/auctex/auctex-11.87-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/auctex/auctex-11.87-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/auctex/auctex-11.87-r1.ebuild?rev=1.1&content-type=text/plain Index: auctex-11.87-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.87-r1.ebuild,v 1.1 2014/05/23 18:00:37 ulm Exp $ EAPI=5 inherit elisp latex-package DESCRIPTION="Extended support for writing, formatting and using (La)TeX, Texinfo and BibTeX files" HOMEPAGE="http://www.gnu.org/software/auctex/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3+ FDL-1.3+" SLOT="0" KEYWORDS="~amd64 ~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_FLAVOUR=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 }