summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2006-05-26 14:58:54 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2006-05-26 14:58:54 +0000
commit583508b653b33be3eeb300a3d9303febe3373854 (patch)
tree4524182becc4d3120e9d05275b8664a9584d9826 /sci-visualization/qtiplot/files
parentStable on ppc64 (diff)
downloadgentoo-2-583508b653b33be3eeb300a3d9303febe3373854.tar.gz
gentoo-2-583508b653b33be3eeb300a3d9303febe3373854.tar.bz2
gentoo-2-583508b653b33be3eeb300a3d9303febe3373854.zip
Version bump, thanks to Andrey Grozin <A.G.Grozin@inp.nsk.su> for ebuild imrpovements first implemented in the sci overlay.
(Portage version: 2.1_rc1-r3)
Diffstat (limited to 'sci-visualization/qtiplot/files')
-rw-r--r--sci-visualization/qtiplot/files/digest-qtiplot-0.8.53
-rw-r--r--sci-visualization/qtiplot/files/qtiplot-0.8.5-qmake.patch11
2 files changed, 14 insertions, 0 deletions
diff --git a/sci-visualization/qtiplot/files/digest-qtiplot-0.8.5 b/sci-visualization/qtiplot/files/digest-qtiplot-0.8.5
new file mode 100644
index 000000000000..64273105b105
--- /dev/null
+++ b/sci-visualization/qtiplot/files/digest-qtiplot-0.8.5
@@ -0,0 +1,3 @@
+MD5 aa7350a3e5f2662077684421e0deb21f qtiplot-0.8.5.tar.bz2 530579
+RMD160 72f4f60f1171c57e6c2614a1a5a7b6dfc3bda4f5 qtiplot-0.8.5.tar.bz2 530579
+SHA256 81831d8dfaddbdf32d85a6e7eaf0e54e2321e2fba6ffaabfe6943bc326a6f874 qtiplot-0.8.5.tar.bz2 530579
diff --git a/sci-visualization/qtiplot/files/qtiplot-0.8.5-qmake.patch b/sci-visualization/qtiplot/files/qtiplot-0.8.5-qmake.patch
new file mode 100644
index 000000000000..56b3e0993805
--- /dev/null
+++ b/sci-visualization/qtiplot/files/qtiplot-0.8.5-qmake.patch
@@ -0,0 +1,11 @@
+--- qtiplot.pro.orig 2006-05-25 14:51:40.000000000 +0200
++++ qtiplot.pro 2006-05-25 14:54:42.000000000 +0200
+@@ -13,2 +13,2 @@
+-INCLUDEPATH += ../3rdparty/qwt/include
+-INCLUDEPATH += -I /usr/include/qwtplot3d
++INCLUDEPATH += /usr/include/qwt
++INCLUDEPATH += /usr/include/qwtplot3d
+@@ -17,2 +17 @@
+-LIBS += ../3rdparty/qwt/lib/libqwt.a
+-LIBS += -L /usr/lib -lgsl -lgslcblas -lqwtplot3d -lz
++LIBS += -L_LIBDIR_ -lgsl -lgslcblas -lqwt -lqwtplot3d