Gentoo Archives: gentoo-commits

From: "Matt Turner (mattst88)" <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/xdvik: ChangeLog xdvik-22.84.16.ebuild
Date: Tue, 02 Aug 2011 05:46:04
Message-Id: 20110802054555.3A08220051@flycatcher.gentoo.org
1 mattst88 11/08/02 05:45:55
2
3 Modified: ChangeLog xdvik-22.84.16.ebuild
4 Log:
5 Renamed x11-libs/Xaw3d to x11-libs/libXaw3d.
6
7 (Portage version: 2.1.10.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.77 app-text/xdvik/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.77&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.77&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?r1=1.76&r2=1.77
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v
19 retrieving revision 1.76
20 retrieving revision 1.77
21 diff -u -r1.76 -r1.77
22 --- ChangeLog 11 Nov 2010 15:54:15 -0000 1.76
23 +++ ChangeLog 2 Aug 2011 05:45:55 -0000 1.77
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-text/xdvik
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.76 2010/11/11 15:54:15 aballier Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.77 2011/08/02 05:45:55 mattst88 Exp $
30 +
31 + 02 Aug 2011; Matt Turner <mattst88@g.o> xdvik-22.84.16.ebuild:
32 + Renamed x11-libs/Xaw3d to x11-libs/libXaw3d.
33
34 11 Nov 2010; Alexis Ballier <aballier@g.o> xdvik-22.84.16.ebuild:
35 patch conditionally on texlive-core not texlive... should fix bug #344203
36
37
38
39 1.14 app-text/xdvik/xdvik-22.84.16.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?rev=1.14&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?rev=1.14&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?r1=1.13&r2=1.14
44
45 Index: xdvik-22.84.16.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v
48 retrieving revision 1.13
49 retrieving revision 1.14
50 diff -u -r1.13 -r1.14
51 --- xdvik-22.84.16.ebuild 11 Nov 2010 15:54:15 -0000 1.13
52 +++ xdvik-22.84.16.ebuild 2 Aug 2011 05:45:55 -0000 1.14
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.13 2010/11/11 15:54:15 aballier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.14 2011/08/02 05:45:55 mattst88 Exp $
59
60 EAPI=3
61 inherit eutils flag-o-matic elisp-common toolchain-funcs
62 @@ -20,7 +20,7 @@
63 x11-libs/libXpm
64 motif? ( >=x11-libs/openmotif-2.3:0 )
65 !motif? ( neXt? ( x11-libs/neXtaw )
66 - !neXt? ( Xaw3d? ( x11-libs/Xaw3d ) ) )
67 + !neXt? ( Xaw3d? ( x11-libs/libXaw3d ) ) )
68 virtual/latex-base
69 !<app-text/texlive-2007"
70 DEPEND="${RDEPEND}"