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-r10.ebuild ChangeLog
Date: Fri, 07 Dec 2007 17:04:39
Message-Id: E1J0gcs-00061K-CY@stork.gentoo.org
1 aballier 07/12/07 17:04:34
2
3 Modified: texlive-core-2007-r10.ebuild ChangeLog
4 Log:
5 Make a tarball of texmf.d files
6 (Portage version: 2.1.4_rc8)
7
8 Revision Changes Path
9 1.3 app-text/texlive-core/texlive-core-2007-r10.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/texlive-core-2007-r10.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/texlive-core-2007-r10.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/texlive-core-2007-r10.ebuild?r1=1.2&r2=1.3
14
15 Index: texlive-core-2007-r10.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007-r10.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- texlive-core-2007-r10.ebuild 7 Dec 2007 15:10:42 -0000 1.2
22 +++ texlive-core-2007-r10.ebuild 7 Dec 2007 17:04:33 -0000 1.3
23 @@ -1,10 +1,11 @@
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-r10.ebuild,v 1.2 2007/12/07 15:10:42 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007-r10.ebuild,v 1.3 2007/12/07 17:04:33 aballier Exp $
28
29 inherit eutils flag-o-matic toolchain-funcs libtool autotools texlive-common
30
31 PATCHLEVEL="2"
32 +TEXMFD_VERSION="1"
33
34 DESCRIPTION="A complete TeX distribution"
35 HOMEPAGE="http://tug.org/texlive/"
36 @@ -32,7 +33,8 @@
37 SRC_URI="${SRC_URI} mirror://gentoo/${P}-updated-config.ps.bz2"
38
39 # Fetch patches
40 -SRC_URI="${SRC_URI} mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.bz2"
41 +SRC_URI="${SRC_URI} mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.bz2
42 + mirror://gentoo/${P}-texmf.d-${TEXMFD_VERSION}.tar.bz2"
43
44 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~sparc ~x86"
45 IUSE="X doc"
46 @@ -217,7 +219,7 @@
47 rm -f "${D}${TEXMF_PATH}/web2c/texmf.cnf"
48
49 insinto /etc/texmf/texmf.d
50 - doins "${FILESDIR}/${PV}/texmf.d/"{00header,05searchpaths,10standardpaths,15options,20sizes,25misc}.cnf
51 + doins "${WORKDIR}/texmf.d/"*.cnf
52
53 mv "${D}${TEXMF_PATH}/web2c/updmap.cfg" "${D}/etc/texmf/updmap.d/00updmap.cfg" || die "moving updmap.cfg failed"
54
55
56
57
58 1.36 app-text/texlive-core/ChangeLog
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.36&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.36&content-type=text/plain
62 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/ChangeLog?r1=1.35&r2=1.36
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v
67 retrieving revision 1.35
68 retrieving revision 1.36
69 diff -u -r1.35 -r1.36
70 --- ChangeLog 7 Dec 2007 15:10:42 -0000 1.35
71 +++ ChangeLog 7 Dec 2007 17:04:33 -0000 1.36
72 @@ -1,6 +1,13 @@
73 # ChangeLog for app-text/texlive-core
74 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.35 2007/12/07 15:10:42 aballier Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.36 2007/12/07 17:04:33 aballier Exp $
77 +
78 + 07 Dec 2007; Alexis Ballier <aballier@g.o>
79 + -files/2007/texmf.d/00header.cnf, -files/2007/texmf.d/05searchpaths.cnf,
80 + -files/2007/texmf.d/10standardpaths.cnf,
81 + -files/2007/texmf.d/15options.cnf, -files/2007/texmf.d/20sizes.cnf,
82 + -files/2007/texmf.d/25misc.cnf, texlive-core-2007-r10.ebuild:
83 + Make a tarball of texmf.d files
84
85 07 Dec 2007; Alexis Ballier <aballier@g.o>
86 texlive-core-2007-r10.ebuild:
87
88
89
90 --
91 gentoo-commits@g.o mailing list