summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2009-07-03 11:47:44 +0000
committerAndrey Grozin <grozin@gentoo.org>2009-07-03 11:47:44 +0000
commitfa982dbfa40f82479e9c84c2f5de6e8a923083f2 (patch)
tree86b9eda9a03a7babf9e74fe7cd5abb596c67d04b /media-gfx/asymptote
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-fa982dbfa40f82479e9c84c2f5de6e8a923083f2.tar.gz
gentoo-2-fa982dbfa40f82479e9c84c2f5de6e8a923083f2.tar.bz2
gentoo-2-fa982dbfa40f82479e9c84c2f5de6e8a923083f2.zip
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'media-gfx/asymptote')
-rw-r--r--media-gfx/asymptote/ChangeLog11
-rw-r--r--media-gfx/asymptote/asymptote-1.79.ebuild (renamed from media-gfx/asymptote/asymptote-1.77.ebuild)2
-rw-r--r--media-gfx/asymptote/files/asymptote-1.79-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.77-configure-ac.patch)10
-rw-r--r--media-gfx/asymptote/files/asymptote-1.79-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.77-xdg-utils.patch)10
4 files changed, 21 insertions, 12 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog
index eb527ea500d0..bc396d10d66d 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.50 2009/06/25 11:51:23 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.51 2009/07/03 11:47:43 grozin Exp $
+
+*asymptote-1.79 (03 Jul 2009)
+
+ 03 Jul 2009; Andrey Grozin <grozin@gentoo.org> -asymptote-1.77.ebuild,
+ -files/asymptote-1.77-configure-ac.patch,
+ -files/asymptote-1.77-xdg-utils.patch, +asymptote-1.79.ebuild,
+ +files/asymptote-1.79-configure-ac.patch,
+ +files/asymptote-1.79-xdg-utils.patch:
+ Version bump
*asymptote-1.78 (25 Jun 2009)
diff --git a/media-gfx/asymptote/asymptote-1.77.ebuild b/media-gfx/asymptote/asymptote-1.79.ebuild
index c7745ba76712..f9437f54ddfc 100644
--- a/media-gfx/asymptote/asymptote-1.77.ebuild
+++ b/media-gfx/asymptote/asymptote-1.79.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.77.ebuild,v 1.1 2009/06/19 19:01:21 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.79.ebuild,v 1.1 2009/07/03 11:47:43 grozin Exp $
EAPI=2
inherit eutils autotools elisp-common latex-package multilib python
diff --git a/media-gfx/asymptote/files/asymptote-1.77-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.79-configure-ac.patch
index 24fb82a4be40..2a9ff1c596dd 100644
--- a/media-gfx/asymptote/files/asymptote-1.77-configure-ac.patch
+++ b/media-gfx/asymptote/files/asymptote-1.79-configure-ac.patch
@@ -1,8 +1,8 @@
-Index: asymptote-1.77/configure.ac
+Index: asymptote-1.79/configure.ac
===================================================================
---- asymptote-1.77.orig/configure.ac
-+++ asymptote-1.77/configure.ac
-@@ -145,7 +145,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then
+--- asymptote-1.79.orig/configure.ac
++++ asymptote-1.79/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.77/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.77-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.79-xdg-utils.patch
index 3064893da4a2..66ae847302bc 100644
--- a/media-gfx/asymptote/files/asymptote-1.77-xdg-utils.patch
+++ b/media-gfx/asymptote/files/asymptote-1.79-xdg-utils.patch
@@ -1,10 +1,10 @@
-Index: asymptote-1.77/settings.cc
+Index: asymptote-1.79/settings.cc
===================================================================
---- asymptote-1.77.orig/settings.cc
-+++ asymptote-1.77/settings.cc
-@@ -81,15 +81,15 @@ const bool haveglut=false;
+--- asymptote-1.79.orig/settings.cc
++++ asymptote-1.79/settings.cc
+@@ -80,15 +80,15 @@ const bool haveglut=false;
bool msdos=false;
- const char *HOME="HOME";
+ string HOME="HOME";
const char pathSeparator=':';
-string defaultPSViewer="gv";
+string defaultPSViewer="xdg-open";