Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/auctex: auctex-11.86-r1.ebuild
Date: Mon, 17 Jan 2011 08:25:59
Message-Id: 20110117082549.4B7A320054@flycatcher.gentoo.org
1 ulm 11/01/17 08:25:49
2
3 Modified: auctex-11.86-r1.ebuild
4 Log:
5 Remove auctex.info* in src_prepare.
6
7 (Portage version: 2.1.9.31/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-emacs/auctex/auctex-11.86-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/auctex/auctex-11.86-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/auctex/auctex-11.86-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/auctex/auctex-11.86-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: auctex-11.86-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.86-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- auctex-11.86-r1.ebuild 17 Jan 2011 08:13:52 -0000 1.1
23 +++ auctex-11.86-r1.ebuild 17 Jan 2011 08:25:49 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.86-r1.ebuild,v 1.1 2011/01/17 08:13:52 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.86-r1.ebuild,v 1.2 2011/01/17 08:25:49 ulm Exp $
29
30 EAPI=3
31
32 @@ -26,12 +26,12 @@
33
34 src_prepare() {
35 elisp_src_prepare
36 -}
37
38 -src_configure() {
39 # Remove broken Info file (will be recreated by the build system)
40 rm doc/auctex.info*
41 +}
42
43 +src_configure() {
44 EMACS_NAME=emacs EMACS_FLAVOUR=emacs econf --disable-build-dir-test \
45 --with-auto-dir="${EPREFIX}/var/lib/auctex" \
46 --with-lispdir="${EPREFIX}${SITELISP}/${PN}" \
47 @@ -39,7 +39,7 @@
48 --with-packagedatadir="${EPREFIX}${SITEETC}/${PN}" \
49 --with-texmf-dir="${EPREFIX}${TEXMF}" \
50 --docdir="${EPREFIX}/usr/share/doc/${PF}" \
51 - $(use_enable preview-latex preview) || die "econf failed"
52 + $(use_enable preview-latex preview)
53 }
54
55 src_compile() {