diff options
author | Andrey Grozin <grozin@gentoo.org> | 2009-04-11 16:52:41 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2009-04-11 16:52:41 +0000 |
commit | a25fca08eef7f451e14b13aaeaaf04468661c003 (patch) | |
tree | 8588eb22c142a1ce30118750ea08432cbca8cba4 /media-gfx/asymptote | |
parent | Remove old. (diff) | |
download | gentoo-2-a25fca08eef7f451e14b13aaeaaf04468661c003.tar.gz gentoo-2-a25fca08eef7f451e14b13aaeaaf04468661c003.tar.bz2 gentoo-2-a25fca08eef7f451e14b13aaeaaf04468661c003.zip |
Version bump
(Portage version: 2.2_rc29/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.70.ebuild (renamed from media-gfx/asymptote/asymptote-1.67.ebuild) | 2 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.70-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.67-configure-ac.patch) | 6 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.70-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.67-xdg-utils.patch) | 6 |
4 files changed, 18 insertions, 8 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog index a0424ecf0336..8f7bb005176d 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.42 2009/03/24 15:36:50 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.43 2009/04/11 16:52:41 grozin Exp $ + +*asymptote-1.70 (11 Apr 2009) + + 11 Apr 2009; Andrey Grozin <grozin@gentoo.org> + -files/asymptote-1.67-configure-ac.patch, + -files/asymptote-1.67-xdg-utils.patch, + +files/asymptote-1.70-configure-ac.patch, + +files/asymptote-1.70-xdg-utils.patch, -asymptote-1.67.ebuild, + +asymptote-1.70.ebuild: + Version bump *asymptote-1.68 (24 Mar 2009) diff --git a/media-gfx/asymptote/asymptote-1.67.ebuild b/media-gfx/asymptote/asymptote-1.70.ebuild index 8f94c9074a95..0dc77000f3ab 100644 --- a/media-gfx/asymptote/asymptote-1.67.ebuild +++ b/media-gfx/asymptote/asymptote-1.70.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.67.ebuild,v 1.1 2009/03/19 11:28:19 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.70.ebuild,v 1.1 2009/04/11 16:52:41 grozin Exp $ EAPI=2 inherit eutils autotools elisp-common latex-package multilib python diff --git a/media-gfx/asymptote/files/asymptote-1.67-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.70-configure-ac.patch index b30ad370781f..637828b499d6 100644 --- a/media-gfx/asymptote/files/asymptote-1.67-configure-ac.patch +++ b/media-gfx/asymptote/files/asymptote-1.70-configure-ac.patch @@ -1,7 +1,7 @@ -Index: asymptote-1.67/configure.ac +Index: asymptote-1.70/configure.ac =================================================================== ---- asymptote-1.67.orig/configure.ac -+++ asymptote-1.67/configure.ac +--- asymptote-1.70.orig/configure.ac ++++ asymptote-1.70/configure.ac @@ -79,10 +79,16 @@ if test "$GXX" = yes ; then fi fi diff --git a/media-gfx/asymptote/files/asymptote-1.67-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.70-xdg-utils.patch index 0b54bfa10beb..017a989b3b14 100644 --- a/media-gfx/asymptote/files/asymptote-1.67-xdg-utils.patch +++ b/media-gfx/asymptote/files/asymptote-1.70-xdg-utils.patch @@ -1,7 +1,7 @@ -Index: asymptote-1.67/settings.cc +Index: asymptote-1.70/settings.cc =================================================================== ---- asymptote-1.67.orig/settings.cc -+++ asymptote-1.67/settings.cc +--- asymptote-1.70.orig/settings.cc ++++ asymptote-1.70/settings.cc @@ -80,15 +80,15 @@ const bool haveglut=false; bool msdos=false; const char *HOME="HOME"; |