summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2012-09-26 13:20:17 +0000
committerAndrey Grozin <grozin@gentoo.org>2012-09-26 13:20:17 +0000
commit2b1100fb03d2620487b0a1a7dd839c3d9b161b17 (patch)
tree839d9c67872d04300dca2263439c3637911d4bb4 /media-gfx/asymptote
parentRemove old. (diff)
downloadgentoo-2-2b1100fb03d2620487b0a1a7dd839c3d9b161b17.tar.gz
gentoo-2-2b1100fb03d2620487b0a1a7dd839c3d9b161b17.tar.bz2
gentoo-2-2b1100fb03d2620487b0a1a7dd839c3d9b161b17.zip
Version bump
(Portage version: 2.2.0_alpha131/cvs/Linux i686)
Diffstat (limited to 'media-gfx/asymptote')
-rw-r--r--media-gfx/asymptote/ChangeLog11
-rw-r--r--media-gfx/asymptote/asymptote-2.19.ebuild (renamed from media-gfx/asymptote/asymptote-2.16.ebuild)25
-rw-r--r--media-gfx/asymptote/files/asymptote-2.19-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-2.16-configure-ac.patch)6
-rw-r--r--media-gfx/asymptote/files/asymptote-2.19-info.patch (renamed from media-gfx/asymptote/files/asymptote-2.16-info.patch)6
-rw-r--r--media-gfx/asymptote/files/asymptote-2.19-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-2.16-xdg-utils.patch)8
5 files changed, 35 insertions, 21 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog
index 535459f135e2..0899a26b14b1 100644
--- a/media-gfx/asymptote/ChangeLog
+++ b/media-gfx/asymptote/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for media-gfx/asymptote
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.98 2012/09/20 12:16:43 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.99 2012/09/26 13:20:17 grozin Exp $
+
+*asymptote-2.19 (26 Sep 2012)
+
+ 26 Sep 2012; Andrey Grozin <grozin@gentoo.org> -asymptote-2.16.ebuild,
+ -files/asymptote-2.16-configure-ac.patch, -files/asymptote-2.16-info.patch,
+ -files/asymptote-2.16-xdg-utils.patch, +asymptote-2.19.ebuild,
+ +files/asymptote-2.19-configure-ac.patch, +files/asymptote-2.19-info.patch,
+ +files/asymptote-2.19-xdg-utils.patch:
+ Version bump
*asymptote-2.17 (20 Sep 2012)
diff --git a/media-gfx/asymptote/asymptote-2.16.ebuild b/media-gfx/asymptote/asymptote-2.19.ebuild
index 01ee898ecce2..0217e19c6b96 100644
--- a/media-gfx/asymptote/asymptote-2.16.ebuild
+++ b/media-gfx/asymptote/asymptote-2.19.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.16.ebuild,v 1.1 2012/06/02 18:17:12 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.19.ebuild,v 1.1 2012/09/26 13:20:17 grozin Exp $
-EAPI=3
+EAPI=4
SUPPORT_PYTHON_ABIS=1
PYTHON_DEPEND="python? 2"
RESTRICT_PYTHON_ABIS="3.*"
@@ -14,11 +14,14 @@ SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="+boehm-gc doc emacs examples fftw gsl +imagemagick latex python sigsegv svg vim-syntax X"
+IUSE="+boehm-gc doc emacs examples fftw gsl +imagemagick latex offscreen +opengl python sigsegv svg vim-syntax X"
+REQUIRED_USE="offscreen? ( )"
RDEPEND=">=sys-libs/readline-4.3-r5
>=sys-libs/ncurses-5.4-r5
imagemagick? ( media-gfx/imagemagick[png] )
+ opengl? ( >=media-libs/mesa-8 )
+ offscreen? ( media-libs/mesa[osmesa] )
svg? ( app-text/dvisvgm )
sigsegv? ( dev-libs/libsigsegv )
boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] )
@@ -59,33 +62,35 @@ src_configure() {
$(use_enable boehm-gc gc system) \
$(use_enable fftw) \
$(use_enable gsl) \
+ $(use_enable opengl gl) \
+ $(use_enable offscreen) \
$(use_with sigsegv)
}
src_compile() {
- emake || die "emake failed"
+ emake
cd doc
- emake asy.1 || die "emake asy.1 failed"
+ emake asy.1
if use doc; then
# info
einfo "Making info"
- emake ${PN}.info || die "emake ${PN}.info failed"
+ emake ${PN}.info
cd FAQ
- emake || die "emake FAQ failed"
+ emake
cd ..
# pdf
einfo "Making pdf docs"
export VARTEXFONTS="${T}"/fonts
# see bug #260606
- emake -j1 asymptote.pdf || die "emake asymptote.pdf failed"
- emake CAD.pdf || die "emake CAD.pdf failed"
+ emake -j1 asymptote.pdf
+ emake CAD.pdf
fi
cd ..
if use emacs; then
einfo "Compiling emacs lisp files"
- elisp-compile base/*.el || die "elisp-compile failed"
+ elisp-compile base/*.el
fi
}
diff --git a/media-gfx/asymptote/files/asymptote-2.16-configure-ac.patch b/media-gfx/asymptote/files/asymptote-2.19-configure-ac.patch
index 7a40b5fa7869..67c5889ba484 100644
--- a/media-gfx/asymptote/files/asymptote-2.16-configure-ac.patch
+++ b/media-gfx/asymptote/files/asymptote-2.19-configure-ac.patch
@@ -1,7 +1,7 @@
-Index: asymptote-2.16/configure.ac
+Index: asymptote-2.19/configure.ac
===================================================================
---- asymptote-2.16.orig/configure.ac
-+++ asymptote-2.16/configure.ac
+--- asymptote-2.19.orig/configure.ac
++++ asymptote-2.19/configure.ac
@@ -154,7 +154,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then
fi
CPPFLAGS_SAVE=$CPPFLAGS
diff --git a/media-gfx/asymptote/files/asymptote-2.16-info.patch b/media-gfx/asymptote/files/asymptote-2.19-info.patch
index d8530fce4cf7..56a47eac812e 100644
--- a/media-gfx/asymptote/files/asymptote-2.16-info.patch
+++ b/media-gfx/asymptote/files/asymptote-2.19-info.patch
@@ -1,7 +1,7 @@
-Index: asymptote-2.16/doc/asymptote.texi
+Index: asymptote-2.19/doc/asymptote.texi
===================================================================
---- asymptote-2.16.orig/doc/asymptote.texi
-+++ asymptote-2.16/doc/asymptote.texi
+--- asymptote-2.19.orig/doc/asymptote.texi
++++ asymptote-2.19/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.16-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-2.19-xdg-utils.patch
index 167b70cc356b..cfa8a852d67d 100644
--- a/media-gfx/asymptote/files/asymptote-2.16-xdg-utils.patch
+++ b/media-gfx/asymptote/files/asymptote-2.19-xdg-utils.patch
@@ -1,8 +1,8 @@
-Index: asymptote-2.16/settings.cc
+Index: asymptote-2.19/settings.cc
===================================================================
---- asymptote-2.16.orig/settings.cc
-+++ asymptote-2.16/settings.cc
-@@ -96,14 +96,14 @@ bool msdos=false;
+--- asymptote-2.19.orig/settings.cc
++++ asymptote-2.19/settings.cc
+@@ -90,14 +90,14 @@ bool msdos=false;
string HOME="HOME";
string docdir=ASYMPTOTE_DOCDIR;
const char pathSeparator=':';