summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/asymptote')
-rw-r--r--media-gfx/asymptote/ChangeLog11
-rw-r--r--media-gfx/asymptote/asymptote-1.78.ebuild (renamed from media-gfx/asymptote/asymptote-1.76.ebuild)2
-rw-r--r--media-gfx/asymptote/files/asymptote-1.78-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.76-configure-ac.patch)10
-rw-r--r--media-gfx/asymptote/files/asymptote-1.78-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.76-xdg-utils.patch)8
4 files changed, 20 insertions, 11 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog
index 4bad4cae072f..eb527ea500d0 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.49 2009/06/19 19:01:21 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.50 2009/06/25 11:51:23 grozin Exp $
+
+*asymptote-1.78 (25 Jun 2009)
+
+ 25 Jun 2009; Andrey Grozin <grozin@gentoo.org> -asymptote-1.76.ebuild,
+ -files/asymptote-1.76-configure-ac.patch,
+ -files/asymptote-1.76-xdg-utils.patch, +asymptote-1.78.ebuild,
+ +files/asymptote-1.78-configure-ac.patch,
+ +files/asymptote-1.78-xdg-utils.patch:
+ Version bump
*asymptote-1.77 (19 Jun 2009)
diff --git a/media-gfx/asymptote/asymptote-1.76.ebuild b/media-gfx/asymptote/asymptote-1.78.ebuild
index 0ce096259ca0..0804e2b32b38 100644
--- a/media-gfx/asymptote/asymptote-1.76.ebuild
+++ b/media-gfx/asymptote/asymptote-1.78.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.76.ebuild,v 1.1 2009/06/07 12:16:24 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.78.ebuild,v 1.1 2009/06/25 11:51:23 grozin Exp $
EAPI=2
inherit eutils autotools elisp-common latex-package multilib python
diff --git a/media-gfx/asymptote/files/asymptote-1.76-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.78-configure-ac.patch
index f36fcf3aeaf5..3d1d5f4d9650 100644
--- a/media-gfx/asymptote/files/asymptote-1.76-configure-ac.patch
+++ b/media-gfx/asymptote/files/asymptote-1.78-configure-ac.patch
@@ -1,8 +1,8 @@
-Index: asymptote-1.76/configure.ac
+Index: asymptote-1.78/configure.ac
===================================================================
---- asymptote-1.76.orig/configure.ac
-+++ asymptote-1.76/configure.ac
-@@ -145,7 +145,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then
+--- asymptote-1.78.orig/configure.ac
++++ asymptote-1.78/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.76/configure.ac
AC_CHECK_LIB([gc],[GC_malloc],[
LIBS=$LIBS"-lgc "
AC_MSG_NOTICE([enabling system $GCNAME])],[
-@@ -212,7 +212,17 @@ AC_CHECK_LIB([ncurses], [setupterm], [AC
+@@ -213,7 +213,17 @@ AC_CHECK_LIB([ncurses], [setupterm], [AC
AC_CHECK_LIB([m], [sqrt])
AC_CHECK_LIB([z], [deflate])
AC_CHECK_LIB([pthread], [pthread_create])
diff --git a/media-gfx/asymptote/files/asymptote-1.76-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.78-xdg-utils.patch
index dd77a1d59a24..5792c91b892c 100644
--- a/media-gfx/asymptote/files/asymptote-1.76-xdg-utils.patch
+++ b/media-gfx/asymptote/files/asymptote-1.78-xdg-utils.patch
@@ -1,8 +1,8 @@
-Index: asymptote-1.76/settings.cc
+Index: asymptote-1.78/settings.cc
===================================================================
---- asymptote-1.76.orig/settings.cc
-+++ asymptote-1.76/settings.cc
-@@ -81,15 +81,15 @@ const bool haveglut=false;
+--- asymptote-1.78.orig/settings.cc
++++ asymptote-1.78/settings.cc
+@@ -83,15 +83,15 @@ const bool haveglut=false;
bool msdos=false;
const char *HOME="HOME";
const char pathSeparator=':';