diff options
author | Andrey Grozin <grozin@gentoo.org> | 2009-12-02 17:20:29 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2009-12-02 17:20:29 +0000 |
commit | 404ed4e302811013728e6514f18b292c072769f9 (patch) | |
tree | c0136013384f6c5eac6ee7b2baf145a8ab2aa9f6 /media-gfx | |
parent | khelpcenter is now optional again, force the dep when USE=handbook (diff) | |
download | gentoo-2-404ed4e302811013728e6514f18b292c072769f9.tar.gz gentoo-2-404ed4e302811013728e6514f18b292c072769f9.tar.bz2 gentoo-2-404ed4e302811013728e6514f18b292c072769f9.zip |
Version bump
(Portage version: 2.2_rc54/cvs/Linux i686)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/asymptote/ChangeLog | 11 | ||||
-rw-r--r-- | media-gfx/asymptote/asymptote-1.90.ebuild (renamed from media-gfx/asymptote/asymptote-1.87.ebuild) | 2 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.90-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.87-configure-ac.patch) | 6 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.90-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.87-xdg-utils.patch) | 8 |
4 files changed, 18 insertions, 9 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog index fcb980d6b305..ae5891b93125 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.63 2009/11/26 11:08:44 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.64 2009/12/02 17:20:29 grozin Exp $ + +*asymptote-1.90 (02 Dec 2009) + + 02 Dec 2009; Andrey Grozin <grozin@gentoo.org> -asymptote-1.87.ebuild, + -files/asymptote-1.87-configure-ac.patch, + -files/asymptote-1.87-xdg-utils.patch, +asymptote-1.90.ebuild, + +files/asymptote-1.90-configure-ac.patch, + +files/asymptote-1.90-xdg-utils.patch: + Version bump 26 Nov 2009; Markus Meier <maekke@gentoo.org> asymptote-1.86.ebuild: amd64 stable, bug #284693 diff --git a/media-gfx/asymptote/asymptote-1.87.ebuild b/media-gfx/asymptote/asymptote-1.90.ebuild index 5eb0196fc681..a2ffc111830d 100644 --- a/media-gfx/asymptote/asymptote-1.87.ebuild +++ b/media-gfx/asymptote/asymptote-1.90.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.87.ebuild,v 1.2 2009/10/02 19:14:51 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.90.ebuild,v 1.1 2009/12/02 17:20:29 grozin Exp $ EAPI=2 inherit eutils autotools elisp-common latex-package multilib python diff --git a/media-gfx/asymptote/files/asymptote-1.87-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.90-configure-ac.patch index 03687d131d3f..d3d4c16b791c 100644 --- a/media-gfx/asymptote/files/asymptote-1.87-configure-ac.patch +++ b/media-gfx/asymptote/files/asymptote-1.90-configure-ac.patch @@ -1,7 +1,7 @@ -Index: asymptote-1.87/configure.ac +Index: asymptote-1.90/configure.ac =================================================================== ---- asymptote-1.87.orig/configure.ac -+++ asymptote-1.87/configure.ac +--- asymptote-1.90.orig/configure.ac ++++ asymptote-1.90/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.87-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.90-xdg-utils.patch index 3f2a83b8e8f1..2e99a7311609 100644 --- a/media-gfx/asymptote/files/asymptote-1.87-xdg-utils.patch +++ b/media-gfx/asymptote/files/asymptote-1.90-xdg-utils.patch @@ -1,8 +1,8 @@ -Index: asymptote-1.87/settings.cc +Index: asymptote-1.90/settings.cc =================================================================== ---- asymptote-1.87.orig/settings.cc -+++ asymptote-1.87/settings.cc -@@ -82,14 +82,14 @@ mode_t mask; +--- asymptote-1.90.orig/settings.cc ++++ asymptote-1.90/settings.cc +@@ -86,14 +86,14 @@ mode_t mask; bool msdos=false; string HOME="HOME"; const char pathSeparator=':'; |