diff options
author | Andrey Grozin <grozin@gentoo.org> | 2008-11-01 18:42:49 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2008-11-01 18:42:49 +0000 |
commit | 8bac59dc79b895a92d9ceac98f25bf07a52e3085 (patch) | |
tree | bea8aef4c2a6390d018588640be80e947beeafec /media-gfx/asymptote | |
parent | Stable on ppc wrt bug 244531 (diff) | |
download | gentoo-2-8bac59dc79b895a92d9ceac98f25bf07a52e3085.tar.gz gentoo-2-8bac59dc79b895a92d9ceac98f25bf07a52e3085.tar.bz2 gentoo-2-8bac59dc79b895a92d9ceac98f25bf07a52e3085.zip |
Version
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'media-gfx/asymptote')
-rw-r--r-- | media-gfx/asymptote/ChangeLog | 12 | ||||
-rw-r--r-- | media-gfx/asymptote/asymptote-1.46.ebuild | 5 | ||||
-rw-r--r-- | media-gfx/asymptote/asymptote-1.47.ebuild (renamed from media-gfx/asymptote/asymptote-1.44.ebuild) | 8 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.47-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.44-configure-ac.patch) | 15 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.47-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.44-xdg-utils.patch) | 6 |
5 files changed, 33 insertions, 13 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog index 2792ec06fa57..5a10f829976e 100644 --- a/media-gfx/asymptote/ChangeLog +++ b/media-gfx/asymptote/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for media-gfx/asymptote # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.23 2008/10/20 10:50:15 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.24 2008/11/01 18:42:49 grozin Exp $ + +*asymptote-1.47 (02 Nov 2008) + + 02 Nov 2008; Andrey Grozin <grozin@gentoo.org> + -files/asymptote-1.44-configure-ac.patch, + -files/asymptote-1.44-xdg-utils.patch, + +files/asymptote-1.47-configure-ac.patch, + +files/asymptote-1.47-xdg-utils.patch, -asymptote-1.44.ebuild, + asymptote-1.46.ebuild, +asymptote-1.47.ebuild: + Version bump, old version removed. Bug #245058 fixed. *asymptote-1.46 (20 Oct 2008) diff --git a/media-gfx/asymptote/asymptote-1.46.ebuild b/media-gfx/asymptote/asymptote-1.46.ebuild index 34138a383699..edac0bd5b4f1 100644 --- a/media-gfx/asymptote/asymptote-1.46.ebuild +++ b/media-gfx/asymptote/asymptote-1.46.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.46.ebuild,v 1.1 2008/10/20 10:50:15 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.46.ebuild,v 1.2 2008/11/01 18:42:49 grozin Exp $ EAPI=2 inherit eutils autotools elisp-common latex-package multilib python @@ -138,6 +138,9 @@ src_install() { # X GUI if use X; then + exeinto /usr/share/${PN}/GUI + doexe GUI/xasy.py + rm GUI/xasy.py insinto /usr/share/${PN}/GUI doins GUI/*.py dosym /usr/share/${PN}/GUI/xasy.py /usr/bin/xasy diff --git a/media-gfx/asymptote/asymptote-1.44.ebuild b/media-gfx/asymptote/asymptote-1.47.ebuild index c4dc70396522..4c0f03cb54e9 100644 --- a/media-gfx/asymptote/asymptote-1.44.ebuild +++ b/media-gfx/asymptote/asymptote-1.47.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.44.ebuild,v 1.1 2008/10/09 06:25:51 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.47.ebuild,v 1.1 2008/11/01 18:42:49 grozin Exp $ EAPI=2 inherit eutils autotools elisp-common latex-package multilib python @@ -138,6 +138,9 @@ src_install() { # X GUI if use X; then + exeinto /usr/share/${PN}/GUI + doexe GUI/xasy.py + rm GUI/xasy.py insinto /usr/share/${PN}/GUI doins GUI/*.py dosym /usr/share/${PN}/GUI/xasy.py /usr/bin/xasy @@ -153,6 +156,9 @@ src_install() { doc/*.csv \ doc/*.dat \ doc/extra/*.asy + if use X; then + doins GUI/*.asy + fi insinto /usr/share/${PN}/examples/animations doins examples/animations/*.asy fi diff --git a/media-gfx/asymptote/files/asymptote-1.44-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.47-configure-ac.patch index 94f5f28b3b14..ab5124bfc3a9 100644 --- a/media-gfx/asymptote/files/asymptote-1.44-configure-ac.patch +++ b/media-gfx/asymptote/files/asymptote-1.47-configure-ac.patch @@ -1,6 +1,6 @@ -diff -U2 -r asymptote-1.44.orig/configure.ac asymptote-1.44/configure.ac ---- asymptote-1.44.orig/configure.ac 2008-10-06 17:23:34.000000000 +0700 -+++ asymptote-1.44/configure.ac 2008-10-09 20:48:59.000000000 +0700 +diff -r -U2 asymptote-1.47.orig/configure.ac asymptote-1.47/configure.ac +--- asymptote-1.47.orig/configure.ac 2008-10-23 14:06:31.000000000 +0700 ++++ asymptote-1.47/configure.ac 2008-11-02 03:57:58.000000000 +0600 @@ -77,8 +77,14 @@ fi @@ -35,23 +35,24 @@ diff -U2 -r asymptote-1.44.orig/configure.ac asymptote-1.44/configure.ac + [with_sigsegv=$withval], + [with_sigsegv="no"]) +if test "$with_sigsegv" = "yes"; then -+AC_CHECK_HEADER(sigsegv.h, ++AC_CHECK_HEADER([sigsegv.h], + AC_CHECK_LIB([sigsegv], [stackoverflow_install_handler]), + AC_MSG_NOTICE([*** Header file sigsegv.h not found ***])) +fi AC_CHECK_LIB([readline], [rl_completion_matches],, -@@ -200,4 +215,9 @@ +@@ -200,9 +215,15 @@ AC_MSG_WARN([*** Broken rpc headers; XDR support disabled ***])) +-AC_CHECK_HEADER(gsl/gsl_sf.h, +AC_ARG_WITH(gsl, + [ --with-gsl use gsl libraries], + [with_gsl=$withval], + [with_gsl="no"]) +if test "$with_gsl" = "yes"; then - AC_CHECK_HEADER(gsl/gsl_sf.h, ++AC_CHECK_HEADER([gsl/gsl_sf.h], AC_CHECK_LIB([gsl], gsl_sf_Si, [AC_DEFINE(HAVE_LIBGSL, 1, -@@ -205,4 +225,5 @@ + [Define to 1 if you have the 'gsl' library (-lgsl). ]) LIBS=$LIBS"-lgsl -lgslcblas "], AC_MSG_NOTICE([*** Could not find libgsl: will compile without optional special functions. ***]),[-lgslcblas]), AC_MSG_NOTICE([*** Header file gsl_sf.h not found: will compile without optional special functions. ***])) +fi diff --git a/media-gfx/asymptote/files/asymptote-1.44-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.47-xdg-utils.patch index 4ff8323edbbc..f261af66529d 100644 --- a/media-gfx/asymptote/files/asymptote-1.44-xdg-utils.patch +++ b/media-gfx/asymptote/files/asymptote-1.47-xdg-utils.patch @@ -1,6 +1,6 @@ -diff -U2 -r asymptote-1.44.orig/settings.cc asymptote-1.44/settings.cc ---- asymptote-1.44.orig/settings.cc 2008-10-06 17:16:51.000000000 +0700 -+++ asymptote-1.44/settings.cc 2008-10-09 20:53:22.000000000 +0700 +diff -r -U2 asymptote-1.47.orig/settings.cc asymptote-1.47/settings.cc +--- asymptote-1.47.orig/settings.cc 2008-10-23 14:06:15.000000000 +0700 ++++ asymptote-1.47/settings.cc 2008-11-02 03:51:08.000000000 +0600 @@ -81,12 +81,12 @@ const char *HOME="HOME"; const char pathSeparator=':'; |