diff options
author | Andrey Grozin <grozin@gentoo.org> | 2009-07-24 05:36:08 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2009-07-24 05:36:08 +0000 |
commit | 05ec1f9def6113cb8fe08f5304e7229bdb5369bd (patch) | |
tree | 2c891d8770e92132f36d05f8024d956170418788 /media-gfx/asymptote | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-05ec1f9def6113cb8fe08f5304e7229bdb5369bd.tar.gz gentoo-2-05ec1f9def6113cb8fe08f5304e7229bdb5369bd.tar.bz2 gentoo-2-05ec1f9def6113cb8fe08f5304e7229bdb5369bd.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'media-gfx/asymptote')
-rw-r--r-- | media-gfx/asymptote/ChangeLog | 11 | ||||
-rw-r--r-- | media-gfx/asymptote/asymptote-1.82.ebuild (renamed from media-gfx/asymptote/asymptote-1.80.ebuild) | 2 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.82-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.80-configure-ac.patch) | 6 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.82-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.80-xdg-utils.patch) | 11 |
4 files changed, 19 insertions, 11 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog index e62a326757ce..2256a24624b4 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.53 2009/07/19 09:42:01 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.54 2009/07/24 05:36:08 grozin Exp $ + +*asymptote-1.82 (24 Jul 2009) + + 24 Jul 2009; Andrey Grozin <grozin@gentoo.org> -asymptote-1.80.ebuild, + -files/asymptote-1.80-configure-ac.patch, + -files/asymptote-1.80-xdg-utils.patch, +asymptote-1.82.ebuild, + +files/asymptote-1.82-configure-ac.patch, + +files/asymptote-1.82-xdg-utils.patch: + Version bump *asymptote-1.81 (19 Jul 2009) diff --git a/media-gfx/asymptote/asymptote-1.80.ebuild b/media-gfx/asymptote/asymptote-1.82.ebuild index 3336a0cf2786..1e505ea320d8 100644 --- a/media-gfx/asymptote/asymptote-1.80.ebuild +++ b/media-gfx/asymptote/asymptote-1.82.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.80.ebuild,v 1.1 2009/07/08 16:16:47 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.82.ebuild,v 1.1 2009/07/24 05:36:08 grozin Exp $ EAPI=2 inherit eutils autotools elisp-common latex-package multilib python diff --git a/media-gfx/asymptote/files/asymptote-1.80-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.82-configure-ac.patch index 7a3ed3524fa3..bd84ab4857a5 100644 --- a/media-gfx/asymptote/files/asymptote-1.80-configure-ac.patch +++ b/media-gfx/asymptote/files/asymptote-1.82-configure-ac.patch @@ -1,7 +1,7 @@ -Index: asymptote-1.80/configure.ac +Index: asymptote-1.82/configure.ac =================================================================== ---- asymptote-1.80.orig/configure.ac -+++ asymptote-1.80/configure.ac +--- asymptote-1.82.orig/configure.ac ++++ asymptote-1.82/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.80-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.82-xdg-utils.patch index 253b546d67c7..522fc5f8cfc2 100644 --- a/media-gfx/asymptote/files/asymptote-1.80-xdg-utils.patch +++ b/media-gfx/asymptote/files/asymptote-1.82-xdg-utils.patch @@ -1,8 +1,8 @@ -Index: asymptote-1.80/settings.cc +Index: asymptote-1.82/settings.cc =================================================================== ---- asymptote-1.80.orig/settings.cc -+++ asymptote-1.80/settings.cc -@@ -81,15 +81,15 @@ const bool haveglut=false; +--- asymptote-1.82.orig/settings.cc ++++ asymptote-1.82/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.80/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() {} |