commit: 22a205be750486f3baa6a9fb39e64449c97bac8c Author: Horea Christian <h.chr <AT> mail <DOT> ru> AuthorDate: Mon Dec 7 12:33:50 2015 +0000 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> CommitDate: Mon Dec 7 12:33:50 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=22a205be
dev-tex/pythontex: fixed access violation Package-Manager: portage-2.2.26 dev-tex/pythontex/ChangeLog | 25 +++---------------------- dev-tex/pythontex/pythontex-0.14-r1.ebuild | 2 +- dev-tex/pythontex/pythontex-9999.ebuild | 2 +- 3 files changed, 5 insertions(+), 24 deletions(-) diff --git a/dev-tex/pythontex/ChangeLog b/dev-tex/pythontex/ChangeLog index b283f70..27ac054 100644 --- a/dev-tex/pythontex/ChangeLog +++ b/dev-tex/pythontex/ChangeLog @@ -2,25 +2,6 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ - 22 Jun 2015; Horea Christian <[email protected]> pythontex-0.14-r1.ebuild, - pythontex-9999.ebuild: - pruned deps - - 05 Jun 2015; Justin Lecher <[email protected]> metadata.xml: - dev-tex/pythontex: Add github to remote-id in metadata.xml - -*pythontex-0.14-r1 (12 May 2015) - - 12 May 2015; Justin Lecher <[email protected]> +pythontex-0.14-r1.ebuild, - -pythontex-0.14.ebuild, pythontex-9999.ebuild: - dev-tex/pythontex: Fix installation of latex files, bug #548534 - -*pythontex-0.14 (09 Mar 2015) - - 09 Mar 2015; Justin Lecher <[email protected]> +pythontex-0.14.ebuild, - -pythontex-0.12.ebuild, pythontex-9999.ebuild: - dev-tex/pythontex: Version Bump - - 06 Jan 2014; Justin Lecher <[email protected]> pythontex-0.12.ebuild, - pythontex-9999.ebuild, +metadata.xml: - Switch from git-2 to git-r3 + 07 Dec 2015; Horea Christian <[email protected]> -ChangeLog, + pythontex-0.14-r1.ebuild, pythontex-9999.ebuild: + dev-tex/pythontex: fixed access violation diff --git a/dev-tex/pythontex/pythontex-0.14-r1.ebuild b/dev-tex/pythontex/pythontex-0.14-r1.ebuild index d6c8bef..33ba193 100644 --- a/dev-tex/pythontex/pythontex-0.14-r1.ebuild +++ b/dev-tex/pythontex/pythontex-0.14-r1.ebuild @@ -31,7 +31,7 @@ src_compile() { cd ${PN} || die ebegin "Compiling ${PN}" rm ${PN}.sty || die - latex ${PN}.ins extra || die + VARTEXFONTS="${T}/fonts" latex ${PN}.ins extra || die eend } diff --git a/dev-tex/pythontex/pythontex-9999.ebuild b/dev-tex/pythontex/pythontex-9999.ebuild index 5cfce90..69c2654 100644 --- a/dev-tex/pythontex/pythontex-9999.ebuild +++ b/dev-tex/pythontex/pythontex-9999.ebuild @@ -32,7 +32,7 @@ src_compile() { cd ${PN} || die ebegin "Compiling ${PN}" rm ${PN}.sty || die - latex ${PN}.ins extra || die + VARTEXFONTS="${T}/fonts" latex ${PN}.ins extra || die eend }
