aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <h.chr@mail.ru>2015-12-07 13:33:50 +0100
committerHorea Christian <h.chr@mail.ru>2015-12-07 13:33:50 +0100
commit22a205be750486f3baa6a9fb39e64449c97bac8c (patch)
tree0645dc665d2831fd20deadb2576b6559419cbf34 /dev-tex
parentsci-libs/atlas: Fix underlinking (diff)
downloadsci-22a205be750486f3baa6a9fb39e64449c97bac8c.tar.gz
sci-22a205be750486f3baa6a9fb39e64449c97bac8c.tar.bz2
sci-22a205be750486f3baa6a9fb39e64449c97bac8c.zip
dev-tex/pythontex: fixed access violation
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/pythontex/ChangeLog25
-rw-r--r--dev-tex/pythontex/pythontex-0.14-r1.ebuild2
-rw-r--r--dev-tex/pythontex/pythontex-9999.ebuild2
3 files changed, 5 insertions, 24 deletions
diff --git a/dev-tex/pythontex/ChangeLog b/dev-tex/pythontex/ChangeLog
index b283f7037..27ac05492 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 <h.chr@mail.ru> pythontex-0.14-r1.ebuild,
- pythontex-9999.ebuild:
- pruned deps
-
- 05 Jun 2015; Justin Lecher <jlec@gentoo.org> 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 <jlec@gentoo.org> +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 <jlec@gentoo.org> +pythontex-0.14.ebuild,
- -pythontex-0.12.ebuild, pythontex-9999.ebuild:
- dev-tex/pythontex: Version Bump
-
- 06 Jan 2014; Justin Lecher <jlec@gentoo.org> pythontex-0.12.ebuild,
- pythontex-9999.ebuild, +metadata.xml:
- Switch from git-2 to git-r3
+ 07 Dec 2015; Horea Christian <h.chr@mail.ru> -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 d6c8bef4d..33ba193ae 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 5cfce902e..69c265482 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
}