Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/auctex: ChangeLog auctex-11.84-r2.ebuild
Date: Thu, 25 Oct 2007 06:12:21
Message-Id: E1Ikvwy-00071Y-3K@stork.gentoo.org
1 opfer 07/10/25 06:12:12
2
3 Modified: ChangeLog auctex-11.84-r2.ebuild
4 Log:
5 using SITELISP variable from elisp.eclass instead of hard-coded path
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.67 app-emacs/auctex/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/ChangeLog?rev=1.67&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/ChangeLog?rev=1.67&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/ChangeLog?r1=1.66&r2=1.67
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v
18 retrieving revision 1.66
19 retrieving revision 1.67
20 diff -u -r1.66 -r1.67
21 --- ChangeLog 1 Jul 2007 02:57:55 -0000 1.66
22 +++ ChangeLog 25 Oct 2007 06:12:11 -0000 1.67
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-emacs/auctex
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.66 2007/07/01 02:57:55 peper Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.67 2007/10/25 06:12:11 opfer Exp $
28 +
29 + 25 Oct 2007; Christian Faulhammer <opfer@g.o>
30 + auctex-11.84-r2.ebuild:
31 + using SITELISP variable from elisp.eclass instead of hard-coded path
32
33 01 Jul 2007; Piotr JaroszyƄski <peper@g.o>
34 +files/digest-auctex-11.84-r1, +files/digest-auctex-11.84-r2, Manifest:
35
36
37
38 1.3 app-emacs/auctex/auctex-11.84-r2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/auctex-11.84-r2.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/auctex-11.84-r2.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/auctex-11.84-r2.ebuild?r1=1.2&r2=1.3
43
44 Index: auctex-11.84-r2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.84-r2.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- auctex-11.84-r2.ebuild 28 Jun 2007 11:35:45 -0000 1.2
51 +++ auctex-11.84-r2.ebuild 25 Oct 2007 06:12:11 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.84-r2.ebuild,v 1.2 2007/06/28 11:35:45 opfer Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.84-r2.ebuild,v 1.3 2007/10/25 06:12:11 opfer Exp $
57
58 inherit elisp eutils latex-package
59
60 @@ -69,7 +69,7 @@
61
62 econf --disable-build-dir-test \
63 --with-auto-dir="${D}/var/lib/auctex" \
64 - --with-lispdir="${D}/usr/share/emacs/site-lisp" \
65 + --with-lispdir="${D}/${SITELISP}" \
66 --with-texmf-dir="${D}/${PREVIEW_TEXMFDIR}" \
67 $(use_enable preview-latex preview) || die "econf failed"
68 emake || die "emake failed"
69
70
71
72 --
73 gentoo-commits@g.o mailing list