diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-11-28 15:29:28 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-11-28 15:29:28 +0000 |
commit | 9e71a42527eb74b2bc6768bd5bdb067c6350bb59 (patch) | |
tree | 4e0d8c561aa19da55aeb870ceb67f6035345e495 /app-emacs/auctex | |
parent | Version bump, added some fixes from upstream. Remove unsed version. (diff) | |
download | gentoo-2-9e71a42527eb74b2bc6768bd5bdb067c6350bb59.tar.gz gentoo-2-9e71a42527eb74b2bc6768bd5bdb067c6350bb59.tar.bz2 gentoo-2-9e71a42527eb74b2bc6768bd5bdb067c6350bb59.zip |
Fix Info dir entry.
(Portage version: 2.2_rc16/cvs/Linux 2.6.27-gentoo-r4 i686)
Diffstat (limited to 'app-emacs/auctex')
-rw-r--r-- | app-emacs/auctex/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/auctex/auctex-11.85.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-emacs/auctex/ChangeLog b/app-emacs/auctex/ChangeLog index 70e92dae51d6..259d862d8644 100644 --- a/app-emacs/auctex/ChangeLog +++ b/app-emacs/auctex/ChangeLog @@ -1,6 +1,9 @@ # 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.92 2008/07/28 18:51:48 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.93 2008/11/28 15:29:28 ulm Exp $ + + 28 Nov 2008; Ulrich Mueller <ulm@gentoo.org> auctex-11.85.ebuild: + Fix Info dir entry. 28 Jul 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml: Add USE flag description to metadata wrt GLEP 56. diff --git a/app-emacs/auctex/auctex-11.85.ebuild b/app-emacs/auctex/auctex-11.85.ebuild index b4518a4e3e83..6be76766e1da 100644 --- a/app-emacs/auctex/auctex-11.85.ebuild +++ b/app-emacs/auctex/auctex-11.85.ebuild @@ -1,6 +1,6 @@ # 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.85.ebuild,v 1.7 2008/05/05 20:50:06 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.85.ebuild,v 1.8 2008/11/28 15:29:28 ulm Exp $ inherit elisp eutils latex-package @@ -23,6 +23,9 @@ DEPEND="virtual/latex-base TEXMF="/usr/share/texmf-site" src_compile() { + # Remove broken Info file (will be recreated by the build system) + rm doc/auctex.info + EMACS_NAME=emacs EMACS_FLAVOUR=emacs econf --disable-build-dir-test \ --with-auto-dir="/var/lib/auctex" \ --with-lispdir="${SITELISP}/${PN}" \ |