summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2009-08-17 17:27:57 +0000
committerAndrey Grozin <grozin@gentoo.org>2009-08-17 17:27:57 +0000
commit5f80d855183b5fd8faa6ca9a5fe874f91912fdd2 (patch)
tree1af0e27ce6779dd891dd72323c0c3b33fff51a59 /media-gfx
parentWorkaround to actually show the uninstall info (diff)
downloadgentoo-2-5f80d855183b5fd8faa6ca9a5fe874f91912fdd2.tar.gz
gentoo-2-5f80d855183b5fd8faa6ca9a5fe874f91912fdd2.tar.bz2
gentoo-2-5f80d855183b5fd8faa6ca9a5fe874f91912fdd2.zip
Version bump
(Portage version: 2.2_rc38/cvs/Linux i686)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/asymptote/ChangeLog11
-rw-r--r--media-gfx/asymptote/asymptote-1.83.ebuild (renamed from media-gfx/asymptote/asymptote-1.81.ebuild)2
-rw-r--r--media-gfx/asymptote/files/asymptote-1.83-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.81-configure-ac.patch)14
-rw-r--r--media-gfx/asymptote/files/asymptote-1.83-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.81-xdg-utils.patch)6
4 files changed, 21 insertions, 12 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog
index 2256a24624b4..d30ce39529c0 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.54 2009/07/24 05:36:08 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.55 2009/08/17 17:27:57 grozin Exp $
+
+*asymptote-1.83 (17 Aug 2009)
+
+ 17 Aug 2009; Andrey Grozin <grozin@gentoo.org> -asymptote-1.81.ebuild,
+ -files/asymptote-1.81-configure-ac.patch,
+ -files/asymptote-1.81-xdg-utils.patch, +asymptote-1.83.ebuild,
+ +files/asymptote-1.83-configure-ac.patch,
+ +files/asymptote-1.83-xdg-utils.patch:
+ Version bump
*asymptote-1.82 (24 Jul 2009)
diff --git a/media-gfx/asymptote/asymptote-1.81.ebuild b/media-gfx/asymptote/asymptote-1.83.ebuild
index ed10a75ed4b6..ea3aeb1d5378 100644
--- a/media-gfx/asymptote/asymptote-1.81.ebuild
+++ b/media-gfx/asymptote/asymptote-1.83.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.81.ebuild,v 1.1 2009/07/19 09:42:01 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.83.ebuild,v 1.1 2009/08/17 17:27:57 grozin Exp $
EAPI=2
inherit eutils autotools elisp-common latex-package multilib python
diff --git a/media-gfx/asymptote/files/asymptote-1.81-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.83-configure-ac.patch
index 24f87cf4c4c6..03d510187ca2 100644
--- a/media-gfx/asymptote/files/asymptote-1.81-configure-ac.patch
+++ b/media-gfx/asymptote/files/asymptote-1.83-configure-ac.patch
@@ -1,8 +1,8 @@
-Index: asymptote-1.81/configure.ac
+Index: asymptote-1.83/configure.ac
===================================================================
---- asymptote-1.81.orig/configure.ac
-+++ asymptote-1.81/configure.ac
-@@ -148,7 +148,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then
+--- asymptote-1.83.orig/configure.ac
++++ asymptote-1.83/configure.ac
+@@ -150,7 +150,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then
fi
CPPFLAGS_SAVE=$CPPFLAGS
CPPFLAGS=$CPPFLAGS" $INCL"
@@ -11,9 +11,9 @@ Index: asymptote-1.81/configure.ac
AC_CHECK_LIB([gc],[GC_malloc],[
LIBS=$LIBS"-lgc "
AC_MSG_NOTICE([enabling system $GCNAME])],[
-@@ -213,7 +213,17 @@ AC_CHECK_LIB([ncurses], [setupterm], [AC
- AC_CHECK_LIB([m], [sqrt])
- AC_CHECK_LIB([z], [deflate])
+@@ -217,7 +217,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])
-AC_CHECK_LIB([sigsegv], [stackoverflow_install_handler])
+
diff --git a/media-gfx/asymptote/files/asymptote-1.81-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.83-xdg-utils.patch
index 42fa24cc56ae..71b8ebb5d2d7 100644
--- a/media-gfx/asymptote/files/asymptote-1.81-xdg-utils.patch
+++ b/media-gfx/asymptote/files/asymptote-1.83-xdg-utils.patch
@@ -1,7 +1,7 @@
-Index: asymptote-1.81/settings.cc
+Index: asymptote-1.83/settings.cc
===================================================================
---- asymptote-1.81.orig/settings.cc
-+++ asymptote-1.81/settings.cc
+--- asymptote-1.83.orig/settings.cc
++++ asymptote-1.83/settings.cc
@@ -82,14 +82,14 @@ mode_t mask;
bool msdos=false;
string HOME="HOME";