diff options
author | Andrey Grozin <grozin@gentoo.org> | 2009-03-24 15:36:50 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2009-03-24 15:36:50 +0000 |
commit | 4367a0914460a6f423c6691c6f08f79a6c6e993d (patch) | |
tree | 097bb515c5df86e346e36a0170f4179ac54c3df9 /media-gfx/asymptote | |
parent | fix ifup/ifdown installation (diff) | |
download | gentoo-2-4367a0914460a6f423c6691c6f08f79a6c6e993d.tar.gz gentoo-2-4367a0914460a6f423c6691c6f08f79a6c6e993d.tar.bz2 gentoo-2-4367a0914460a6f423c6691c6f08f79a6c6e993d.zip |
Version bump
(Portage version: 2.2_rc26/cvs/Linux i686)
Diffstat (limited to 'media-gfx/asymptote')
-rw-r--r-- | media-gfx/asymptote/ChangeLog | 12 | ||||
-rw-r--r-- | media-gfx/asymptote/asymptote-1.68.ebuild (renamed from media-gfx/asymptote/asymptote-1.66.ebuild) | 5 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.68-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.66-configure-ac.patch) | 6 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.68-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.66-xdg-utils.patch) | 6 |
4 files changed, 20 insertions, 9 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog index 8bae388478ab..a0424ecf0336 100644 --- a/media-gfx/asymptote/ChangeLog +++ b/media-gfx/asymptote/ChangeLog @@ -1,6 +1,16 @@ # 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.41 2009/03/19 11:28:19 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.42 2009/03/24 15:36:50 grozin Exp $ + +*asymptote-1.68 (24 Mar 2009) + + 24 Mar 2009; Andrey Grozin <grozin@gentoo.org> + -files/asymptote-1.66-configure-ac.patch, + -files/asymptote-1.66-xdg-utils.patch, + +files/asymptote-1.68-configure-ac.patch, + +files/asymptote-1.68-xdg-utils.patch, -asymptote-1.66.ebuild, + +asymptote-1.68.ebuild: + Version bump *asymptote-1.67 (19 Mar 2009) diff --git a/media-gfx/asymptote/asymptote-1.66.ebuild b/media-gfx/asymptote/asymptote-1.68.ebuild index 096db305ffee..0c9a6c911155 100644 --- a/media-gfx/asymptote/asymptote-1.66.ebuild +++ b/media-gfx/asymptote/asymptote-1.68.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.66.ebuild,v 1.1 2009/02/27 15:07:22 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.68.ebuild,v 1.1 2009/03/24 15:36:50 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.66-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.68-configure-ac.patch index be6679735c95..502069814b09 100644 --- a/media-gfx/asymptote/files/asymptote-1.66-configure-ac.patch +++ b/media-gfx/asymptote/files/asymptote-1.68-configure-ac.patch @@ -1,7 +1,7 @@ -Index: asymptote-1.66/configure.ac +Index: asymptote-1.68/configure.ac =================================================================== ---- asymptote-1.66.orig/configure.ac -+++ asymptote-1.66/configure.ac +--- asymptote-1.68.orig/configure.ac ++++ asymptote-1.68/configure.ac @@ -79,10 +79,16 @@ if test "$GXX" = yes ; then fi fi diff --git a/media-gfx/asymptote/files/asymptote-1.66-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.68-xdg-utils.patch index 89f5e5444a9b..6e8fc4e8f24d 100644 --- a/media-gfx/asymptote/files/asymptote-1.66-xdg-utils.patch +++ b/media-gfx/asymptote/files/asymptote-1.68-xdg-utils.patch @@ -1,7 +1,7 @@ -Index: asymptote-1.66/settings.cc +Index: asymptote-1.68/settings.cc =================================================================== ---- asymptote-1.66.orig/settings.cc -+++ asymptote-1.66/settings.cc +--- asymptote-1.68.orig/settings.cc ++++ asymptote-1.68/settings.cc @@ -80,15 +80,15 @@ const bool haveglut=false; bool msdos=false; const char *HOME="HOME"; |