diff options
author | Andrey Grozin <grozin@gentoo.org> | 2009-05-16 15:02:05 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2009-05-16 15:02:05 +0000 |
commit | 2d5f0ca55fb617bd4afd4ce1ab5bc1a8faec7519 (patch) | |
tree | ab93aa8f9d225b253784fcc571e5e817d3cdfdfb /media-gfx | |
parent | Version bump #269400 by Tim Bastiaenssens. (diff) | |
download | gentoo-2-2d5f0ca55fb617bd4afd4ce1ab5bc1a8faec7519.tar.gz gentoo-2-2d5f0ca55fb617bd4afd4ce1ab5bc1a8faec7519.tar.bz2 gentoo-2-2d5f0ca55fb617bd4afd4ce1ab5bc1a8faec7519.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/asymptote/ChangeLog | 11 | ||||
-rw-r--r-- | media-gfx/asymptote/asymptote-1.72.ebuild (renamed from media-gfx/asymptote/asymptote-1.68.ebuild) | 2 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.72-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.68-configure-ac.patch) | 14 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.72-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.68-xdg-utils.patch) | 8 |
4 files changed, 22 insertions, 13 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog index 24aeece4834f..f60e733e4c4a 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.44 2009/04/17 09:20:51 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.45 2009/05/16 15:02:05 grozin Exp $ + +*asymptote-1.72 (16 May 2009) + + 16 May 2009; Andrey Grozin <grozin@gentoo.org> -asymptote-1.68.ebuild, + -files/asymptote-1.68-configure-ac.patch, + -files/asymptote-1.68-xdg-utils.patch, +asymptote-1.72.ebuild, + +files/asymptote-1.72-configure-ac.patch, + +files/asymptote-1.72-xdg-utils.patch: + Version bump 17 Apr 2009; Sébastien Fabbro <bicatali@gentoo.org> asymptote-1.68, asymptote-1.70: diff --git a/media-gfx/asymptote/asymptote-1.68.ebuild b/media-gfx/asymptote/asymptote-1.72.ebuild index e0ac655d536a..66dbc6bcd62d 100644 --- a/media-gfx/asymptote/asymptote-1.68.ebuild +++ b/media-gfx/asymptote/asymptote-1.72.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.68.ebuild,v 1.2 2009/04/17 09:20:51 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.72.ebuild,v 1.1 2009/05/16 15:02:05 grozin Exp $ EAPI=2 inherit eutils autotools elisp-common latex-package multilib python diff --git a/media-gfx/asymptote/files/asymptote-1.68-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.72-configure-ac.patch index 502069814b09..84196db76173 100644 --- a/media-gfx/asymptote/files/asymptote-1.68-configure-ac.patch +++ b/media-gfx/asymptote/files/asymptote-1.72-configure-ac.patch @@ -1,8 +1,8 @@ -Index: asymptote-1.68/configure.ac +Index: asymptote-1.72/configure.ac =================================================================== ---- asymptote-1.68.orig/configure.ac -+++ asymptote-1.68/configure.ac -@@ -79,10 +79,16 @@ if test "$GXX" = yes ; then +--- asymptote-1.72.orig/configure.ac ++++ asymptote-1.72/configure.ac +@@ -88,10 +88,16 @@ if test "$GXX" = yes ; then fi fi @@ -21,7 +21,7 @@ Index: asymptote-1.68/configure.ac GCVERSION=gc-7.1 -@@ -119,7 +125,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then +@@ -128,7 +134,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then fi CPPFLAGS_SAVE=$CPPFLAGS CPPFLAGS=$CPPFLAGS" $INCL" @@ -30,7 +30,7 @@ Index: asymptote-1.68/configure.ac AC_CHECK_LIB([gc],[GC_malloc],[ LIBS=$LIBS"-lgc " AC_MSG_NOTICE([enabling system $GCNAME])],[ -@@ -186,7 +192,16 @@ AC_CHECK_LIB([ncurses], [setupterm], [AC +@@ -195,7 +201,16 @@ AC_CHECK_LIB([ncurses], [setupterm], [AC AC_CHECK_LIB([m], [sqrt]) AC_CHECK_LIB([z], [deflate]) AC_CHECK_LIB([pthread], [pthread_create]) @@ -48,7 +48,7 @@ Index: asymptote-1.68/configure.ac AC_CHECK_LIB([readline], [rl_completion_matches],, AC_MSG_NOTICE(*** Could not find GNU readline 4.2 or later: will compile without readline support ***)) -@@ -203,11 +218,17 @@ AC_COMPILE_IFELSE(AC_LANG_PROGRAM([#incl +@@ -212,11 +227,17 @@ AC_COMPILE_IFELSE(AC_LANG_PROGRAM([#incl [Define if you have a working <rpc/rpc.h> header file])], AC_MSG_WARN([*** Broken rpc headers; XDR support disabled ***])) diff --git a/media-gfx/asymptote/files/asymptote-1.68-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.72-xdg-utils.patch index 6e8fc4e8f24d..9613f9e352ba 100644 --- a/media-gfx/asymptote/files/asymptote-1.68-xdg-utils.patch +++ b/media-gfx/asymptote/files/asymptote-1.72-xdg-utils.patch @@ -1,8 +1,8 @@ -Index: asymptote-1.68/settings.cc +Index: asymptote-1.72/settings.cc =================================================================== ---- asymptote-1.68.orig/settings.cc -+++ asymptote-1.68/settings.cc -@@ -80,15 +80,15 @@ const bool haveglut=false; +--- asymptote-1.72.orig/settings.cc ++++ asymptote-1.72/settings.cc +@@ -81,15 +81,15 @@ const bool haveglut=false; bool msdos=false; const char *HOME="HOME"; const char pathSeparator=':'; |