diff options
author | Andrey Grozin <grozin@gentoo.org> | 2009-02-09 15:20:20 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2009-02-09 15:20:20 +0000 |
commit | c64fc6e1567b2d49d9149087c14f9a28c580654e (patch) | |
tree | e2445e9a69563b60c0512cee06bbad4afc5c3bc7 /media-gfx/asymptote | |
parent | Bump liferea to 1.4.24 (diff) | |
download | gentoo-2-c64fc6e1567b2d49d9149087c14f9a28c580654e.tar.gz gentoo-2-c64fc6e1567b2d49d9149087c14f9a28c580654e.tar.bz2 gentoo-2-c64fc6e1567b2d49d9149087c14f9a28c580654e.zip |
Version bump
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'media-gfx/asymptote')
-rw-r--r-- | media-gfx/asymptote/ChangeLog | 12 | ||||
-rw-r--r-- | media-gfx/asymptote/asymptote-1.62.ebuild (renamed from media-gfx/asymptote/asymptote-1.60.ebuild) | 2 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.62-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.60-configure-ac.patch) | 6 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.62-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.60-xdg-utils.patch) | 11 |
4 files changed, 21 insertions, 10 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog index 043bd4ce5fa3..1d2035d4b73b 100644 --- a/media-gfx/asymptote/ChangeLog +++ b/media-gfx/asymptote/ChangeLog @@ -1,6 +1,16 @@ # 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.36 2009/02/08 15:23:22 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.37 2009/02/09 15:20:20 grozin Exp $ + +*asymptote-1.62 (09 Feb 2009) + + 09 Feb 2009; Andrey Grozin <grozin@gentoo.org> + -files/asymptote-1.60-configure-ac.patch, + -files/asymptote-1.60-xdg-utils.patch, + +files/asymptote-1.62-configure-ac.patch, + +files/asymptote-1.62-xdg-utils.patch, -asymptote-1.60.ebuild, + +asymptote-1.62.ebuild: + Version bump *asymptote-1.61 (08 Feb 2009) diff --git a/media-gfx/asymptote/asymptote-1.60.ebuild b/media-gfx/asymptote/asymptote-1.62.ebuild index 9eb1873a5f52..e8fd39c0d767 100644 --- a/media-gfx/asymptote/asymptote-1.60.ebuild +++ b/media-gfx/asymptote/asymptote-1.62.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.60.ebuild,v 1.1 2009/01/28 15:03:49 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.62.ebuild,v 1.1 2009/02/09 15:20:20 grozin Exp $ EAPI=2 inherit eutils autotools elisp-common latex-package multilib python diff --git a/media-gfx/asymptote/files/asymptote-1.60-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.62-configure-ac.patch index e7fe32287034..7b8f05068a22 100644 --- a/media-gfx/asymptote/files/asymptote-1.60-configure-ac.patch +++ b/media-gfx/asymptote/files/asymptote-1.62-configure-ac.patch @@ -1,7 +1,7 @@ -Index: asymptote-1.60/configure.ac +Index: asymptote-1.62/configure.ac =================================================================== ---- asymptote-1.60.orig/configure.ac -+++ asymptote-1.60/configure.ac +--- asymptote-1.62.orig/configure.ac ++++ asymptote-1.62/configure.ac @@ -79,10 +79,16 @@ if test "$GXX" = yes ; then fi fi diff --git a/media-gfx/asymptote/files/asymptote-1.60-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.62-xdg-utils.patch index 9bff6f265f43..81b70892e39b 100644 --- a/media-gfx/asymptote/files/asymptote-1.60-xdg-utils.patch +++ b/media-gfx/asymptote/files/asymptote-1.62-xdg-utils.patch @@ -1,8 +1,8 @@ -Index: asymptote-1.60/settings.cc +Index: asymptote-1.62/settings.cc =================================================================== ---- asymptote-1.60.orig/settings.cc -+++ asymptote-1.60/settings.cc -@@ -80,14 +80,14 @@ const bool haveglut=false; +--- asymptote-1.62.orig/settings.cc ++++ asymptote-1.62/settings.cc +@@ -80,15 +80,15 @@ const bool haveglut=false; bool msdos=false; const char *HOME="HOME"; const char pathSeparator=':'; @@ -15,8 +15,9 @@ Index: asymptote-1.60/settings.cc +string defaultPDFViewer="xdg-open"; #endif string defaultGhostscript="gs"; + string defaultPython; -string defaultDisplay="display"; +string defaultDisplay="xdg-open"; - string defaultPython; + string systemDir=ASYMPTOTE_SYSDIR; const string docdir=ASYMPTOTE_DOCDIR; void queryRegistry() {} |