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/texlive-core: texlive-core-2007.ebuild ChangeLog
Date: Sun, 21 Oct 2007 11:03:29
Message-Id: E1IjYQB-0006YL-4Y@stork.gentoo.org
1 aballier 07/10/21 10:52:39
2
3 Modified: texlive-core-2007.ebuild ChangeLog
4 Log:
5 cosmetics, use dosym instead of ln
6 (Portage version: 2.1.3.15)
7
8 Revision Changes Path
9 1.8 app-text/texlive-core/texlive-core-2007.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/texlive-core-2007.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/texlive-core-2007.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/texlive-core-2007.ebuild?r1=1.7&r2=1.8
14
15 Index: texlive-core-2007.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- texlive-core-2007.ebuild 21 Oct 2007 10:25:21 -0000 1.7
22 +++ texlive-core-2007.ebuild 21 Oct 2007 10:52:38 -0000 1.8
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007.ebuild,v 1.7 2007/10/21 10:25:21 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007.ebuild,v 1.8 2007/10/21 10:52:38 aballier Exp $
28
29 inherit eutils flag-o-matic toolchain-funcs libtool autotools texlive-common
30
31 @@ -237,9 +237,8 @@
32 # The links has to be relative, since the targets
33 # is not present at this stage and MacOS doesn't
34 # like non-existing targets
35 - cd "${D}/usr/bin/"
36 - ln -snf tex virtex
37 - ln -snf pdftex pdfvirtex
38 + dosym tex /usr/bin/virtex
39 + dosym pdftex /usr/bin/pdfvirtex
40 }
41
42 pkg_postinst() {
43
44
45
46 1.8 app-text/texlive-core/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.8&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.8&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/ChangeLog?r1=1.7&r2=1.8
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v
55 retrieving revision 1.7
56 retrieving revision 1.8
57 diff -u -r1.7 -r1.8
58 --- ChangeLog 21 Oct 2007 10:25:21 -0000 1.7
59 +++ ChangeLog 21 Oct 2007 10:52:38 -0000 1.8
60 @@ -1,6 +1,10 @@
61 # ChangeLog for app-text/texlive-core
62 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.7 2007/10/21 10:25:21 aballier Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.8 2007/10/21 10:52:38 aballier Exp $
65 +
66 + 21 Oct 2007; Alexis Ballier <aballier@g.o>
67 + texlive-core-2007.ebuild:
68 + cosmetics, use dosym instead of ln
69
70 21 Oct 2007; Alexis Ballier <aballier@g.o>
71 texlive-core-2007.ebuild:
72
73
74
75 --
76 gentoo-commits@g.o mailing list