diff options
author | Andrey Grozin <grozin@gentoo.org> | 2010-06-20 06:51:46 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2010-06-20 06:51:46 +0000 |
commit | 7cd050c382193ba84c41b069314b1e6db71a58e8 (patch) | |
tree | feac32ad66eac0beabc652db476a9314199bce18 /media-gfx/asymptote | |
parent | Version bump. (diff) | |
download | gentoo-2-7cd050c382193ba84c41b069314b1e6db71a58e8.tar.gz gentoo-2-7cd050c382193ba84c41b069314b1e6db71a58e8.tar.bz2 gentoo-2-7cd050c382193ba84c41b069314b1e6db71a58e8.zip |
Version bump
(Portage version: 2.2_rc67/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.99.ebuild (renamed from media-gfx/asymptote/asymptote-1.96.ebuild) | 2 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.99-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.96-configure-ac.patch) | 10 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.99-info.patch (renamed from media-gfx/asymptote/files/asymptote-1.96-info.patch) | 6 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.99-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.96-xdg-utils.patch) | 6 |
5 files changed, 22 insertions, 13 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog index a0045e73c2e8..a23ef634511c 100644 --- a/media-gfx/asymptote/ChangeLog +++ b/media-gfx/asymptote/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for media-gfx/asymptote # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.72 2010/06/15 06:10:01 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.73 2010/06/20 06:51:46 grozin Exp $ + +*asymptote-1.99 (20 Jun 2010) + + 20 Jun 2010; Andrey Grozin <grozin@gentoo.org> -asymptote-1.96.ebuild, + -files/asymptote-1.96-configure-ac.patch, + -files/asymptote-1.96-info.patch, -files/asymptote-1.96-xdg-utils.patch, + +asymptote-1.99.ebuild, +files/asymptote-1.99-configure-ac.patch, + +files/asymptote-1.99-info.patch, +files/asymptote-1.99-xdg-utils.patch: + Version bump *asymptote-1.98 (15 Jun 2010) diff --git a/media-gfx/asymptote/asymptote-1.96.ebuild b/media-gfx/asymptote/asymptote-1.99.ebuild index 0fbe7975dd75..c91de9736fb2 100644 --- a/media-gfx/asymptote/asymptote-1.96.ebuild +++ b/media-gfx/asymptote/asymptote-1.99.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.96.ebuild,v 1.1 2010/06/07 16:42:49 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.99.ebuild,v 1.1 2010/06/20 06:51:46 grozin Exp $ EAPI=3 SUPPORT_PYTHON_ABIS=1 PYTHON_DEPEND="python? 2" diff --git a/media-gfx/asymptote/files/asymptote-1.96-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.99-configure-ac.patch index fb10d0a0bb0f..5db84921c0ab 100644 --- a/media-gfx/asymptote/files/asymptote-1.96-configure-ac.patch +++ b/media-gfx/asymptote/files/asymptote-1.99-configure-ac.patch @@ -1,8 +1,8 @@ -Index: asymptote-1.96/configure.ac +Index: asymptote-1.99/configure.ac =================================================================== ---- asymptote-1.96.orig/configure.ac -+++ asymptote-1.96/configure.ac -@@ -148,7 +148,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then +--- asymptote-1.99.orig/configure.ac ++++ asymptote-1.99/configure.ac +@@ -150,7 +150,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then fi CPPFLAGS_SAVE=$CPPFLAGS CPPFLAGS=$CPPFLAGS" $INCL" @@ -11,7 +11,7 @@ Index: asymptote-1.96/configure.ac AC_CHECK_LIB([gc],[GC_malloc],[ LIBS=$LIBS"-lgc " AC_MSG_NOTICE([enabling system $GCNAME])],[ -@@ -215,7 +215,17 @@ AC_MSG_ERROR([*** Please install libm on +@@ -218,7 +218,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.96-info.patch b/media-gfx/asymptote/files/asymptote-1.99-info.patch index 4ed147f8e2d6..5c24cb84d24e 100644 --- a/media-gfx/asymptote/files/asymptote-1.96-info.patch +++ b/media-gfx/asymptote/files/asymptote-1.99-info.patch @@ -1,7 +1,7 @@ -Index: asymptote-1.96/doc/asymptote.texi +Index: asymptote-1.99/doc/asymptote.texi =================================================================== ---- asymptote-1.96.orig/doc/asymptote.texi -+++ asymptote-1.96/doc/asymptote.texi +--- asymptote-1.99.orig/doc/asymptote.texi ++++ asymptote-1.99/doc/asymptote.texi @@ -21,7 +21,7 @@ file LICENSE in the top-level source dir @dircategory Languages diff --git a/media-gfx/asymptote/files/asymptote-1.96-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.99-xdg-utils.patch index 1f207bdd72d8..6b8e5e5bfc02 100644 --- a/media-gfx/asymptote/files/asymptote-1.96-xdg-utils.patch +++ b/media-gfx/asymptote/files/asymptote-1.99-xdg-utils.patch @@ -1,7 +1,7 @@ -Index: asymptote-1.96/settings.cc +Index: asymptote-1.99/settings.cc =================================================================== ---- asymptote-1.96.orig/settings.cc -+++ asymptote-1.96/settings.cc +--- asymptote-1.99.orig/settings.cc ++++ asymptote-1.99/settings.cc @@ -89,14 +89,14 @@ bool msdos=false; string HOME="HOME"; string docdir=ASYMPTOTE_DOCDIR; |