diff options
author | Andrey Grozin <grozin@gentoo.org> | 2009-10-01 06:47:18 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2009-10-01 06:47:18 +0000 |
commit | fd9983d1b0d033697fe4554bcc7c9e6b4fc1e5b7 (patch) | |
tree | 5da95c79ba742eaed1a79e432985998fbc1d956e /media-gfx/asymptote | |
parent | Pull in =www-client/epiphany-2.26* because 2.27 onwards are webkit-based and ... (diff) | |
download | gentoo-2-fd9983d1b0d033697fe4554bcc7c9e6b4fc1e5b7.tar.gz gentoo-2-fd9983d1b0d033697fe4554bcc7c9e6b4fc1e5b7.tar.bz2 gentoo-2-fd9983d1b0d033697fe4554bcc7c9e6b4fc1e5b7.zip |
Version bump
(Portage version: 2.2_rc42/cvs/Linux i686)
Diffstat (limited to 'media-gfx/asymptote')
-rw-r--r-- | media-gfx/asymptote/ChangeLog | 11 | ||||
-rw-r--r-- | media-gfx/asymptote/asymptote-1.87.ebuild (renamed from media-gfx/asymptote/asymptote-1.85.ebuild) | 5 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.87-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.85-configure-ac.patch) | 10 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.87-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.85-xdg-utils.patch) | 6 |
4 files changed, 20 insertions, 12 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog index 9e7b66bdb7b2..4df5b0ee88be 100644 --- a/media-gfx/asymptote/ChangeLog +++ b/media-gfx/asymptote/ChangeLog @@ -1,6 +1,15 @@ # 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.57 2009/09/07 11:02:35 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.58 2009/10/01 06:47:18 grozin Exp $ + +*asymptote-1.87 (01 Oct 2009) + + 01 Oct 2009; Andrey Grozin <grozin@gentoo.org> -asymptote-1.85.ebuild, + -files/asymptote-1.85-configure-ac.patch, + -files/asymptote-1.85-xdg-utils.patch, +asymptote-1.87.ebuild, + +files/asymptote-1.87-configure-ac.patch, + +files/asymptote-1.87-xdg-utils.patch: + Version bump *asymptote-1.86 (07 Sep 2009) diff --git a/media-gfx/asymptote/asymptote-1.85.ebuild b/media-gfx/asymptote/asymptote-1.87.ebuild index 921948c3c3c8..0c170c881395 100644 --- a/media-gfx/asymptote/asymptote-1.85.ebuild +++ b/media-gfx/asymptote/asymptote-1.87.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.85.ebuild,v 1.1 2009/08/22 13:50:59 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.87.ebuild,v 1.1 2009/10/01 06:47:18 grozin Exp $ EAPI=2 inherit eutils autotools elisp-common latex-package multilib python @@ -30,7 +30,7 @@ DEPEND="${RDEPEND} TEXMF=/usr/share/texmf-site src_prepare() { - # Fixing fftwl, gsl, sigsegv enabling + # Fixing sigsegv enabling epatch "${FILESDIR}/${P}-configure-ac.patch" einfo "Patching configure.ac" sed -e "s:Datadir/doc/asymptote:Datadir/doc/${PF}:" \ @@ -162,7 +162,6 @@ src_install() { if use doc; then cd doc doinfo ${PN}.info* - dohtml ${PN}/* cd FAQ dodoc asy-faq.ascii doinfo asy-faq.info diff --git a/media-gfx/asymptote/files/asymptote-1.85-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.87-configure-ac.patch index bc67d0f51793..03687d131d3f 100644 --- a/media-gfx/asymptote/files/asymptote-1.85-configure-ac.patch +++ b/media-gfx/asymptote/files/asymptote-1.87-configure-ac.patch @@ -1,8 +1,8 @@ -Index: asymptote-1.85/configure.ac +Index: asymptote-1.87/configure.ac =================================================================== ---- asymptote-1.85.orig/configure.ac -+++ asymptote-1.85/configure.ac -@@ -150,7 +150,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then +--- asymptote-1.87.orig/configure.ac ++++ asymptote-1.87/configure.ac +@@ -148,7 +148,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then fi CPPFLAGS_SAVE=$CPPFLAGS CPPFLAGS=$CPPFLAGS" $INCL" @@ -11,7 +11,7 @@ Index: asymptote-1.85/configure.ac AC_CHECK_LIB([gc],[GC_malloc],[ LIBS=$LIBS"-lgc " AC_MSG_NOTICE([enabling system $GCNAME])],[ -@@ -217,7 +217,17 @@ AC_MSG_ERROR([*** Please install libm on +@@ -215,7 +215,17 @@ AC_MSG_ERROR([*** Please install libm on AC_CHECK_LIB([z], [deflate],, AC_MSG_ERROR([*** Please install libz on your system ***])) AC_CHECK_LIB([pthread], [pthread_create]) diff --git a/media-gfx/asymptote/files/asymptote-1.85-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.87-xdg-utils.patch index 078959d58d87..3f2a83b8e8f1 100644 --- a/media-gfx/asymptote/files/asymptote-1.85-xdg-utils.patch +++ b/media-gfx/asymptote/files/asymptote-1.87-xdg-utils.patch @@ -1,7 +1,7 @@ -Index: asymptote-1.85/settings.cc +Index: asymptote-1.87/settings.cc =================================================================== ---- asymptote-1.85.orig/settings.cc -+++ asymptote-1.85/settings.cc +--- asymptote-1.87.orig/settings.cc ++++ asymptote-1.87/settings.cc @@ -82,14 +82,14 @@ mode_t mask; bool msdos=false; string HOME="HOME"; |