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 10:36:09
Message-Id: E1IjXzm-0006Iz-IO@stork.gentoo.org
1 aballier 07/10/21 10:25:22
2
3 Modified: texlive-core-2007.ebuild ChangeLog
4 Log:
5 remove the chown on the texmf tree, other texmf packages dont do it anyway
6 and it wasnt chowning texmf-dist; will reenable it if it is really needed,
7 but it shouldnt
8
9 (Portage version: 2.1.3.15)
10
11 Revision Changes Path
12 1.7 app-text/texlive-core/texlive-core-2007.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/texlive-core-2007.ebuild?rev=1.7&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/texlive-core-2007.ebuild?rev=1.7&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/texlive-core-2007.ebuild?r1=1.6&r2=1.7
17
18 Index: texlive-core-2007.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007.ebuild,v
21 retrieving revision 1.6
22 retrieving revision 1.7
23 diff -u -r1.6 -r1.7
24 --- texlive-core-2007.ebuild 20 Oct 2007 16:49:35 -0000 1.6
25 +++ texlive-core-2007.ebuild 21 Oct 2007 10:25:21 -0000 1.7
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2007 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007.ebuild,v 1.6 2007/10/20 16:49:35 aballier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007.ebuild,v 1.7 2007/10/21 10:25:21 aballier Exp $
31
32 inherit eutils flag-o-matic toolchain-funcs libtool autotools texlive-common
33
34 @@ -196,9 +196,6 @@
35
36 dodir /var/cache/fonts
37
38 - # root group name doesn't exist on Mac OS X
39 - chown -R 0:0 "${D}/usr/share/texmf"
40 -
41 dodir /etc/env.d
42 echo 'CONFIG_PROTECT_MASK="/etc/texmf/web2c"' > "${D}/etc/env.d/98texlive"
43 # populate /etc/texmf
44
45
46
47 1.7 app-text/texlive-core/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.7&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.7&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/ChangeLog?r1=1.6&r2=1.7
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v
56 retrieving revision 1.6
57 retrieving revision 1.7
58 diff -u -r1.6 -r1.7
59 --- ChangeLog 20 Oct 2007 16:49:35 -0000 1.6
60 +++ ChangeLog 21 Oct 2007 10:25:21 -0000 1.7
61 @@ -1,6 +1,12 @@
62 # ChangeLog for app-text/texlive-core
63 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.6 2007/10/20 16:49:35 aballier Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.7 2007/10/21 10:25:21 aballier Exp $
66 +
67 + 21 Oct 2007; Alexis Ballier <aballier@g.o>
68 + texlive-core-2007.ebuild:
69 + remove the chown on the texmf tree, other texmf packages dont do it anyway
70 + and it wasnt chowning texmf-dist; will reenable it if it is really needed,
71 + but it shouldnt
72
73 20 Oct 2007; Alexis Ballier <aballier@g.o>
74 texlive-core-2007.ebuild:
75
76
77
78 --
79 gentoo-commits@g.o mailing list