diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-08-27 16:09:28 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-08-27 16:09:28 +0000 |
commit | 08446ee5699b53b4f2ffa139b438cfedbbde216b (patch) | |
tree | ec8ca926b4b0243f27806f62de6e69ef7f3cf450 /app-text/texlive-core | |
parent | Stable for AMD64 x86 too. (diff) | |
download | gentoo-2-08446ee5699b53b4f2ffa139b438cfedbbde216b.tar.gz gentoo-2-08446ee5699b53b4f2ffa139b438cfedbbde216b.tar.bz2 gentoo-2-08446ee5699b53b4f2ffa139b438cfedbbde216b.zip |
tests work these days even if they do not have a good coverage, enable them
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'app-text/texlive-core')
-rw-r--r-- | app-text/texlive-core/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/texlive-core/texlive-core-2013.ebuild | 11 |
2 files changed, 5 insertions, 11 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog index 2aa864bbf745..5cd4818a20c4 100644 --- a/app-text/texlive-core/ChangeLog +++ b/app-text/texlive-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/texlive-core # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.208 2013/08/27 15:57:21 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.209 2013/08/27 16:09:28 aballier Exp $ + + 27 Aug 2013; Alexis Ballier <aballier@gentoo.org> texlive-core-2013.ebuild: + tests work these days even if they do not have a good coverage, enable them 27 Aug 2013; Alexis Ballier <aballier@gentoo.org> texlive-core-2013.ebuild: block pre-2013 texlive-basic, bug #482530 diff --git a/app-text/texlive-core/texlive-core-2013.ebuild b/app-text/texlive-core/texlive-core-2013.ebuild index 752dd19df5b6..685b76e636c8 100644 --- a/app-text/texlive-core/texlive-core-2013.ebuild +++ b/app-text/texlive-core/texlive-core-2013.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2013.ebuild,v 1.6 2013/08/27 15:57:21 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2013.ebuild,v 1.7 2013/08/27 16:09:28 aballier Exp $ EAPI=5 @@ -248,15 +248,6 @@ src_compile() { && cat "${T}/updmap_update3" > "texmf-dist/web2c/updmap.cfg" } -src_test() { - ewarn "Due to modular layout of texlive ebuilds," - ewarn "It would not make much sense to use tests into the ebuild" - ewarn "And tests would fail anyway" - ewarn "Alternatively you can try to compile any tex file" - ewarn "Tex warnings should be considered as errors and reported" - ewarn "You can also run fmtutil-sys --all and check for errors/warnings there" -} - src_install() { dodir ${TEXMF_PATH:-/usr/share/texmf-dist}/web2c emake DESTDIR="${D}" texmf="${D}${TEXMF_PATH:-/usr/share/texmf-dist}" run_texlinks="true" run_mktexlsr="true" install || die "install failed" |