diff options
author | Andrey Grozin <grozin@gentoo.org> | 2008-05-24 17:02:05 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2008-05-24 17:02:05 +0000 |
commit | 94b6b365d0d416894750f1b84766f90d19efda26 (patch) | |
tree | ccfef2ac53170990935d8278430b56972f42f6d1 /sci-visualization | |
parent | Marked ppc64 stable. (diff) | |
download | gentoo-2-94b6b365d0d416894750f1b84766f90d19efda26.tar.gz gentoo-2-94b6b365d0d416894750f1b84766f90d19efda26.tar.bz2 gentoo-2-94b6b365d0d416894750f1b84766f90d19efda26.zip |
Python files are now installed to /usr/share/qtiplot (bug #223313)
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/qtiplot/ChangeLog | 6 | ||||
-rw-r--r-- | sci-visualization/qtiplot/files/qtiplot-0.9.6.2-pro.patch | 9 |
2 files changed, 13 insertions, 2 deletions
diff --git a/sci-visualization/qtiplot/ChangeLog b/sci-visualization/qtiplot/ChangeLog index 94ded8d9b70d..f05047845925 100644 --- a/sci-visualization/qtiplot/ChangeLog +++ b/sci-visualization/qtiplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/qtiplot # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.25 2008/05/24 09:08:15 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.26 2008/05/24 17:02:04 grozin Exp $ + + 25 May 2008; Andrey Grozin <grozin@gentoo.org> + files/qtiplot-0.9.6.2-pro.patch: + Python files are now installed to /usr/share/qtiplot (bug #223313) 24 May 2008; Andrey Grozin <grozin@gentoo.org> qtiplot-0.9.6.2.ebuild: A minor ebuild fix diff --git a/sci-visualization/qtiplot/files/qtiplot-0.9.6.2-pro.patch b/sci-visualization/qtiplot/files/qtiplot-0.9.6.2-pro.patch index 0e26565e3b26..db7dbbe2ca87 100644 --- a/sci-visualization/qtiplot/files/qtiplot-0.9.6.2-pro.patch +++ b/sci-visualization/qtiplot/files/qtiplot-0.9.6.2-pro.patch @@ -1,6 +1,6 @@ diff -r -U2 qtiplot-0.9.6.2.orig/qtiplot/qtiplot.pro qtiplot-0.9.6.2/qtiplot/qtiplot.pro --- qtiplot-0.9.6.2.orig/qtiplot/qtiplot.pro 2008-05-19 14:26:41.000000000 +0700 -+++ qtiplot-0.9.6.2/qtiplot/qtiplot.pro 2008-05-21 23:15:15.000000000 +0700 ++++ qtiplot-0.9.6.2/qtiplot/qtiplot.pro 2008-05-25 07:47:27.000000000 +0700 @@ -18,5 +18,5 @@ # the *.path variables defined bellow.
######################################################################################
@@ -60,3 +60,10 @@ diff -r -U2 qtiplot-0.9.6.2.orig/qtiplot/qtiplot.pro qtiplot-0.9.6.2/qtiplot/qti +# SOURCES += ../3rdparty/liborigin/OPJFile.cpp
###############################################################
+@@ -474,5 +475,5 @@ + qti_wordlist.txt \
+
+- unix: pythonconfig.path = /usr/local/qtiplot
++ unix: pythonconfig.path = /usr/share/qtiplot
+ win32: pythonconfig.path = $$INSTALLBASE
+ DEFINES += PYTHON_CONFIG_PATH="\\\"$$replace(pythonconfig.path," ","\ ")\\\"
|