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: ChangeLog texlive-core-2011-r4.ebuild
Date: Wed, 02 Nov 2011 21:07:09
Message-Id: 20111102210643.8EA0E2004B@flycatcher.gentoo.org
1 aballier 11/11/02 21:06:43
2
3 Modified: ChangeLog texlive-core-2011-r4.ebuild
4 Log:
5 add upstream patches from branch 2011
6
7 (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.156 app-text/texlive-core/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.156&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.156&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?r1=1.155&r2=1.156
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v
19 retrieving revision 1.155
20 retrieving revision 1.156
21 diff -u -r1.155 -r1.156
22 --- ChangeLog 12 Oct 2011 15:08:15 -0000 1.155
23 +++ ChangeLog 2 Nov 2011 21:06:43 -0000 1.156
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-text/texlive-core
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.155 2011/10/12 15:08:15 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.156 2011/11/02 21:06:43 aballier Exp $
29 +
30 + 02 Nov 2011; Alexis Ballier <aballier@g.o>
31 + texlive-core-2011-r4.ebuild:
32 + add upstream patches from branch 2011
33
34 12 Oct 2011; Raúl Porcel <armin76@g.o> texlive-core-2010-r4.ebuild,
35 texlive-core-2011-r4.ebuild:
36
37
38
39 1.3 app-text/texlive-core/texlive-core-2011-r4.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2011-r4.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2011-r4.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2011-r4.ebuild?r1=1.2&r2=1.3
44
45 Index: texlive-core-2011-r4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2011-r4.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- texlive-core-2011-r4.ebuild 12 Oct 2011 15:08:15 -0000 1.2
52 +++ texlive-core-2011-r4.ebuild 2 Nov 2011 21:06:43 -0000 1.3
53 @@ -1,13 +1,15 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2011-r4.ebuild,v 1.2 2011/10/12 15:08:15 armin76 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2011-r4.ebuild,v 1.3 2011/11/02 21:06:43 aballier Exp $
58
59 EAPI=3
60
61 +TL_UPSTREAM_PATCHLEVEL="1"
62 +PATCHLEVEL="31"
63 +TL_SOURCE_VERSION=20110705
64 +
65 inherit eutils flag-o-matic toolchain-funcs libtool texlive-common
66
67 -PATCHLEVEL="30"
68 -TL_SOURCE_VERSION=20110705
69 MY_PV=${PN%-core}-${TL_SOURCE_VERSION}-source
70
71 DESCRIPTION="A complete TeX distribution"
72 @@ -18,7 +20,8 @@
73 SRC_URI="mirror://gentoo/${MY_PV}.tar.xz"
74
75 # Fetch patches
76 -SRC_URI="${SRC_URI} mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.xz"
77 +SRC_URI="${SRC_URI} mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.xz
78 + mirror://gentoo/texlive-core-upstream-patches-${TL_UPSTREAM_PATCHLEVEL}.tar.xz"
79
80 TL_CORE_BINEXTRA_MODULES="
81 a2ping asymptote bibtex8 bundledoc ctie cweb de-macro dtl dvi2tty dviasm
82 @@ -113,6 +116,7 @@
83 src_prepare() {
84 mv "${WORKDIR}"/texmf* "${S}" || die "failed to move texmf files"
85
86 + EPATCH_MULTI_MSG="Applying patches from upstream bugfix branch..." EPATCH_SUFFIX="patch" epatch "${WORKDIR}/gentoo_branch2011_patches"
87 EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
88
89 elibtoolize