summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-11-18 23:14:55 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-11-18 23:14:55 +0000
commit8628e28a47c9c73f0c4419d34bce5f544c69ddd2 (patch)
tree18fb05b84c88b1d13f3466c8f17e83549ced1491 /dev-tex/envlab
parentrevbump(s). don't install windows executables, bug 198021. updated patchset t... (diff)
downloadgentoo-2-8628e28a47c9c73f0c4419d34bce5f544c69ddd2.tar.gz
gentoo-2-8628e28a47c9c73f0c4419d34bce5f544c69ddd2.tar.bz2
gentoo-2-8628e28a47c9c73f0c4419d34bce5f544c69ddd2.zip
run pdflatex twice to get cross references right, bug #199045; export VARTEXFONTS to be in the sandbox so we dont need the addwrite hack
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-tex/envlab')
-rw-r--r--dev-tex/envlab/ChangeLog6
-rw-r--r--dev-tex/envlab/envlab-1.2.ebuild8
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-tex/envlab/ChangeLog b/dev-tex/envlab/ChangeLog
index 19d852de1769..4b19bc73f8ef 100644
--- a/dev-tex/envlab/ChangeLog
+++ b/dev-tex/envlab/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-tex/envlab
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.10 2007/03/13 00:16:29 nattfodd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.11 2007/11/18 23:14:55 aballier Exp $
+
+ 18 Nov 2007; Alexis Ballier <aballier@gentoo.org> envlab-1.2.ebuild:
+ run pdflatex twice to get cross references right, bug #199045; export
+ VARTEXFONTS to be in the sandbox so we dont need the addwrite hack
12 Mar 2007; Alexandre Buisse <nattfodd@gentoo.org> metadata.xml:
Replaced text-markup by tex as maintaining herd (text-markup split).
diff --git a/dev-tex/envlab/envlab-1.2.ebuild b/dev-tex/envlab/envlab-1.2.ebuild
index a3c82321cb72..8047e8740334 100644
--- a/dev-tex/envlab/envlab-1.2.ebuild
+++ b/dev-tex/envlab/envlab-1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2.ebuild,v 1.7 2004/12/28 20:41:22 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2.ebuild,v 1.8 2007/11/18 23:14:55 aballier Exp $
inherit latex-package
@@ -17,10 +17,12 @@ KEYWORDS="x86 amd64 ~sparc"
IUSE=""
src_compile() {
- addwrite /var/cache/fonts/
+ export VARTEXFONTS="${T}/fonts"
ebegin "Compiling ${PN}"
latex envlab.ins || die
pdflatex elguide.tex || die
+ pdflatex elguide.tex || die
+ pdflatex envlab.drv || die
pdflatex envlab.drv || die
eend
}