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-2013.ebuild ChangeLog
Date: Tue, 27 Aug 2013 16:09:32
Message-Id: 20130827160928.F03532004C@flycatcher.gentoo.org
1 aballier 13/08/27 16:09:28
2
3 Modified: texlive-core-2013.ebuild ChangeLog
4 Log:
5 tests work these days even if they do not have a good coverage, enable them
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.7 app-text/texlive-core/texlive-core-2013.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2013.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2013.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2013.ebuild?r1=1.6&r2=1.7
15
16 Index: texlive-core-2013.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2013.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- texlive-core-2013.ebuild 27 Aug 2013 15:57:21 -0000 1.6
23 +++ texlive-core-2013.ebuild 27 Aug 2013 16:09:28 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2013.ebuild,v 1.6 2013/08/27 15:57:21 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2013.ebuild,v 1.7 2013/08/27 16:09:28 aballier Exp $
29
30 EAPI=5
31
32 @@ -248,15 +248,6 @@
33 && cat "${T}/updmap_update3" > "texmf-dist/web2c/updmap.cfg"
34 }
35
36 -src_test() {
37 - ewarn "Due to modular layout of texlive ebuilds,"
38 - ewarn "It would not make much sense to use tests into the ebuild"
39 - ewarn "And tests would fail anyway"
40 - ewarn "Alternatively you can try to compile any tex file"
41 - ewarn "Tex warnings should be considered as errors and reported"
42 - ewarn "You can also run fmtutil-sys --all and check for errors/warnings there"
43 -}
44 -
45 src_install() {
46 dodir ${TEXMF_PATH:-/usr/share/texmf-dist}/web2c
47 emake DESTDIR="${D}" texmf="${D}${TEXMF_PATH:-/usr/share/texmf-dist}" run_texlinks="true" run_mktexlsr="true" install || die "install failed"
48
49
50
51 1.209 app-text/texlive-core/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.209&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.209&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?r1=1.208&r2=1.209
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v
60 retrieving revision 1.208
61 retrieving revision 1.209
62 diff -u -r1.208 -r1.209
63 --- ChangeLog 27 Aug 2013 15:57:21 -0000 1.208
64 +++ ChangeLog 27 Aug 2013 16:09:28 -0000 1.209
65 @@ -1,6 +1,9 @@
66 # ChangeLog for app-text/texlive-core
67 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.208 2013/08/27 15:57:21 aballier Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.209 2013/08/27 16:09:28 aballier Exp $
70 +
71 + 27 Aug 2013; Alexis Ballier <aballier@g.o> texlive-core-2013.ebuild:
72 + tests work these days even if they do not have a good coverage, enable them
73
74 27 Aug 2013; Alexis Ballier <aballier@g.o> texlive-core-2013.ebuild:
75 block pre-2013 texlive-basic, bug #482530