Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/ptex: ChangeLog ptex-3.1.10_p20071122.ebuild
Date: Sat, 01 Dec 2007 02:53:06
Message-Id: E1IyITQ-0006wU-B9@stork.gentoo.org
1 matsuu 07/12/01 02:52:56
2
3 Modified: ChangeLog ptex-3.1.10_p20071122.ebuild
4 Log:
5 Fixed to work with "USE=-X".
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.66 app-text/ptex/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ptex/ChangeLog?rev=1.66&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ptex/ChangeLog?rev=1.66&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ptex/ChangeLog?r1=1.65&r2=1.66
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/ptex/ChangeLog,v
18 retrieving revision 1.65
19 retrieving revision 1.66
20 diff -u -r1.65 -r1.66
21 --- ChangeLog 30 Nov 2007 14:20:42 -0000 1.65
22 +++ ChangeLog 1 Dec 2007 02:52:55 -0000 1.66
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-text/ptex
25 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/ptex/ChangeLog,v 1.65 2007/11/30 14:20:42 matsuu Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-text/ptex/ChangeLog,v 1.66 2007/12/01 02:52:55 matsuu Exp $
28 +
29 + 01 Dec 2007; <matsuu@g.o> ptex-3.1.10_p20071122.ebuild:
30 + Fixed to work with "USE=-X".
31
32 *ptex-3.1.10_p20071122 (30 Nov 2007)
33
34
35
36
37 1.2 app-text/ptex/ptex-3.1.10_p20071122.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ptex/ptex-3.1.10_p20071122.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ptex/ptex-3.1.10_p20071122.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ptex/ptex-3.1.10_p20071122.ebuild?r1=1.1&r2=1.2
42
43 Index: ptex-3.1.10_p20071122.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-text/ptex/ptex-3.1.10_p20071122.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- ptex-3.1.10_p20071122.ebuild 30 Nov 2007 14:20:42 -0000 1.1
50 +++ ptex-3.1.10_p20071122.ebuild 1 Dec 2007 02:52:55 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/app-text/ptex/ptex-3.1.10_p20071122.ebuild,v 1.1 2007/11/30 14:20:42 matsuu Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-text/ptex/ptex-3.1.10_p20071122.ebuild,v 1.2 2007/12/01 02:52:55 matsuu Exp $
56
57 TETEX_PV=3.0_p1
58
59 @@ -91,6 +91,8 @@
60 make_option CC="$(tc-getCC)"
61 make_option CXX="$(tc-getCXX)"
62 JAPANESE=international
63 +XDVI=echo
64 +PXDVI=echo
65 PLATEX209=no
66 conf_option --without-dviljk
67 conf_option --without-dvipng
68 @@ -135,6 +137,7 @@
69 else
70 echo "conf_option --without-x" >> "${S}"/my_option
71 echo "conf_option --without-xdvik" >> "${S}"/my_option
72 + echo "conf_option --without-pxdvik" >> "${S}"/my_option
73 fi
74
75 cd "${S}"
76 @@ -153,7 +156,8 @@
77 epatch "${FILESDIR}/tetex-${TETEX_PV}-mptest.patch"
78
79 #bug 98029
80 - epatch "${FILESDIR}/${P}-fmtutil-etex.patch"
81 + # no need
82 + #epatch "${FILESDIR}/${P}-fmtutil-etex.patch"
83
84 #bug 115775
85 # ptex included
86 @@ -256,7 +260,7 @@
87 rm -r "${D}"/usr/share/texmf/web2c/texmf.cnf.*
88 rm -r "${D}"/usr/share/texmf/web2c/fmtutil.cnf.*
89 rm -r "${D}"/usr/info/dir
90 - #find "${D}"/usr/share/texmf | grep "ls-R" | xargs rm -f
91 + find "${D}"/usr/share/texmf | grep "ls-R" | xargs rm -f
92
93 einfo "Installing texmf-update scripte ..."
94 dosbin "${FILESDIR}"/texmf-update
95
96
97
98 --
99 gentoo-commits@g.o mailing list