summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2010-01-13 16:50:55 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2010-01-13 16:50:55 +0000
commit0f24063c45786a86b37016101fb256d0f5c17954 (patch)
tree556b85545986e3ff517381de25ae9a22693b9f25 /sci-mathematics
parentMarking ruby2ruby-1.2.4-r1 ~ppc64 for bug 280631 (diff)
downloadhistorical-0f24063c45786a86b37016101fb256d0f5c17954.tar.gz
historical-0f24063c45786a86b37016101fb256d0f5c17954.tar.bz2
historical-0f24063c45786a86b37016101fb256d0f5c17954.zip
Added VARTEXFONTS, bug #223077
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/ginac/ChangeLog5
-rw-r--r--sci-mathematics/ginac/ginac-1.5.5.ebuild5
-rw-r--r--sci-mathematics/nusmv/ChangeLog7
-rw-r--r--sci-mathematics/nusmv/nusmv-2.3.1.ebuild6
4 files changed, 15 insertions, 8 deletions
diff --git a/sci-mathematics/ginac/ChangeLog b/sci-mathematics/ginac/ChangeLog
index 71578f2819a8..4f0633335a73 100644
--- a/sci-mathematics/ginac/ChangeLog
+++ b/sci-mathematics/ginac/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/ginac
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.38 2010/01/12 15:30:16 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.39 2010/01/13 16:50:55 bicatali Exp $
+
+ 13 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org> ginac-1.5.5.ebuild:
+ Added VARTEXFONTS, bug #223077
12 Jan 2010; Christian Faulhammer <fauli@gentoo.org> ginac-1.5.5.ebuild:
stable x86, bug 300557
diff --git a/sci-mathematics/ginac/ginac-1.5.5.ebuild b/sci-mathematics/ginac/ginac-1.5.5.ebuild
index 8d6e1f14e0fa..b76c35e2887e 100644
--- a/sci-mathematics/ginac/ginac-1.5.5.ebuild
+++ b/sci-mathematics/ginac/ginac-1.5.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.5.5.ebuild,v 1.2 2010/01/12 15:30:16 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.5.5.ebuild,v 1.3 2010/01/13 16:50:55 bicatali Exp $
EAPI=2
inherit eutils
@@ -29,12 +29,13 @@ src_prepare() {
src_compile() {
emake || die "emake failed"
if use doc; then
+ export VARTEXFONTS="${T}"/fonts
cd "${S}/doc/reference"
#pdf generation for reference failed (1.5.1), bug #264774
#emake html pdf || die "emake doc reference failed"
emake html || die "emake ref failed"
cd "${S}/doc/tutorial"
- emake ginac.pdf ginac.html || die "emake doc tutorial failed"
+ emake ginac.pdf ginac.html || die "emake doc tutorial failed"
fi
}
diff --git a/sci-mathematics/nusmv/ChangeLog b/sci-mathematics/nusmv/ChangeLog
index b863d77ad08f..fd5b881a55ff 100644
--- a/sci-mathematics/nusmv/ChangeLog
+++ b/sci-mathematics/nusmv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/nusmv
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v 1.7 2009/12/26 17:46:23 pva Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v 1.8 2010/01/13 16:48:53 bicatali Exp $
+
+ 13 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org> nusmv-2.3.1.ebuild:
+ Added VARTEXFONTS, bug #223077
26 Dec 2009; Peter Volkov <pva@gentoo.org> nusmv-2.3.1.ebuild:
virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only
diff --git a/sci-mathematics/nusmv/nusmv-2.3.1.ebuild b/sci-mathematics/nusmv/nusmv-2.3.1.ebuild
index 3407df366e15..a58d022c136a 100644
--- a/sci-mathematics/nusmv/nusmv-2.3.1.ebuild
+++ b/sci-mathematics/nusmv/nusmv-2.3.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild,v 1.5 2009/12/26 17:46:23 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild,v 1.6 2010/01/13 16:48:53 bicatali Exp $
inherit eutils toolchain-funcs
@@ -87,7 +87,7 @@ src_compile() {
--enable-psl || die "econf failed"
emake || die "emake failed"
- emake docs
+ VARTEXFONTS="${T}"/fonts emake docs
}
src_install() {