diff options
author | Andrey Grozin <grozin@gentoo.org> | 2010-07-08 13:48:02 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2010-07-08 13:48:02 +0000 |
commit | 7d8975b2e324d658935fe096f97d4f3e6f93afcc (patch) | |
tree | 4a2d3a62ccac4444d9a3e6fabebbd1f3d962afd7 /media-gfx/asymptote | |
parent | addpredict is needed to prevent sandbox violation (bug #323977). Remove old. (diff) | |
download | gentoo-2-7d8975b2e324d658935fe096f97d4f3e6f93afcc.tar.gz gentoo-2-7d8975b2e324d658935fe096f97d4f3e6f93afcc.tar.bz2 gentoo-2-7d8975b2e324d658935fe096f97d4f3e6f93afcc.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-2.01.ebuild (renamed from media-gfx/asymptote/asymptote-1.99.ebuild) | 2 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-2.01-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.99-configure-ac.patch) | 6 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-2.01-info.patch (renamed from media-gfx/asymptote/files/asymptote-1.99-info.patch) | 6 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-2.01-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.99-xdg-utils.patch) | 6 |
5 files changed, 20 insertions, 11 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog index db063af777b7..b034b6b0149d 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.74 2010/06/29 13:40:02 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.75 2010/07/08 13:48:02 grozin Exp $ + +*asymptote-2.01 (08 Jul 2010) + + 08 Jul 2010; Andrey Grozin <grozin@gentoo.org> -asymptote-1.99.ebuild, + -files/asymptote-1.99-configure-ac.patch, + -files/asymptote-1.99-info.patch, -files/asymptote-1.99-xdg-utils.patch, + +asymptote-2.01.ebuild, +files/asymptote-2.01-configure-ac.patch, + +files/asymptote-2.01-info.patch, +files/asymptote-2.01-xdg-utils.patch: + Version bump *asymptote-2.00 (29 Jun 2010) diff --git a/media-gfx/asymptote/asymptote-1.99.ebuild b/media-gfx/asymptote/asymptote-2.01.ebuild index c91de9736fb2..6c2fa7d62994 100644 --- a/media-gfx/asymptote/asymptote-1.99.ebuild +++ b/media-gfx/asymptote/asymptote-2.01.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.99.ebuild,v 1.1 2010/06/20 06:51:46 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.01.ebuild,v 1.1 2010/07/08 13:48:02 grozin Exp $ EAPI=3 SUPPORT_PYTHON_ABIS=1 PYTHON_DEPEND="python? 2" diff --git a/media-gfx/asymptote/files/asymptote-1.99-configure-ac.patch b/media-gfx/asymptote/files/asymptote-2.01-configure-ac.patch index 5db84921c0ab..c5071f1dc9fa 100644 --- a/media-gfx/asymptote/files/asymptote-1.99-configure-ac.patch +++ b/media-gfx/asymptote/files/asymptote-2.01-configure-ac.patch @@ -1,7 +1,7 @@ -Index: asymptote-1.99/configure.ac +Index: asymptote-2.01/configure.ac =================================================================== ---- asymptote-1.99.orig/configure.ac -+++ asymptote-1.99/configure.ac +--- asymptote-2.01.orig/configure.ac ++++ asymptote-2.01/configure.ac @@ -150,7 +150,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then fi CPPFLAGS_SAVE=$CPPFLAGS diff --git a/media-gfx/asymptote/files/asymptote-1.99-info.patch b/media-gfx/asymptote/files/asymptote-2.01-info.patch index 5c24cb84d24e..1ff0b46c518d 100644 --- a/media-gfx/asymptote/files/asymptote-1.99-info.patch +++ b/media-gfx/asymptote/files/asymptote-2.01-info.patch @@ -1,7 +1,7 @@ -Index: asymptote-1.99/doc/asymptote.texi +Index: asymptote-2.01/doc/asymptote.texi =================================================================== ---- asymptote-1.99.orig/doc/asymptote.texi -+++ asymptote-1.99/doc/asymptote.texi +--- asymptote-2.01.orig/doc/asymptote.texi ++++ asymptote-2.01/doc/asymptote.texi @@ -21,7 +21,7 @@ file LICENSE in the top-level source dir @dircategory Languages diff --git a/media-gfx/asymptote/files/asymptote-1.99-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-2.01-xdg-utils.patch index 6b8e5e5bfc02..79cc0654d406 100644 --- a/media-gfx/asymptote/files/asymptote-1.99-xdg-utils.patch +++ b/media-gfx/asymptote/files/asymptote-2.01-xdg-utils.patch @@ -1,7 +1,7 @@ -Index: asymptote-1.99/settings.cc +Index: asymptote-2.01/settings.cc =================================================================== ---- asymptote-1.99.orig/settings.cc -+++ asymptote-1.99/settings.cc +--- asymptote-2.01.orig/settings.cc ++++ asymptote-2.01/settings.cc @@ -89,14 +89,14 @@ bool msdos=false; string HOME="HOME"; string docdir=ASYMPTOTE_DOCDIR; |