summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2009-03-19 11:28:19 +0000
committerAndrey Grozin <grozin@gentoo.org>2009-03-19 11:28:19 +0000
commit93527d8af3f3aeb622f574a812d38fc2112388f5 (patch)
tree43972d782eca13128a4a1fa6d7f4a64cf6d5d21f /media-gfx/asymptote
parentChange a comment. (diff)
downloadgentoo-2-93527d8af3f3aeb622f574a812d38fc2112388f5.tar.gz
gentoo-2-93527d8af3f3aeb622f574a812d38fc2112388f5.tar.bz2
gentoo-2-93527d8af3f3aeb622f574a812d38fc2112388f5.zip
Version bump; added -j1 to emake asymptote.pdf in an attempt to fix the bug #260606 (which I cannot reproduce)
(Portage version: 2.2_rc26/cvs/Linux i686)
Diffstat (limited to 'media-gfx/asymptote')
-rw-r--r--media-gfx/asymptote/ChangeLog13
-rw-r--r--media-gfx/asymptote/asymptote-1.67.ebuild (renamed from media-gfx/asymptote/asymptote-1.65.ebuild)5
-rw-r--r--media-gfx/asymptote/files/asymptote-1.67-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.65-configure-ac.patch)6
-rw-r--r--media-gfx/asymptote/files/asymptote-1.67-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.65-xdg-utils.patch)6
4 files changed, 21 insertions, 9 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog
index 0a90708f288c..8bae388478ab 100644
--- a/media-gfx/asymptote/ChangeLog
+++ b/media-gfx/asymptote/ChangeLog
@@ -1,6 +1,17 @@
# ChangeLog for media-gfx/asymptote
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.40 2009/02/27 15:07:22 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.41 2009/03/19 11:28:19 grozin Exp $
+
+*asymptote-1.67 (19 Mar 2009)
+
+ 19 Mar 2009; Andrey Grozin <grozin@gentoo.org>
+ -files/asymptote-1.65-configure-ac.patch,
+ -files/asymptote-1.65-xdg-utils.patch,
+ +files/asymptote-1.67-configure-ac.patch,
+ +files/asymptote-1.67-xdg-utils.patch, -asymptote-1.65.ebuild,
+ +asymptote-1.67.ebuild:
+ Version bump; added -j1 to emake asymptote.pdf in an attempt to fix the
+ bug #260606 (which I cannot reproduce)
*asymptote-1.66 (27 Feb 2009)
diff --git a/media-gfx/asymptote/asymptote-1.65.ebuild b/media-gfx/asymptote/asymptote-1.67.ebuild
index d84354e81f8d..8f94c9074a95 100644
--- a/media-gfx/asymptote/asymptote-1.65.ebuild
+++ b/media-gfx/asymptote/asymptote-1.67.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.65.ebuild,v 1.1 2009/02/20 14:15:35 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.67.ebuild,v 1.1 2009/03/19 11:28:19 grozin Exp $
EAPI=2
inherit eutils autotools elisp-common latex-package multilib python
@@ -73,7 +73,8 @@ src_compile() {
# pdf
einfo "Making pdf docs"
export VARTEXFONTS="${T}"/fonts
- emake asymptote.pdf
+ # see bug #260606
+ emake -j1 asymptote.pdf
emake CAD.pdf
fi
cd ..
diff --git a/media-gfx/asymptote/files/asymptote-1.65-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.67-configure-ac.patch
index 4c858a7f8b5f..b30ad370781f 100644
--- a/media-gfx/asymptote/files/asymptote-1.65-configure-ac.patch
+++ b/media-gfx/asymptote/files/asymptote-1.67-configure-ac.patch
@@ -1,7 +1,7 @@
-Index: asymptote-1.65/configure.ac
+Index: asymptote-1.67/configure.ac
===================================================================
---- asymptote-1.65.orig/configure.ac
-+++ asymptote-1.65/configure.ac
+--- asymptote-1.67.orig/configure.ac
++++ asymptote-1.67/configure.ac
@@ -79,10 +79,16 @@ if test "$GXX" = yes ; then
fi
fi
diff --git a/media-gfx/asymptote/files/asymptote-1.65-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.67-xdg-utils.patch
index 52b35d64c7a9..0b54bfa10beb 100644
--- a/media-gfx/asymptote/files/asymptote-1.65-xdg-utils.patch
+++ b/media-gfx/asymptote/files/asymptote-1.67-xdg-utils.patch
@@ -1,7 +1,7 @@
-Index: asymptote-1.65/settings.cc
+Index: asymptote-1.67/settings.cc
===================================================================
---- asymptote-1.65.orig/settings.cc
-+++ asymptote-1.65/settings.cc
+--- asymptote-1.67.orig/settings.cc
++++ asymptote-1.67/settings.cc
@@ -80,15 +80,15 @@ const bool haveglut=false;
bool msdos=false;
const char *HOME="HOME";