diff options
author | Andrey Grozin <grozin@gentoo.org> | 2012-10-11 14:25:36 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2012-10-11 14:25:36 +0000 |
commit | 26bb4550d141eddb64b2557fbfc4b92794311c37 (patch) | |
tree | 75de41444dd28a1865700b02b689cca67de30feb /media-gfx/asymptote | |
parent | Stable for amd64, wrt bug #433241 (diff) | |
download | gentoo-2-26bb4550d141eddb64b2557fbfc4b92794311c37.tar.gz gentoo-2-26bb4550d141eddb64b2557fbfc4b92794311c37.tar.bz2 gentoo-2-26bb4550d141eddb64b2557fbfc4b92794311c37.zip |
Version bump
(Portage version: 2.2.0_alpha136/cvs/Linux i686)
Diffstat (limited to 'media-gfx/asymptote')
-rw-r--r-- | media-gfx/asymptote/ChangeLog | 11 | ||||
-rw-r--r-- | media-gfx/asymptote/asymptote-2.21.ebuild (renamed from media-gfx/asymptote/asymptote-2.17.ebuild) | 4 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-2.21-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-2.17-configure-ac.patch) | 6 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-2.21-info.patch (renamed from media-gfx/asymptote/files/asymptote-2.17-info.patch) | 6 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-2.21-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-2.17-xdg-utils.patch) | 6 |
5 files changed, 21 insertions, 12 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog index 0899a26b14b1..a4c866a4ba12 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.99 2012/09/26 13:20:17 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.100 2012/10/11 14:25:36 grozin Exp $ + +*asymptote-2.21 (11 Oct 2012) + + 11 Oct 2012; Andrey Grozin <grozin@gentoo.org> -asymptote-2.17.ebuild, + -files/asymptote-2.17-configure-ac.patch, -files/asymptote-2.17-info.patch, + -files/asymptote-2.17-xdg-utils.patch, +asymptote-2.21.ebuild, + +files/asymptote-2.21-configure-ac.patch, +files/asymptote-2.21-info.patch, + +files/asymptote-2.21-xdg-utils.patch: + Version bump *asymptote-2.19 (26 Sep 2012) diff --git a/media-gfx/asymptote/asymptote-2.17.ebuild b/media-gfx/asymptote/asymptote-2.21.ebuild index 1d30b433fffe..c2cb24bf7a69 100644 --- a/media-gfx/asymptote/asymptote-2.17.ebuild +++ b/media-gfx/asymptote/asymptote-2.21.ebuild @@ -1,6 +1,6 @@ # 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.17.ebuild,v 1.1 2012/09/20 12:16:44 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.21.ebuild,v 1.1 2012/10/11 14:25:36 grozin Exp $ EAPI=4 SUPPORT_PYTHON_ABIS=1 @@ -15,7 +15,7 @@ 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 offscreen +opengl python sigsegv svg vim-syntax X" -REQUIRED_USE="offscreen? ( )" +REQUIRED_USE="offscreen? ( opengl )" RDEPEND=">=sys-libs/readline-4.3-r5 >=sys-libs/ncurses-5.4-r5 diff --git a/media-gfx/asymptote/files/asymptote-2.17-configure-ac.patch b/media-gfx/asymptote/files/asymptote-2.21-configure-ac.patch index b692e02e96d6..e65c18dc455b 100644 --- a/media-gfx/asymptote/files/asymptote-2.17-configure-ac.patch +++ b/media-gfx/asymptote/files/asymptote-2.21-configure-ac.patch @@ -1,7 +1,7 @@ -Index: asymptote-2.17/configure.ac +Index: asymptote-2.21/configure.ac =================================================================== ---- asymptote-2.17.orig/configure.ac -+++ asymptote-2.17/configure.ac +--- asymptote-2.21.orig/configure.ac ++++ asymptote-2.21/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.17-info.patch b/media-gfx/asymptote/files/asymptote-2.21-info.patch index 5d93d1e2b2e6..cb5f43671add 100644 --- a/media-gfx/asymptote/files/asymptote-2.17-info.patch +++ b/media-gfx/asymptote/files/asymptote-2.21-info.patch @@ -1,7 +1,7 @@ -Index: asymptote-2.17/doc/asymptote.texi +Index: asymptote-2.21/doc/asymptote.texi =================================================================== ---- asymptote-2.17.orig/doc/asymptote.texi -+++ asymptote-2.17/doc/asymptote.texi +--- asymptote-2.21.orig/doc/asymptote.texi ++++ asymptote-2.21/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.17-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-2.21-xdg-utils.patch index febe4f292f13..5fb54d80f785 100644 --- a/media-gfx/asymptote/files/asymptote-2.17-xdg-utils.patch +++ b/media-gfx/asymptote/files/asymptote-2.21-xdg-utils.patch @@ -1,7 +1,7 @@ -Index: asymptote-2.17/settings.cc +Index: asymptote-2.21/settings.cc =================================================================== ---- asymptote-2.17.orig/settings.cc -+++ asymptote-2.17/settings.cc +--- asymptote-2.21.orig/settings.cc ++++ asymptote-2.21/settings.cc @@ -90,14 +90,14 @@ bool msdos=false; string HOME="HOME"; string docdir=ASYMPTOTE_DOCDIR; |