Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/xdvik: ChangeLog xdvik-22.84.10.ebuild
Date: Wed, 31 Oct 2007 10:43:32
Message-Id: E1InB2h-000606-6M@stork.gentoo.org
1 aballier 07/10/31 10:43:23
2
3 Modified: ChangeLog xdvik-22.84.10.ebuild
4 Log:
5 switch ptex and texlive-core deps in the || dep, so that it is more consistent with latex-base virtual
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.43 app-text/xdvik/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.43&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.43&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?r1=1.42&r2=1.43
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v
18 retrieving revision 1.42
19 retrieving revision 1.43
20 diff -u -r1.42 -r1.43
21 --- ChangeLog 26 Oct 2007 17:35:38 -0000 1.42
22 +++ ChangeLog 31 Oct 2007 10:43:22 -0000 1.43
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-text/xdvik
25 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.42 2007/10/26 17:35:38 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.43 2007/10/31 10:43:22 aballier Exp $
28 +
29 + 31 Oct 2007; Alexis Ballier <aballier@g.o> xdvik-22.84.10.ebuild:
30 + switch ptex and texlive-core deps in the || dep, so that it is more
31 + consistent with latex-base virtual
32
33 26 Oct 2007; Ulrich Mueller <ulm@g.o> xdvik-22.84.10.ebuild:
34 Delete spurious parentheses in elog message, bug #184259.
35
36
37
38 1.18 app-text/xdvik/xdvik-22.84.10.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild?rev=1.18&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild?rev=1.18&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild?r1=1.17&r2=1.18
43
44 Index: xdvik-22.84.10.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild,v
47 retrieving revision 1.17
48 retrieving revision 1.18
49 diff -u -r1.17 -r1.18
50 --- xdvik-22.84.10.ebuild 26 Oct 2007 17:38:54 -0000 1.17
51 +++ xdvik-22.84.10.ebuild 31 Oct 2007 10:43:22 -0000 1.18
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-text/xdvik/xdvik-22.84.10.ebuild,v 1.17 2007/10/26 17:38:54 ulm Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild,v 1.18 2007/10/31 10:43:22 aballier Exp $
57
58 WANT_AUTOCONF=2.1
59
60 @@ -25,7 +25,7 @@
61 motif? ( virtual/motif )
62 !motif? ( neXt? ( x11-libs/neXtaw )
63 !neXt? ( Xaw3d? ( x11-libs/Xaw3d ) ) )
64 - cjk? ( || ( app-text/ptex app-text/texlive-core )
65 + cjk? ( || ( app-text/texlive-core app-text/ptex )
66 >=media-libs/freetype-2
67 >=media-fonts/kochi-substitute-20030809-r3 )
68 !cjk? ( virtual/latex-base )
69
70
71
72 --
73 gentoo-commits@g.o mailing list