summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2010-06-29 13:40:03 +0000
committerAndrey Grozin <grozin@gentoo.org>2010-06-29 13:40:03 +0000
commite1f0924f720b2fc73ae8dafb975a8e698d7970b8 (patch)
treed48514fd3bd67261dd36ec3b7528b35eeec2e229 /media-gfx/asymptote
parentSpecifically use =media-libs/libpng-1.2* (bug #325569). (diff)
downloadgentoo-2-e1f0924f720b2fc73ae8dafb975a8e698d7970b8.tar.gz
gentoo-2-e1f0924f720b2fc73ae8dafb975a8e698d7970b8.tar.bz2
gentoo-2-e1f0924f720b2fc73ae8dafb975a8e698d7970b8.zip
Version bump
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'media-gfx/asymptote')
-rw-r--r--media-gfx/asymptote/ChangeLog11
-rw-r--r--media-gfx/asymptote/asymptote-2.00.ebuild (renamed from media-gfx/asymptote/asymptote-1.98.ebuild)2
-rw-r--r--media-gfx/asymptote/files/asymptote-2.00-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.98-configure-ac.patch)10
-rw-r--r--media-gfx/asymptote/files/asymptote-2.00-info.patch (renamed from media-gfx/asymptote/files/asymptote-1.98-info.patch)6
-rw-r--r--media-gfx/asymptote/files/asymptote-2.00-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.98-xdg-utils.patch)6
5 files changed, 22 insertions, 13 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog
index a23ef634511c..db063af777b7 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.73 2010/06/20 06:51:46 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.74 2010/06/29 13:40:02 grozin Exp $
+
+*asymptote-2.00 (29 Jun 2010)
+
+ 29 Jun 2010; Andrey Grozin <grozin@gentoo.org> -asymptote-1.98.ebuild,
+ -files/asymptote-1.98-configure-ac.patch,
+ -files/asymptote-1.98-info.patch, -files/asymptote-1.98-xdg-utils.patch,
+ +asymptote-2.00.ebuild, +files/asymptote-2.00-configure-ac.patch,
+ +files/asymptote-2.00-info.patch, +files/asymptote-2.00-xdg-utils.patch:
+ Version bump
*asymptote-1.99 (20 Jun 2010)
diff --git a/media-gfx/asymptote/asymptote-1.98.ebuild b/media-gfx/asymptote/asymptote-2.00.ebuild
index 1ef3e33b9124..a2e0da717bf1 100644
--- a/media-gfx/asymptote/asymptote-1.98.ebuild
+++ b/media-gfx/asymptote/asymptote-2.00.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.98.ebuild,v 1.1 2010/06/15 06:10:02 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.00.ebuild,v 1.1 2010/06/29 13:40:02 grozin Exp $
EAPI=3
SUPPORT_PYTHON_ABIS=1
PYTHON_DEPEND="python? 2"
diff --git a/media-gfx/asymptote/files/asymptote-1.98-configure-ac.patch b/media-gfx/asymptote/files/asymptote-2.00-configure-ac.patch
index ff221eb25a09..8184fefb5919 100644
--- a/media-gfx/asymptote/files/asymptote-1.98-configure-ac.patch
+++ b/media-gfx/asymptote/files/asymptote-2.00-configure-ac.patch
@@ -1,8 +1,8 @@
-Index: asymptote-1.98/configure.ac
+Index: asymptote-2.00/configure.ac
===================================================================
---- asymptote-1.98.orig/configure.ac
-+++ asymptote-1.98/configure.ac
-@@ -149,7 +149,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then
+--- asymptote-2.00.orig/configure.ac
++++ asymptote-2.00/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.98/configure.ac
AC_CHECK_LIB([gc],[GC_malloc],[
LIBS=$LIBS"-lgc "
AC_MSG_NOTICE([enabling system $GCNAME])],[
-@@ -217,7 +217,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.98-info.patch b/media-gfx/asymptote/files/asymptote-2.00-info.patch
index c01f73052752..1226027f82f2 100644
--- a/media-gfx/asymptote/files/asymptote-1.98-info.patch
+++ b/media-gfx/asymptote/files/asymptote-2.00-info.patch
@@ -1,7 +1,7 @@
-Index: asymptote-1.98/doc/asymptote.texi
+Index: asymptote-2.00/doc/asymptote.texi
===================================================================
---- asymptote-1.98.orig/doc/asymptote.texi
-+++ asymptote-1.98/doc/asymptote.texi
+--- asymptote-2.00.orig/doc/asymptote.texi
++++ asymptote-2.00/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.98-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-2.00-xdg-utils.patch
index 266abb03d744..a6e1fa7374ca 100644
--- a/media-gfx/asymptote/files/asymptote-1.98-xdg-utils.patch
+++ b/media-gfx/asymptote/files/asymptote-2.00-xdg-utils.patch
@@ -1,7 +1,7 @@
-Index: asymptote-1.98/settings.cc
+Index: asymptote-2.00/settings.cc
===================================================================
---- asymptote-1.98.orig/settings.cc
-+++ asymptote-1.98/settings.cc
+--- asymptote-2.00.orig/settings.cc
++++ asymptote-2.00/settings.cc
@@ -89,14 +89,14 @@ bool msdos=false;
string HOME="HOME";
string docdir=ASYMPTOTE_DOCDIR;