diff options
author | 2010-04-17 21:07:19 +0000 | |
---|---|---|
committer | 2010-04-17 21:07:19 +0000 | |
commit | 54cc7c3a2d3f43c615039bca1f968a16335c69df (patch) | |
tree | 97faf5bb637b735355369904f98dc9df7e53c402 /media-gfx/asymptote | |
parent | Depend on Data-FormValidator. Remove the AppleDouble encoded files (#268497) (diff) | |
download | gentoo-2-54cc7c3a2d3f43c615039bca1f968a16335c69df.tar.gz gentoo-2-54cc7c3a2d3f43c615039bca1f968a16335c69df.tar.bz2 gentoo-2-54cc7c3a2d3f43c615039bca1f968a16335c69df.zip |
Version bump
(Portage version: 2.2_rc67/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.93.ebuild (renamed from media-gfx/asymptote/asymptote-1.91-r1.ebuild) | 2 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.93-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.91-configure-ac.patch) | 6 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.93-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.91-xdg-utils.patch) | 10 |
4 files changed, 19 insertions, 10 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog index b2f8207731f3..956a42b8eecc 100644 --- a/media-gfx/asymptote/ChangeLog +++ b/media-gfx/asymptote/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for media-gfx/asymptote # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.67 2010/04/13 13:25:58 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.68 2010/04/17 21:07:19 grozin Exp $ + +*asymptote-1.93 (17 Apr 2010) + + 17 Apr 2010; Andrey Grozin <grozin@gentoo.org> -asymptote-1.91-r1.ebuild, + -files/asymptote-1.91-configure-ac.patch, + -files/asymptote-1.91-xdg-utils.patch, +asymptote-1.93.ebuild, + +files/asymptote-1.93-configure-ac.patch, + +files/asymptote-1.93-xdg-utils.patch: + Vesrion bump *asymptote-1.92 (13 Apr 2010) diff --git a/media-gfx/asymptote/asymptote-1.91-r1.ebuild b/media-gfx/asymptote/asymptote-1.93.ebuild index 5ce1344f29ad..8302ca3ab7da 100644 --- a/media-gfx/asymptote/asymptote-1.91-r1.ebuild +++ b/media-gfx/asymptote/asymptote-1.93.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.91-r1.ebuild,v 1.1 2010/03/24 20:01:17 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.93.ebuild,v 1.1 2010/04/17 21:07:19 grozin Exp $ EAPI=3 SUPPORT_PYTHON_ABIS=1 PYTHON_DEPEND="python? 2" diff --git a/media-gfx/asymptote/files/asymptote-1.91-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.93-configure-ac.patch index 9e1a6fa1267d..c5e5d447182f 100644 --- a/media-gfx/asymptote/files/asymptote-1.91-configure-ac.patch +++ b/media-gfx/asymptote/files/asymptote-1.93-configure-ac.patch @@ -1,7 +1,7 @@ -Index: asymptote-1.91/configure.ac +Index: asymptote-1.93/configure.ac =================================================================== ---- asymptote-1.91.orig/configure.ac -+++ asymptote-1.91/configure.ac +--- asymptote-1.93.orig/configure.ac ++++ asymptote-1.93/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.91-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.93-xdg-utils.patch index b2b2606bed46..51d0e743c2c3 100644 --- a/media-gfx/asymptote/files/asymptote-1.91-xdg-utils.patch +++ b/media-gfx/asymptote/files/asymptote-1.93-xdg-utils.patch @@ -1,8 +1,8 @@ -Index: asymptote-1.91/settings.cc +Index: asymptote-1.93/settings.cc =================================================================== ---- asymptote-1.91.orig/settings.cc -+++ asymptote-1.91/settings.cc -@@ -86,14 +86,14 @@ mode_t mask; +--- asymptote-1.93.orig/settings.cc ++++ asymptote-1.93/settings.cc +@@ -88,14 +88,14 @@ string systemDir=ASYMPTOTE_SYSDIR; bool msdos=false; string HOME="HOME"; const char pathSeparator=':'; @@ -18,5 +18,5 @@ Index: asymptote-1.91/settings.cc -string defaultDisplay="display"; +string defaultDisplay="xdg-open"; string defaultAnimate="animate"; - string systemDir=ASYMPTOTE_SYSDIR; string docdir=ASYMPTOTE_DOCDIR; + void queryRegistry() {} |