summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2014-05-05 10:28:41 +0000
committerAndrey Grozin <grozin@gentoo.org>2014-05-05 10:28:41 +0000
commitd33ffb94e0a124217769e83556a7277ad1085a8a (patch)
treec8a0aa0ad3ec35e10277c02f8a2962a6c80978b7 /media-gfx
parentSwitch to python-single-r1 to avoid builds with python3. TThanks to Uwe Schol... (diff)
downloadgentoo-2-d33ffb94e0a124217769e83556a7277ad1085a8a.tar.gz
gentoo-2-d33ffb94e0a124217769e83556a7277ad1085a8a.tar.bz2
gentoo-2-d33ffb94e0a124217769e83556a7277ad1085a8a.zip
Version bump
(Portage version: 2.2.10/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/asymptote/ChangeLog11
-rw-r--r--media-gfx/asymptote/asymptote-2.27.ebuild (renamed from media-gfx/asymptote/asymptote-2.23.ebuild)6
-rw-r--r--media-gfx/asymptote/files/asymptote-2.27-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-2.23-configure-ac.patch)12
-rw-r--r--media-gfx/asymptote/files/asymptote-2.27-info.patch (renamed from media-gfx/asymptote/files/asymptote-2.23-info.patch)6
-rw-r--r--media-gfx/asymptote/files/asymptote-2.27-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-2.23-xdg-utils.patch)9
5 files changed, 27 insertions, 17 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog
index 59fbeb9928ff..aa2c6d3894a4 100644
--- a/media-gfx/asymptote/ChangeLog
+++ b/media-gfx/asymptote/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for media-gfx/asymptote
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.107 2014/03/09 14:26:45 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.108 2014/05/05 10:28:41 grozin Exp $
+
+*asymptote-2.27 (05 May 2014)
+
+ 05 May 2014; Andrey Grozin <grozin@gentoo.org> -asymptote-2.23.ebuild,
+ +asymptote-2.27.ebuild, -files/asymptote-2.23-configure-ac.patch,
+ -files/asymptote-2.23-info.patch, -files/asymptote-2.23-xdg-utils.patch,
+ +files/asymptote-2.27-configure-ac.patch, +files/asymptote-2.27-info.patch,
+ +files/asymptote-2.27-xdg-utils.patch:
+ Version bump
09 Mar 2014; Andrey Grozin <grozin@gentoo.org> asymptote-2.24.ebuild:
pdf generation depends on >=dev-texlive/texlive-latexextra-2013, bug #481076
diff --git a/media-gfx/asymptote/asymptote-2.23.ebuild b/media-gfx/asymptote/asymptote-2.27.ebuild
index d565d25031e9..f663af7da9a8 100644
--- a/media-gfx/asymptote/asymptote-2.23.ebuild
+++ b/media-gfx/asymptote/asymptote-2.27.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.23.ebuild,v 1.2 2013/06/09 18:28:40 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.27.ebuild,v 1.1 2014/05/05 10:28:41 grozin Exp $
EAPI=4
SUPPORT_PYTHON_ABIS=1
@@ -28,7 +28,7 @@ RDEPEND=">=sys-libs/readline-4.3-r5
fftw? ( >=sci-libs/fftw-3.0.1 )
gsl? ( sci-libs/gsl )
X? ( x11-misc/xdg-utils dev-lang/python virtual/python-imaging[tk] )
- latex? ( virtual/latex-base dev-texlive/texlive-latexextra )
+ latex? ( virtual/latex-base >=dev-texlive/texlive-latexextra-2013 )
emacs? ( virtual/emacs )
vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
DEPEND="${RDEPEND}
diff --git a/media-gfx/asymptote/files/asymptote-2.23-configure-ac.patch b/media-gfx/asymptote/files/asymptote-2.27-configure-ac.patch
index fec5b37438b8..df02ad92fcb3 100644
--- a/media-gfx/asymptote/files/asymptote-2.23-configure-ac.patch
+++ b/media-gfx/asymptote/files/asymptote-2.27-configure-ac.patch
@@ -1,8 +1,8 @@
-Index: asymptote-2.22/configure.ac
+Index: asymptote-2.27/configure.ac
===================================================================
---- asymptote-2.22.orig/configure.ac
-+++ asymptote-2.22/configure.ac
-@@ -154,7 +154,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then
+--- asymptote-2.27.orig/configure.ac
++++ asymptote-2.27/configure.ac
+@@ -155,7 +155,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then
fi
CPPFLAGS_SAVE=$CPPFLAGS
CPPFLAGS=$CPPFLAGS" $INCL"
@@ -11,9 +11,9 @@ Index: asymptote-2.22/configure.ac
AC_CHECK_LIB([gc],[GC_malloc],[
LIBS=$LIBS"-lgc "
AC_MSG_NOTICE([enabling system $GCNAME])],[
-@@ -227,7 +227,17 @@ AC_MSG_ERROR([*** Please install libm on
+@@ -229,7 +229,17 @@ AC_MSG_ERROR([*** Please install libm on
AC_CHECK_LIB([z], [deflate],,
- AC_MSG_ERROR([*** Please install libz on your system ***]))
+ AC_MSG_ERROR([*** Please install libz or zlib-devel on your system ***]))
AX_PTHREAD
-AC_CHECK_LIB([sigsegv], [stackoverflow_install_handler])
+
diff --git a/media-gfx/asymptote/files/asymptote-2.23-info.patch b/media-gfx/asymptote/files/asymptote-2.27-info.patch
index 76d4ca9e3b1e..a64c8eb467ac 100644
--- a/media-gfx/asymptote/files/asymptote-2.23-info.patch
+++ b/media-gfx/asymptote/files/asymptote-2.27-info.patch
@@ -1,7 +1,7 @@
-Index: asymptote-2.22/doc/asymptote.texi
+Index: asymptote-2.27/doc/asymptote.texi
===================================================================
---- asymptote-2.22.orig/doc/asymptote.texi
-+++ asymptote-2.22/doc/asymptote.texi
+--- asymptote-2.27.orig/doc/asymptote.texi
++++ asymptote-2.27/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.23-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-2.27-xdg-utils.patch
index e5dc68ecf1c3..1be4a4b89435 100644
--- a/media-gfx/asymptote/files/asymptote-2.23-xdg-utils.patch
+++ b/media-gfx/asymptote/files/asymptote-2.27-xdg-utils.patch
@@ -1,8 +1,8 @@
-Index: asymptote-2.22/settings.cc
+Index: asymptote-2.27/settings.cc
===================================================================
---- asymptote-2.22.orig/settings.cc
-+++ asymptote-2.22/settings.cc
-@@ -90,14 +90,14 @@ bool msdos=false;
+--- asymptote-2.27.orig/settings.cc
++++ asymptote-2.27/settings.cc
+@@ -90,15 +90,15 @@ bool msdos=false;
string HOME="HOME";
string docdir=ASYMPTOTE_DOCDIR;
const char pathSeparator=':';
@@ -15,6 +15,7 @@ Index: asymptote-2.22/settings.cc
+string defaultPDFViewer="xdg-open";
#endif
string defaultGhostscript="gs";
+ string defaultGhostscriptLibrary="/usr/lib/libgs.so";
-string defaultDisplay="display";
+string defaultDisplay="xdg-open";
string defaultAnimate="animate";