public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-tex/envlab: envlab-1.2.ebuild ChangeLog
@ 2007-11-18 23:14 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2007-11-18 23:14 UTC (permalink / raw
  To: gentoo-commits

aballier    07/11/18 23:14:56

  Modified:             envlab-1.2.ebuild ChangeLog
  Log:
  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)

Revision  Changes    Path
1.8                  dev-tex/envlab/envlab-1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2.ebuild?r1=1.7&r2=1.8

Index: envlab-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- envlab-1.2.ebuild	28 Dec 2004 20:41:22 -0000	1.7
+++ envlab-1.2.ebuild	18 Nov 2007 23:14:55 -0000	1.8
@@ -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 @@
 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
 }



1.11                 dev-tex/envlab/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	13 Mar 2007 00:16:29 -0000	1.10
+++ ChangeLog	18 Nov 2007 23:14:55 -0000	1.11
@@ -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).



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-tex/envlab: envlab-1.2.ebuild ChangeLog
@ 2008-09-03  4:10 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2008-09-03  4:10 UTC (permalink / raw
  To: gentoo-commits

aballier    08/09/03 04:10:03

  Modified:             envlab-1.2.ebuild ChangeLog
  Log:
  no need to depend on virtual/tetex, latex-package eclass does it for us
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)

Revision  Changes    Path
1.9                  dev-tex/envlab/envlab-1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2.ebuild?r1=1.8&r2=1.9

Index: envlab-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- envlab-1.2.ebuild	18 Nov 2007 23:14:55 -0000	1.8
+++ envlab-1.2.ebuild	3 Sep 2008 04:10:03 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.8 2007/11/18 23:14:55 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2.ebuild,v 1.9 2008/09/03 04:10:03 aballier Exp $
 
 inherit latex-package
 
@@ -12,7 +12,7 @@
 # ftp://ftp.ctan.org/pub/tex-archive/macros/latex/contrib/${PN}.tar.gz
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 SLOT="0"
-DEPEND="virtual/tetex"
+DEPEND=""
 KEYWORDS="x86 amd64 ~sparc"
 IUSE=""
 



1.12                 dev-tex/envlab/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	18 Nov 2007 23:14:55 -0000	1.11
+++ ChangeLog	3 Sep 2008 04:10:03 -0000	1.12
@@ -1,6 +1,9 @@
 # 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.11 2007/11/18 23:14:55 aballier Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.12 2008/09/03 04:10:03 aballier Exp $
+
+  03 Sep 2008; Alexis Ballier <aballier@gentoo.org> envlab-1.2.ebuild:
+  no need to depend on virtual/tetex, latex-package eclass does it for us
 
   18 Nov 2007; Alexis Ballier <aballier@gentoo.org> envlab-1.2.ebuild:
   run pdflatex twice to get cross references right, bug #199045; export






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-09-03  4:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-18 23:14 [gentoo-commits] gentoo-x86 commit in dev-tex/envlab: envlab-1.2.ebuild ChangeLog Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2008-09-03  4:10 Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox