Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/auctex: auctex-11.85.ebuild ChangeLog
Date: Sat, 26 Dec 2009 17:24:28
Message-Id: E1NOaNN-0001Lx-C6@stork.gentoo.org
1 pva 09/12/26 17:24:25
2
3 Modified: auctex-11.85.ebuild ChangeLog
4 Log:
5 virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only implementation left in the tree.
6 (Portage version: 2.1.7.16/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.12 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.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/auctex-11.85.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/auctex-11.85.ebuild?r1=1.11&r2=1.12
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.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- auctex-11.85.ebuild 4 Dec 2009 23:18:57 -0000 1.11
22 +++ auctex-11.85.ebuild 26 Dec 2009 17:24:25 -0000 1.12
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 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.11 2009/12/04 23:18:57 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.85.ebuild,v 1.12 2009/12/26 17:24:25 pva Exp $
28
29 inherit elisp eutils latex-package
30
31 @@ -16,7 +16,7 @@
32 DEPEND="virtual/latex-base
33 preview-latex? ( !dev-tex/preview-latex
34 app-text/dvipng
35 - virtual/ghostscript )"
36 + app-text/ghostscript-gpl )"
37 RDEPEND="${DEPEND}"
38
39 TEXMF="/usr/share/texmf-site"
40
41
42
43 1.96 app-emacs/auctex/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/ChangeLog?rev=1.96&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/ChangeLog?rev=1.96&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/ChangeLog?r1=1.95&r2=1.96
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v
52 retrieving revision 1.95
53 retrieving revision 1.96
54 diff -u -r1.95 -r1.96
55 --- ChangeLog 4 Dec 2009 23:18:57 -0000 1.95
56 +++ ChangeLog 26 Dec 2009 17:24:25 -0000 1.96
57 @@ -1,6 +1,10 @@
58 # ChangeLog for app-emacs/auctex
59 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.95 2009/12/04 23:18:57 ulm Exp $
61 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.96 2009/12/26 17:24:25 pva Exp $
63 +
64 + 26 Dec 2009; Peter Volkov <pva@g.o> auctex-11.85.ebuild:
65 + virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only
66 + implementation left in the tree.
67
68 04 Dec 2009; Ulrich Mueller <ulm@g.o> auctex-11.85.ebuild:
69 Properly configure docdir location, fixes bug 295781.