summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2009-07-08 16:16:47 +0000
committerAndrey Grozin <grozin@gentoo.org>2009-07-08 16:16:47 +0000
commit6d84dec949fa9a4c40d26ad4b1556a355eea20b1 (patch)
treed55689213f95972d84d0228392bafdcfb5161fd1 /media-gfx
parentBump to 0.14, fixes bug 276931 and bug 275634 (diff)
downloadgentoo-2-6d84dec949fa9a4c40d26ad4b1556a355eea20b1.tar.gz
gentoo-2-6d84dec949fa9a4c40d26ad4b1556a355eea20b1.tar.bz2
gentoo-2-6d84dec949fa9a4c40d26ad4b1556a355eea20b1.zip
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/asymptote/ChangeLog11
-rw-r--r--media-gfx/asymptote/asymptote-1.80.ebuild (renamed from media-gfx/asymptote/asymptote-1.78.ebuild)2
-rw-r--r--media-gfx/asymptote/files/asymptote-1.80-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.78-configure-ac.patch)6
-rw-r--r--media-gfx/asymptote/files/asymptote-1.80-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.78-xdg-utils.patch)10
4 files changed, 19 insertions, 10 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog
index bc396d10d66d..8ab8f77cd29a 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.51 2009/07/03 11:47:43 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.52 2009/07/08 16:16:47 grozin Exp $
+
+*asymptote-1.80 (08 Jul 2009)
+
+ 08 Jul 2009; Andrey Grozin <grozin@gentoo.org> -asymptote-1.78.ebuild,
+ -files/asymptote-1.78-configure-ac.patch,
+ -files/asymptote-1.78-xdg-utils.patch, +asymptote-1.80.ebuild,
+ +files/asymptote-1.80-configure-ac.patch,
+ +files/asymptote-1.80-xdg-utils.patch:
+ Version bump
*asymptote-1.79 (03 Jul 2009)
diff --git a/media-gfx/asymptote/asymptote-1.78.ebuild b/media-gfx/asymptote/asymptote-1.80.ebuild
index 0804e2b32b38..3336a0cf2786 100644
--- a/media-gfx/asymptote/asymptote-1.78.ebuild
+++ b/media-gfx/asymptote/asymptote-1.80.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.78.ebuild,v 1.1 2009/06/25 11:51:23 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.80.ebuild,v 1.1 2009/07/08 16:16:47 grozin Exp $
EAPI=2
inherit eutils autotools elisp-common latex-package multilib python
diff --git a/media-gfx/asymptote/files/asymptote-1.78-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.80-configure-ac.patch
index 3d1d5f4d9650..7a3ed3524fa3 100644
--- a/media-gfx/asymptote/files/asymptote-1.78-configure-ac.patch
+++ b/media-gfx/asymptote/files/asymptote-1.80-configure-ac.patch
@@ -1,7 +1,7 @@
-Index: asymptote-1.78/configure.ac
+Index: asymptote-1.80/configure.ac
===================================================================
---- asymptote-1.78.orig/configure.ac
-+++ asymptote-1.78/configure.ac
+--- asymptote-1.80.orig/configure.ac
++++ asymptote-1.80/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.78-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.80-xdg-utils.patch
index 5792c91b892c..253b546d67c7 100644
--- a/media-gfx/asymptote/files/asymptote-1.78-xdg-utils.patch
+++ b/media-gfx/asymptote/files/asymptote-1.80-xdg-utils.patch
@@ -1,10 +1,10 @@
-Index: asymptote-1.78/settings.cc
+Index: asymptote-1.80/settings.cc
===================================================================
---- asymptote-1.78.orig/settings.cc
-+++ asymptote-1.78/settings.cc
-@@ -83,15 +83,15 @@ const bool haveglut=false;
+--- asymptote-1.80.orig/settings.cc
++++ asymptote-1.80/settings.cc
+@@ -81,15 +81,15 @@ const bool haveglut=false;
bool msdos=false;
- const char *HOME="HOME";
+ string HOME="HOME";
const char pathSeparator=':';
-string defaultPSViewer="gv";
+string defaultPSViewer="xdg-open";