diff options
author | Andrey Grozin <grozin@gentoo.org> | 2009-01-19 15:10:48 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2009-01-19 15:10:48 +0000 |
commit | fd9ebf7c0547a7c7a4146ba28eec4f41a9bea890 (patch) | |
tree | 7762e10c1aad33298dc1eac87be74aa5ffcaea88 /media-gfx | |
parent | Remove useless die from dodoc, there is no need to die on README or hacking f... (diff) | |
download | gentoo-2-fd9ebf7c0547a7c7a4146ba28eec4f41a9bea890.tar.gz gentoo-2-fd9ebf7c0547a7c7a4146ba28eec4f41a9bea890.tar.bz2 gentoo-2-fd9ebf7c0547a7c7a4146ba28eec4f41a9bea890.zip |
Version bump
(Portage version: 2.2_rc22/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/asymptote/ChangeLog | 12 | ||||
-rw-r--r-- | media-gfx/asymptote/asymptote-1.59.ebuild (renamed from media-gfx/asymptote/asymptote-1.57.ebuild) | 4 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.59-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.57-configure-ac.patch) | 6 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.59-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.57-xdg-utils.patch) | 6 |
4 files changed, 19 insertions, 9 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog index e1be1c5a9542..769e131072d7 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.33 2009/01/14 17:31:20 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.34 2009/01/19 15:10:48 grozin Exp $ + +*asymptote-1.59 (19 Jan 2009) + + 19 Jan 2009; Andrey Grozin <grozin@gentoo.org> + -files/asymptote-1.57-configure-ac.patch, + -files/asymptote-1.57-xdg-utils.patch, + +files/asymptote-1.59-configure-ac.patch, + +files/asymptote-1.59-xdg-utils.patch, -asymptote-1.57.ebuild, + +asymptote-1.59.ebuild: + Version bump *asymptote-1.58 (14 Jan 2009) diff --git a/media-gfx/asymptote/asymptote-1.57.ebuild b/media-gfx/asymptote/asymptote-1.59.ebuild index 3e352da4793e..c51fbc7b978b 100644 --- a/media-gfx/asymptote/asymptote-1.57.ebuild +++ b/media-gfx/asymptote/asymptote-1.59.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.57.ebuild,v 1.1 2008/12/20 06:08:41 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.59.ebuild,v 1.1 2009/01/19 15:10:48 grozin Exp $ EAPI=2 inherit eutils autotools elisp-common latex-package multilib python diff --git a/media-gfx/asymptote/files/asymptote-1.57-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.59-configure-ac.patch index 4c0fe85cf43a..05a7719fceec 100644 --- a/media-gfx/asymptote/files/asymptote-1.57-configure-ac.patch +++ b/media-gfx/asymptote/files/asymptote-1.59-configure-ac.patch @@ -1,7 +1,7 @@ -Index: asymptote-1.57/configure.ac +Index: asymptote-1.59/configure.ac =================================================================== ---- asymptote-1.57.orig/configure.ac -+++ asymptote-1.57/configure.ac +--- asymptote-1.59.orig/configure.ac ++++ asymptote-1.59/configure.ac @@ -79,10 +79,16 @@ if test "$GXX" = yes ; then fi fi diff --git a/media-gfx/asymptote/files/asymptote-1.57-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.59-xdg-utils.patch index 337702fc1540..83606a84e06a 100644 --- a/media-gfx/asymptote/files/asymptote-1.57-xdg-utils.patch +++ b/media-gfx/asymptote/files/asymptote-1.59-xdg-utils.patch @@ -1,7 +1,7 @@ -Index: asymptote-1.57/settings.cc +Index: asymptote-1.59/settings.cc =================================================================== ---- asymptote-1.57.orig/settings.cc -+++ asymptote-1.57/settings.cc +--- asymptote-1.59.orig/settings.cc ++++ asymptote-1.59/settings.cc @@ -80,14 +80,14 @@ const bool haveglut=false; bool msdos=false; const char *HOME="HOME"; |