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.85.ebuild ChangeLog
Date: Fri, 28 Nov 2008 15:29:30
Message-Id: E1L65Hc-00071X-2v@stork.gentoo.org
1 ulm 08/11/28 15:29:28
2
3 Modified: auctex-11.85.ebuild ChangeLog
4 Log:
5 Fix Info dir entry.
6 (Portage version: 2.2_rc16/cvs/Linux 2.6.27-gentoo-r4 i686)
7
8 Revision Changes Path
9 1.8 app-emacs/auctex/auctex-11.85.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/auctex-11.85.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/auctex-11.85.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/auctex-11.85.ebuild?r1=1.7&r2=1.8
14
15 Index: auctex-11.85.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.85.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- auctex-11.85.ebuild 5 May 2008 20:50:06 -0000 1.7
22 +++ auctex-11.85.ebuild 28 Nov 2008 15:29:28 -0000 1.8
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.85.ebuild,v 1.7 2008/05/05 20:50:06 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.85.ebuild,v 1.8 2008/11/28 15:29:28 ulm Exp $
28
29 inherit elisp eutils latex-package
30
31 @@ -23,6 +23,9 @@
32 TEXMF="/usr/share/texmf-site"
33
34 src_compile() {
35 + # Remove broken Info file (will be recreated by the build system)
36 + rm doc/auctex.info
37 +
38 EMACS_NAME=emacs EMACS_FLAVOUR=emacs econf --disable-build-dir-test \
39 --with-auto-dir="/var/lib/auctex" \
40 --with-lispdir="${SITELISP}/${PN}" \
41
42
43
44 1.93 app-emacs/auctex/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/ChangeLog?rev=1.93&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/ChangeLog?rev=1.93&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/ChangeLog?r1=1.92&r2=1.93
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v
53 retrieving revision 1.92
54 retrieving revision 1.93
55 diff -u -r1.92 -r1.93
56 --- ChangeLog 28 Jul 2008 18:51:48 -0000 1.92
57 +++ ChangeLog 28 Nov 2008 15:29:28 -0000 1.93
58 @@ -1,6 +1,9 @@
59 # ChangeLog for app-emacs/auctex
60 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.92 2008/07/28 18:51:48 ulm Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.93 2008/11/28 15:29:28 ulm Exp $
63 +
64 + 28 Nov 2008; Ulrich Mueller <ulm@g.o> auctex-11.85.ebuild:
65 + Fix Info dir entry.
66
67 28 Jul 2008; Ulrich Mueller <ulm@g.o> metadata.xml:
68 Add USE flag description to metadata wrt GLEP 56.