summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2011-06-18 12:11:32 +0000
committerAndrey Grozin <grozin@gentoo.org>2011-06-18 12:11:32 +0000
commit2359fddb358646e19bd443869cc16a6d7056b4ac (patch)
tree188d5c732f637a5793ea22c0d5e5028b4e5bf421 /media-gfx
parentStable on amd64 wrt bug #371675 (diff)
downloadgentoo-2-2359fddb358646e19bd443869cc16a6d7056b4ac.tar.gz
gentoo-2-2359fddb358646e19bd443869cc16a6d7056b4ac.tar.bz2
gentoo-2-2359fddb358646e19bd443869cc16a6d7056b4ac.zip
Version bump
(Portage version: 2.2.0_alpha41/cvs/Linux i686)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/asymptote/ChangeLog11
-rw-r--r--media-gfx/asymptote/asymptote-2.11.ebuild (renamed from media-gfx/asymptote/asymptote-2.10.ebuild)2
-rw-r--r--media-gfx/asymptote/files/asymptote-2.11-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-2.10-configure-ac.patch)8
-rw-r--r--media-gfx/asymptote/files/asymptote-2.11-info.patch (renamed from media-gfx/asymptote/files/asymptote-2.10-info.patch)6
-rw-r--r--media-gfx/asymptote/files/asymptote-2.11-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-2.10-xdg-utils.patch)8
5 files changed, 22 insertions, 13 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog
index 499c3c5a2a7b..3339ef9ad108 100644
--- a/media-gfx/asymptote/ChangeLog
+++ b/media-gfx/asymptote/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for media-gfx/asymptote
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.85 2011/05/29 19:39:36 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.86 2011/06/18 12:11:32 grozin Exp $
+
+*asymptote-2.11 (18 Jun 2011)
+
+ 18 Jun 2011; Andrey Grozin <grozin@gentoo.org> -asymptote-2.10.ebuild,
+ -files/asymptote-2.10-configure-ac.patch, -files/asymptote-2.10-info.patch,
+ -files/asymptote-2.10-xdg-utils.patch, +asymptote-2.11.ebuild,
+ +files/asymptote-2.11-configure-ac.patch, +files/asymptote-2.11-info.patch,
+ +files/asymptote-2.11-xdg-utils.patch:
+ Version bump
*asymptote-2.10 (29 May 2011)
diff --git a/media-gfx/asymptote/asymptote-2.10.ebuild b/media-gfx/asymptote/asymptote-2.11.ebuild
index 1e0d8ba2cdcd..8c899992d7f7 100644
--- a/media-gfx/asymptote/asymptote-2.10.ebuild
+++ b/media-gfx/asymptote/asymptote-2.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.10.ebuild,v 1.1 2011/05/29 19:39:36 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.11.ebuild,v 1.1 2011/06/18 12:11:32 grozin Exp $
EAPI=3
SUPPORT_PYTHON_ABIS=1
PYTHON_DEPEND="python? 2"
diff --git a/media-gfx/asymptote/files/asymptote-2.10-configure-ac.patch b/media-gfx/asymptote/files/asymptote-2.11-configure-ac.patch
index 0cff88d70c40..ea0978fcd369 100644
--- a/media-gfx/asymptote/files/asymptote-2.10-configure-ac.patch
+++ b/media-gfx/asymptote/files/asymptote-2.11-configure-ac.patch
@@ -1,7 +1,7 @@
-Index: asymptote-2.10/configure.ac
+Index: asymptote-2.11/configure.ac
===================================================================
---- asymptote-2.10.orig/configure.ac
-+++ asymptote-2.10/configure.ac
+--- asymptote-2.11.orig/configure.ac
++++ asymptote-2.11/configure.ac
@@ -150,7 +150,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then
fi
CPPFLAGS_SAVE=$CPPFLAGS
@@ -11,7 +11,7 @@ Index: asymptote-2.10/configure.ac
AC_CHECK_LIB([gc],[GC_malloc],[
LIBS=$LIBS"-lgc "
AC_MSG_NOTICE([enabling system $GCNAME])],[
-@@ -218,7 +218,17 @@ AC_MSG_ERROR([*** Please install libm on
+@@ -223,7 +223,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-2.10-info.patch b/media-gfx/asymptote/files/asymptote-2.11-info.patch
index 63b7836c12da..9245051b822c 100644
--- a/media-gfx/asymptote/files/asymptote-2.10-info.patch
+++ b/media-gfx/asymptote/files/asymptote-2.11-info.patch
@@ -1,7 +1,7 @@
-Index: asymptote-2.10/doc/asymptote.texi
+Index: asymptote-2.11/doc/asymptote.texi
===================================================================
---- asymptote-2.10.orig/doc/asymptote.texi
-+++ asymptote-2.10/doc/asymptote.texi
+--- asymptote-2.11.orig/doc/asymptote.texi
++++ asymptote-2.11/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-2.10-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-2.11-xdg-utils.patch
index 00522c7f17c1..543352e472af 100644
--- a/media-gfx/asymptote/files/asymptote-2.10-xdg-utils.patch
+++ b/media-gfx/asymptote/files/asymptote-2.11-xdg-utils.patch
@@ -1,8 +1,8 @@
-Index: asymptote-2.10/settings.cc
+Index: asymptote-2.11/settings.cc
===================================================================
---- asymptote-2.10.orig/settings.cc
-+++ asymptote-2.10/settings.cc
-@@ -89,14 +89,14 @@ bool msdos=false;
+--- asymptote-2.11.orig/settings.cc
++++ asymptote-2.11/settings.cc
+@@ -95,14 +95,14 @@ bool msdos=false;
string HOME="HOME";
string docdir=ASYMPTOTE_DOCDIR;
const char pathSeparator=':';