summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2010-06-15 06:10:02 +0000
committerAndrey Grozin <grozin@gentoo.org>2010-06-15 06:10:02 +0000
commit9de6274f292f30a31376de64935244b0a9112129 (patch)
tree775d03cf846ad7b0d5b8aedda3da892bf6dae2a7 /media-gfx/asymptote
parentStable on amd64 and x86 (#323529) (diff)
downloadgentoo-2-9de6274f292f30a31376de64935244b0a9112129.tar.gz
gentoo-2-9de6274f292f30a31376de64935244b0a9112129.tar.bz2
gentoo-2-9de6274f292f30a31376de64935244b0a9112129.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-1.98.ebuild (renamed from media-gfx/asymptote/asymptote-1.94.ebuild)5
-rw-r--r--media-gfx/asymptote/files/asymptote-1.98-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.94-configure-ac.patch)10
-rw-r--r--media-gfx/asymptote/files/asymptote-1.98-info.patch13
-rw-r--r--media-gfx/asymptote/files/asymptote-1.98-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.94-xdg-utils.patch)6
5 files changed, 35 insertions, 10 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog
index bf8a7ab0bd64..a0045e73c2e8 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.71 2010/06/14 19:39:00 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.72 2010/06/15 06:10:01 grozin Exp $
+
+*asymptote-1.98 (15 Jun 2010)
+
+ 15 Jun 2010; Andrey Grozin <grozin@gentoo.org> -asymptote-1.94.ebuild,
+ -files/asymptote-1.94-configure-ac.patch,
+ -files/asymptote-1.94-xdg-utils.patch, +asymptote-1.98.ebuild,
+ +files/asymptote-1.98-configure-ac.patch,
+ +files/asymptote-1.98-info.patch, +files/asymptote-1.98-xdg-utils.patch:
+ Version bump
14 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
asymptote-1.86.ebuild:
diff --git a/media-gfx/asymptote/asymptote-1.94.ebuild b/media-gfx/asymptote/asymptote-1.98.ebuild
index 799c0b59c242..1ef3e33b9124 100644
--- a/media-gfx/asymptote/asymptote-1.94.ebuild
+++ b/media-gfx/asymptote/asymptote-1.98.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.94.ebuild,v 1.1 2010/05/05 19:30:54 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.98.ebuild,v 1.1 2010/06/15 06:10:02 grozin Exp $
EAPI=3
SUPPORT_PYTHON_ABIS=1
PYTHON_DEPEND="python? 2"
@@ -42,6 +42,9 @@ src_prepare() {
# Changing pdf, ps, image viewers to xdg-open
epatch "${FILESDIR}/${P}-xdg-utils.patch"
+ # Bug #322473
+ epatch "${FILESDIR}/${P}-info.patch"
+
eautoreconf
}
diff --git a/media-gfx/asymptote/files/asymptote-1.94-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.98-configure-ac.patch
index 63536e2ab74b..ff221eb25a09 100644
--- a/media-gfx/asymptote/files/asymptote-1.94-configure-ac.patch
+++ b/media-gfx/asymptote/files/asymptote-1.98-configure-ac.patch
@@ -1,8 +1,8 @@
-Index: asymptote-1.94/configure.ac
+Index: asymptote-1.98/configure.ac
===================================================================
---- asymptote-1.94.orig/configure.ac
-+++ asymptote-1.94/configure.ac
-@@ -148,7 +148,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then
+--- asymptote-1.98.orig/configure.ac
++++ asymptote-1.98/configure.ac
+@@ -149,7 +149,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then
fi
CPPFLAGS_SAVE=$CPPFLAGS
CPPFLAGS=$CPPFLAGS" $INCL"
@@ -11,7 +11,7 @@ Index: asymptote-1.94/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
+@@ -217,7 +217,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-1.98-info.patch
new file mode 100644
index 000000000000..c01f73052752
--- /dev/null
+++ b/media-gfx/asymptote/files/asymptote-1.98-info.patch
@@ -0,0 +1,13 @@
+Index: asymptote-1.98/doc/asymptote.texi
+===================================================================
+--- asymptote-1.98.orig/doc/asymptote.texi
++++ asymptote-1.98/doc/asymptote.texi
+@@ -21,7 +21,7 @@ file LICENSE in the top-level source dir
+
+ @dircategory Languages
+ @direntry
+-* asymptote: (asymptote/asymptote). Vector graphics language.
++* asymptote: (asymptote). Vector graphics language.
+ @end direntry
+
+ @titlepage
diff --git a/media-gfx/asymptote/files/asymptote-1.94-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.98-xdg-utils.patch
index b8da30b9c6d9..266abb03d744 100644
--- a/media-gfx/asymptote/files/asymptote-1.94-xdg-utils.patch
+++ b/media-gfx/asymptote/files/asymptote-1.98-xdg-utils.patch
@@ -1,7 +1,7 @@
-Index: asymptote-1.94/settings.cc
+Index: asymptote-1.98/settings.cc
===================================================================
---- asymptote-1.94.orig/settings.cc
-+++ asymptote-1.94/settings.cc
+--- asymptote-1.98.orig/settings.cc
++++ asymptote-1.98/settings.cc
@@ -89,14 +89,14 @@ bool msdos=false;
string HOME="HOME";
string docdir=ASYMPTOTE_DOCDIR;