summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2009-02-08 15:23:22 +0000
committerAndrey Grozin <grozin@gentoo.org>2009-02-08 15:23:22 +0000
commit123a66fe6ee51e63551ba9b33b2d462254436dca (patch)
tree9cd39a017745d23924f0c240c262c42c72082223 /media-gfx/asymptote
parentStable on alpha, bug #245707 (diff)
downloadgentoo-2-123a66fe6ee51e63551ba9b33b2d462254436dca.tar.gz
gentoo-2-123a66fe6ee51e63551ba9b33b2d462254436dca.tar.bz2
gentoo-2-123a66fe6ee51e63551ba9b33b2d462254436dca.zip
Version bump
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'media-gfx/asymptote')
-rw-r--r--media-gfx/asymptote/ChangeLog12
-rw-r--r--media-gfx/asymptote/asymptote-1.61.ebuild (renamed from media-gfx/asymptote/asymptote-1.59.ebuild)2
-rw-r--r--media-gfx/asymptote/files/asymptote-1.61-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.59-configure-ac.patch)6
-rw-r--r--media-gfx/asymptote/files/asymptote-1.61-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.59-xdg-utils.patch)11
4 files changed, 21 insertions, 10 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog
index 7cefc7c97dc2..043bd4ce5fa3 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.35 2009/01/28 15:03:49 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.36 2009/02/08 15:23:22 grozin Exp $
+
+*asymptote-1.61 (08 Feb 2009)
+
+ 08 Feb 2009; Andrey Grozin <grozin@gentoo.org>
+ -files/asymptote-1.59-configure-ac.patch,
+ -files/asymptote-1.59-xdg-utils.patch,
+ +files/asymptote-1.61-configure-ac.patch,
+ +files/asymptote-1.61-xdg-utils.patch, -asymptote-1.59.ebuild,
+ +asymptote-1.61.ebuild:
+ Version bump
*asymptote-1.60 (28 Jan 2009)
diff --git a/media-gfx/asymptote/asymptote-1.59.ebuild b/media-gfx/asymptote/asymptote-1.61.ebuild
index c51fbc7b978b..b63905af5a40 100644
--- a/media-gfx/asymptote/asymptote-1.59.ebuild
+++ b/media-gfx/asymptote/asymptote-1.61.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.59.ebuild,v 1.1 2009/01/19 15:10:48 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.61.ebuild,v 1.1 2009/02/08 15:23:22 grozin Exp $
EAPI=2
inherit eutils autotools elisp-common latex-package multilib python
diff --git a/media-gfx/asymptote/files/asymptote-1.59-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.61-configure-ac.patch
index 05a7719fceec..aaed89db4f0b 100644
--- a/media-gfx/asymptote/files/asymptote-1.59-configure-ac.patch
+++ b/media-gfx/asymptote/files/asymptote-1.61-configure-ac.patch
@@ -1,7 +1,7 @@
-Index: asymptote-1.59/configure.ac
+Index: asymptote-1.61/configure.ac
===================================================================
---- asymptote-1.59.orig/configure.ac
-+++ asymptote-1.59/configure.ac
+--- asymptote-1.61.orig/configure.ac
++++ asymptote-1.61/configure.ac
@@ -79,10 +79,16 @@ if test "$GXX" = yes ; then
fi
fi
diff --git a/media-gfx/asymptote/files/asymptote-1.59-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.61-xdg-utils.patch
index 83606a84e06a..0c5c46b9c162 100644
--- a/media-gfx/asymptote/files/asymptote-1.59-xdg-utils.patch
+++ b/media-gfx/asymptote/files/asymptote-1.61-xdg-utils.patch
@@ -1,8 +1,8 @@
-Index: asymptote-1.59/settings.cc
+Index: asymptote-1.61/settings.cc
===================================================================
---- asymptote-1.59.orig/settings.cc
-+++ asymptote-1.59/settings.cc
-@@ -80,14 +80,14 @@ const bool haveglut=false;
+--- asymptote-1.61.orig/settings.cc
++++ asymptote-1.61/settings.cc
+@@ -80,15 +80,15 @@ const bool haveglut=false;
bool msdos=false;
const char *HOME="HOME";
const char pathSeparator=':';
@@ -15,8 +15,9 @@ Index: asymptote-1.59/settings.cc
+string defaultPDFViewer="xdg-open";
#endif
string defaultGhostscript="gs";
+ string defaultPython;
-string defaultDisplay="display";
+string defaultDisplay="xdg-open";
- string defaultPython;
+ string systemDir=ASYMPTOTE_SYSDIR;
const string docdir=ASYMPTOTE_DOCDIR;
void queryRegistry() {}