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, 18 Apr 2008 15:20:24
Message-Id: E1JmsNx-0006y4-LQ@stork.gentoo.org
1 ulm 08/04/18 15:20:21
2
3 Modified: auctex-11.85.ebuild ChangeLog
4 Log:
5 Parallel install does not work, bug 213992 comment 5.
6 (Portage version: 2.1.5_rc3)
7
8 Revision Changes Path
9 1.6 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.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/auctex-11.85.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/auctex-11.85.ebuild?r1=1.5&r2=1.6
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.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- auctex-11.85.ebuild 23 Mar 2008 13:49:53 -0000 1.5
22 +++ auctex-11.85.ebuild 18 Apr 2008 15:20:21 -0000 1.6
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.5 2008/03/23 13:49:53 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.85.ebuild,v 1.6 2008/04/18 15:20:21 ulm Exp $
28
29 inherit elisp eutils latex-package
30
31 @@ -35,7 +35,7 @@
32 }
33
34 src_install() {
35 - emake DESTDIR="${D}" install || die "emake install failed"
36 + emake -j1 DESTDIR="${D}" install || die "emake install failed"
37 elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" || die
38 if use preview-latex; then
39 elisp-site-file-install "${FILESDIR}/60${PN}-gentoo.el" || die
40
41
42
43 1.89 app-emacs/auctex/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/ChangeLog?rev=1.89&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/ChangeLog?rev=1.89&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/ChangeLog?r1=1.88&r2=1.89
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v
52 retrieving revision 1.88
53 retrieving revision 1.89
54 diff -u -r1.88 -r1.89
55 --- ChangeLog 23 Mar 2008 13:49:53 -0000 1.88
56 +++ ChangeLog 18 Apr 2008 15:20:21 -0000 1.89
57 @@ -1,6 +1,9 @@
58 # ChangeLog for app-emacs/auctex
59 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.88 2008/03/23 13:49:53 ranger Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.89 2008/04/18 15:20:21 ulm Exp $
62 +
63 + 18 Apr 2008; Ulrich Mueller <ulm@g.o> auctex-11.85.ebuild:
64 + Parallel install does not work, bug 213992 comment 5.
65
66 23 Mar 2008; Brent Baude <ranger@g.o> auctex-11.85.ebuild:
67 stable ppc64, bug 213992
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list