diff options
author | 2006-05-26 14:58:54 +0000 | |
---|---|---|
committer | 2006-05-26 14:58:54 +0000 | |
commit | d97a6d06c424ddd448c8daca43af541ca1b0d046 (patch) | |
tree | 4092290de3804dc4d484f89122c71370689b7b3e /sci-visualization/qtiplot/files | |
parent | touchups (diff) | |
download | historical-d97a6d06c424ddd448c8daca43af541ca1b0d046.tar.gz historical-d97a6d06c424ddd448c8daca43af541ca1b0d046.tar.bz2 historical-d97a6d06c424ddd448c8daca43af541ca1b0d046.zip |
Version bump, thanks to Andrey Grozin <A.G.Grozin@inp.nsk.su> for ebuild imrpovements first implemented in the sci overlay.
Package-Manager: portage-2.1_rc1-r3
Diffstat (limited to 'sci-visualization/qtiplot/files')
-rw-r--r-- | sci-visualization/qtiplot/files/digest-qtiplot-0.8.5 | 3 | ||||
-rw-r--r-- | sci-visualization/qtiplot/files/qtiplot-0.8.5-qmake.patch | 11 |
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 |