diff options
author | Andrey Grozin <grozin@gentoo.org> | 2010-08-04 07:25:39 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2010-08-04 07:25:39 +0000 |
commit | 302d209617c43902edc38e865b14f9f7e016de05 (patch) | |
tree | 3852b901fb816bfeabcdbeef6dd1539baa8b7534 /media-gfx/asymptote | |
parent | exit nicely if no ocaml package is installed in ocaml-rebuild.sh, by Diego E.... (diff) | |
download | gentoo-2-302d209617c43902edc38e865b14f9f7e016de05.tar.gz gentoo-2-302d209617c43902edc38e865b14f9f7e016de05.tar.bz2 gentoo-2-302d209617c43902edc38e865b14f9f7e016de05.zip |
Version bump
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'media-gfx/asymptote')
-rw-r--r-- | media-gfx/asymptote/ChangeLog | 11 | ||||
-rw-r--r-- | media-gfx/asymptote/asymptote-2.03.ebuild (renamed from media-gfx/asymptote/asymptote-2.01.ebuild) | 12 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-2.03-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-2.01-configure-ac.patch) | 6 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-2.03-info.patch (renamed from media-gfx/asymptote/files/asymptote-2.01-info.patch) | 6 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-2.03-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-2.01-xdg-utils.patch) | 6 |
5 files changed, 23 insertions, 18 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog index 468a55861dec..c2243d7109fc 100644 --- a/media-gfx/asymptote/ChangeLog +++ b/media-gfx/asymptote/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for media-gfx/asymptote # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.76 2010/07/14 11:44:11 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.77 2010/08/04 07:25:39 grozin Exp $ + +*asymptote-2.03 (04 Aug 2010) + + 04 Aug 2010; Andrey Grozin <grozin@gentoo.org> -asymptote-2.01.ebuild, + -files/asymptote-2.01-configure-ac.patch, + -files/asymptote-2.01-info.patch, -files/asymptote-2.01-xdg-utils.patch, + +asymptote-2.03.ebuild, +files/asymptote-2.03-configure-ac.patch, + +files/asymptote-2.03-info.patch, +files/asymptote-2.03-xdg-utils.patch: + Version bump *asymptote-2.02 (14 Jul 2010) diff --git a/media-gfx/asymptote/asymptote-2.01.ebuild b/media-gfx/asymptote/asymptote-2.03.ebuild index 6c2fa7d62994..6b7a1da4027e 100644 --- a/media-gfx/asymptote/asymptote-2.01.ebuild +++ b/media-gfx/asymptote/asymptote-2.03.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/media-gfx/asymptote/asymptote-2.01.ebuild,v 1.1 2010/07/08 13:48:02 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.03.ebuild,v 1.1 2010/08/04 07:25:39 grozin Exp $ EAPI=3 SUPPORT_PYTHON_ABIS=1 PYTHON_DEPEND="python? 2" @@ -68,19 +68,15 @@ src_compile() { # info einfo "Making info" emake ${PN}.info || die "emake ${PN}.info failed" - # html - einfo "Making html docs" - emake ${PN}/index.html - einfo "Making FAQ" cd FAQ - emake + emake || die "emake FAQ failed" cd .. # pdf einfo "Making pdf docs" export VARTEXFONTS="${T}"/fonts # see bug #260606 - emake -j1 asymptote.pdf - emake CAD.pdf + emake -j1 asymptote.pdf || die "emake asymptote.pdf failed" + emake CAD.pdf || die "emake CAD.pdf failed" fi cd .. diff --git a/media-gfx/asymptote/files/asymptote-2.01-configure-ac.patch b/media-gfx/asymptote/files/asymptote-2.03-configure-ac.patch index c5071f1dc9fa..8a3dabb7b165 100644 --- a/media-gfx/asymptote/files/asymptote-2.01-configure-ac.patch +++ b/media-gfx/asymptote/files/asymptote-2.03-configure-ac.patch @@ -1,7 +1,7 @@ -Index: asymptote-2.01/configure.ac +Index: asymptote-2.03/configure.ac =================================================================== ---- asymptote-2.01.orig/configure.ac -+++ asymptote-2.01/configure.ac +--- asymptote-2.03.orig/configure.ac ++++ asymptote-2.03/configure.ac @@ -150,7 +150,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then fi CPPFLAGS_SAVE=$CPPFLAGS diff --git a/media-gfx/asymptote/files/asymptote-2.01-info.patch b/media-gfx/asymptote/files/asymptote-2.03-info.patch index 1ff0b46c518d..0810184595c1 100644 --- a/media-gfx/asymptote/files/asymptote-2.01-info.patch +++ b/media-gfx/asymptote/files/asymptote-2.03-info.patch @@ -1,7 +1,7 @@ -Index: asymptote-2.01/doc/asymptote.texi +Index: asymptote-2.03/doc/asymptote.texi =================================================================== ---- asymptote-2.01.orig/doc/asymptote.texi -+++ asymptote-2.01/doc/asymptote.texi +--- asymptote-2.03.orig/doc/asymptote.texi ++++ asymptote-2.03/doc/asymptote.texi @@ -21,7 +21,7 @@ file LICENSE in the top-level source dir @dircategory Languages diff --git a/media-gfx/asymptote/files/asymptote-2.01-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-2.03-xdg-utils.patch index 79cc0654d406..5697fcb422a5 100644 --- a/media-gfx/asymptote/files/asymptote-2.01-xdg-utils.patch +++ b/media-gfx/asymptote/files/asymptote-2.03-xdg-utils.patch @@ -1,7 +1,7 @@ -Index: asymptote-2.01/settings.cc +Index: asymptote-2.03/settings.cc =================================================================== ---- asymptote-2.01.orig/settings.cc -+++ asymptote-2.01/settings.cc +--- asymptote-2.03.orig/settings.cc ++++ asymptote-2.03/settings.cc @@ -89,14 +89,14 @@ bool msdos=false; string HOME="HOME"; string docdir=ASYMPTOTE_DOCDIR; |