diff options
author | Andrey Grozin <grozin@gentoo.org> | 2009-02-19 10:08:47 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2009-02-19 10:08:47 +0000 |
commit | d61ffcf93cbd91a4328d928afc85d823d3b5e3bf (patch) | |
tree | 45fa8493765f3b18eeef3459692ad2b992212453 /media-gfx/asymptote | |
parent | don't use fixed string but use the HOMEPAGE variable in pkg_postinst message (diff) | |
download | gentoo-2-d61ffcf93cbd91a4328d928afc85d823d3b5e3bf.tar.gz gentoo-2-d61ffcf93cbd91a4328d928afc85d823d3b5e3bf.tar.bz2 gentoo-2-d61ffcf93cbd91a4328d928afc85d823d3b5e3bf.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.64.ebuild (renamed from media-gfx/asymptote/asymptote-1.61.ebuild) | 2 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.64-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.61-configure-ac.patch) | 6 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.64-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.61-xdg-utils.patch) | 6 |
4 files changed, 18 insertions, 8 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog index 1d2035d4b73b..c19551b4b7a3 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.37 2009/02/09 15:20:20 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.38 2009/02/19 10:08:47 grozin Exp $ + +*asymptote-1.64 (19 Feb 2009) + + 19 Feb 2009; Andrey Grozin <grozin@gentoo.org> + -files/asymptote-1.61-configure-ac.patch, + -files/asymptote-1.61-xdg-utils.patch, + +files/asymptote-1.64-configure-ac.patch, + +files/asymptote-1.64-xdg-utils.patch, -asymptote-1.61.ebuild, + +asymptote-1.64.ebuild: + Version bump *asymptote-1.62 (09 Feb 2009) diff --git a/media-gfx/asymptote/asymptote-1.61.ebuild b/media-gfx/asymptote/asymptote-1.64.ebuild index b63905af5a40..782f421eb386 100644 --- a/media-gfx/asymptote/asymptote-1.61.ebuild +++ b/media-gfx/asymptote/asymptote-1.64.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.61.ebuild,v 1.1 2009/02/08 15:23:22 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.64.ebuild,v 1.1 2009/02/19 10:08:47 grozin Exp $ EAPI=2 inherit eutils autotools elisp-common latex-package multilib python diff --git a/media-gfx/asymptote/files/asymptote-1.61-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.64-configure-ac.patch index aaed89db4f0b..e18c5cfe7759 100644 --- a/media-gfx/asymptote/files/asymptote-1.61-configure-ac.patch +++ b/media-gfx/asymptote/files/asymptote-1.64-configure-ac.patch @@ -1,7 +1,7 @@ -Index: asymptote-1.61/configure.ac +Index: asymptote-1.64/configure.ac =================================================================== ---- asymptote-1.61.orig/configure.ac -+++ asymptote-1.61/configure.ac +--- asymptote-1.64.orig/configure.ac ++++ asymptote-1.64/configure.ac @@ -79,10 +79,16 @@ if test "$GXX" = yes ; then fi fi diff --git a/media-gfx/asymptote/files/asymptote-1.61-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.64-xdg-utils.patch index 0c5c46b9c162..b626b7b30913 100644 --- a/media-gfx/asymptote/files/asymptote-1.61-xdg-utils.patch +++ b/media-gfx/asymptote/files/asymptote-1.64-xdg-utils.patch @@ -1,7 +1,7 @@ -Index: asymptote-1.61/settings.cc +Index: asymptote-1.64/settings.cc =================================================================== ---- asymptote-1.61.orig/settings.cc -+++ asymptote-1.61/settings.cc +--- asymptote-1.64.orig/settings.cc ++++ asymptote-1.64/settings.cc @@ -80,15 +80,15 @@ const bool haveglut=false; bool msdos=false; const char *HOME="HOME"; |