diff options
author | Andrey Grozin <grozin@gentoo.org> | 2009-07-19 09:42:01 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2009-07-19 09:42:01 +0000 |
commit | cdb016aa4aed7d853108c1b31a0384fa6ec906f1 (patch) | |
tree | 446a6e748f589e66effef1adcc265e46ae5c25c7 /media-gfx | |
parent | arm/ia64/sh/sparc stable wrt #275699 (diff) | |
download | gentoo-2-cdb016aa4aed7d853108c1b31a0384fa6ec906f1.tar.gz gentoo-2-cdb016aa4aed7d853108c1b31a0384fa6ec906f1.tar.bz2 gentoo-2-cdb016aa4aed7d853108c1b31a0384fa6ec906f1.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/asymptote/ChangeLog | 11 | ||||
-rw-r--r-- | media-gfx/asymptote/asymptote-1.81.ebuild (renamed from media-gfx/asymptote/asymptote-1.79.ebuild) | 2 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.81-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.79-configure-ac.patch) | 6 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.81-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.79-xdg-utils.patch) | 11 |
4 files changed, 19 insertions, 11 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog index 8ab8f77cd29a..e62a326757ce 100644 --- a/media-gfx/asymptote/ChangeLog +++ b/media-gfx/asymptote/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for media-gfx/asymptote # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.52 2009/07/08 16:16:47 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.53 2009/07/19 09:42:01 grozin Exp $ + +*asymptote-1.81 (19 Jul 2009) + + 19 Jul 2009; Andrey Grozin <grozin@gentoo.org> -asymptote-1.79.ebuild, + -files/asymptote-1.79-configure-ac.patch, + -files/asymptote-1.79-xdg-utils.patch, +asymptote-1.81.ebuild, + +files/asymptote-1.81-configure-ac.patch, + +files/asymptote-1.81-xdg-utils.patch: + Version bump *asymptote-1.80 (08 Jul 2009) diff --git a/media-gfx/asymptote/asymptote-1.79.ebuild b/media-gfx/asymptote/asymptote-1.81.ebuild index f9437f54ddfc..ed10a75ed4b6 100644 --- a/media-gfx/asymptote/asymptote-1.79.ebuild +++ b/media-gfx/asymptote/asymptote-1.81.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.79.ebuild,v 1.1 2009/07/03 11:47:43 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.81.ebuild,v 1.1 2009/07/19 09:42:01 grozin Exp $ EAPI=2 inherit eutils autotools elisp-common latex-package multilib python diff --git a/media-gfx/asymptote/files/asymptote-1.79-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.81-configure-ac.patch index 2a9ff1c596dd..24f87cf4c4c6 100644 --- a/media-gfx/asymptote/files/asymptote-1.79-configure-ac.patch +++ b/media-gfx/asymptote/files/asymptote-1.81-configure-ac.patch @@ -1,7 +1,7 @@ -Index: asymptote-1.79/configure.ac +Index: asymptote-1.81/configure.ac =================================================================== ---- asymptote-1.79.orig/configure.ac -+++ asymptote-1.79/configure.ac +--- asymptote-1.81.orig/configure.ac ++++ asymptote-1.81/configure.ac @@ -148,7 +148,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then fi CPPFLAGS_SAVE=$CPPFLAGS diff --git a/media-gfx/asymptote/files/asymptote-1.79-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.81-xdg-utils.patch index 66ae847302bc..42fa24cc56ae 100644 --- a/media-gfx/asymptote/files/asymptote-1.79-xdg-utils.patch +++ b/media-gfx/asymptote/files/asymptote-1.81-xdg-utils.patch @@ -1,8 +1,8 @@ -Index: asymptote-1.79/settings.cc +Index: asymptote-1.81/settings.cc =================================================================== ---- asymptote-1.79.orig/settings.cc -+++ asymptote-1.79/settings.cc -@@ -80,15 +80,15 @@ const bool haveglut=false; +--- asymptote-1.81.orig/settings.cc ++++ asymptote-1.81/settings.cc +@@ -82,14 +82,14 @@ mode_t mask; bool msdos=false; string HOME="HOME"; const char pathSeparator=':'; @@ -15,9 +15,8 @@ Index: asymptote-1.79/settings.cc +string defaultPDFViewer="xdg-open"; #endif string defaultGhostscript="gs"; - string defaultPython; -string defaultDisplay="display"; +string defaultDisplay="xdg-open"; + string defaultAnimate="animate"; string systemDir=ASYMPTOTE_SYSDIR; string docdir=ASYMPTOTE_DOCDIR; - void queryRegistry() {} |