Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: tetex.eclass
Date: Sat, 28 Jun 2008 20:02:48
Message-Id: E1KCgd5-0007mr-GZ@stork.gentoo.org
1 grobian 08/06/28 20:02:39
2
3 Modified: tetex.eclass
4 Log:
5 Remove weird ppc-macos cruft
6
7 Revision Changes Path
8 1.57 eclass/tetex.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/tetex.eclass?rev=1.57&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/tetex.eclass?rev=1.57&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/tetex.eclass?r1=1.56&r2=1.57
13
14 Index: tetex.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/tetex.eclass,v
17 retrieving revision 1.56
18 retrieving revision 1.57
19 diff -u -r1.56 -r1.57
20 --- tetex.eclass 12 May 2008 15:24:00 -0000 1.56
21 +++ tetex.eclass 28 Jun 2008 20:02:39 -0000 1.57
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2006 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/tetex.eclass,v 1.56 2008/05/12 15:24:00 aballier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/tetex.eclass,v 1.57 2008/06/28 20:02:39 grobian Exp $
27 #
28 # Author: Jaromir Malenko <malenko@×××××.cz>
29 # Author: Mamoru KOMACHI <usata@g.o>
30 @@ -98,10 +98,6 @@
31 for p in ${WORKDIR}/patches/* ; do
32 epatch $p
33 done
34 -
35 - if useq ppc-macos ; then
36 - sed -i -e "/^HOMETEXMF/s:\$HOME/texmf:\$HOME/Library/texmf:" ${S}/texk/kpathsea/texmf.in || die "sed texmf.in failed."
37 - fi
38 ;;
39 all)
40 tetex_src_unpack unpack patch
41 @@ -153,12 +149,6 @@
42 ${xdvik} \
43 ${TETEX_ECONF} || die
44
45 - if useq X && useq ppc-macos ; then
46 - for f in $(find ${S} -name config.status) ; do
47 - sed -i -e "s:-ldl::g" $f
48 - done
49 - fi
50 -
51 emake -j1 CC="$(tc-getCC)" CXX="$(tc-getCXX)" texmf=${TEXMF_PATH:-/usr/share/texmf} || die "make teTeX failed"
52 }
53
54
55
56
57 --
58 gentoo-commits@l.g.o mailing list