summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2010-01-11 19:13:52 +0000
committerPeter Volkov <pva@gentoo.org>2010-01-11 19:13:52 +0000
commit6377a7150a694f24097990edcf41eb3a149e5ee7 (patch)
tree79af308de585d91572bbda07bc73b771359fb148 /sci-visualization
parentversion bump (diff)
downloadgentoo-2-6377a7150a694f24097990edcf41eb3a149e5ee7.tar.gz
gentoo-2-6377a7150a694f24097990edcf41eb3a149e5ee7.tar.bz2
gentoo-2-6377a7150a694f24097990edcf41eb3a149e5ee7.zip
Fixed multilib issue and install icons, bug #299769, thank Justin Lecher (jlec) for help.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/qtiplot/ChangeLog9
-rw-r--r--sci-visualization/qtiplot/qtiplot-0.9.7.11-r2.ebuild (renamed from sci-visualization/qtiplot/qtiplot-0.9.7.11-r1.ebuild)6
2 files changed, 11 insertions, 4 deletions
diff --git a/sci-visualization/qtiplot/ChangeLog b/sci-visualization/qtiplot/ChangeLog
index 07c4caebb1db..5ffac0b81cea 100644
--- a/sci-visualization/qtiplot/ChangeLog
+++ b/sci-visualization/qtiplot/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sci-visualization/qtiplot
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.50 2010/01/10 07:46:14 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.51 2010/01/11 19:13:52 pva Exp $
+
+*qtiplot-0.9.7.11-r2 (11 Jan 2010)
+
+ 11 Jan 2010; Peter Volkov <pva@gentoo.org> -qtiplot-0.9.7.11-r1.ebuild,
+ +qtiplot-0.9.7.11-r2.ebuild:
+ Fixed multilib issue and install icons, bug #299769, thank Justin Lecher
+ (jlec) for help.
*qtiplot-0.9.7.11-r1 (10 Jan 2010)
diff --git a/sci-visualization/qtiplot/qtiplot-0.9.7.11-r1.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.7.11-r2.ebuild
index 20e8ab834295..71b058501532 100644
--- a/sci-visualization/qtiplot/qtiplot-0.9.7.11-r1.ebuild
+++ b/sci-visualization/qtiplot/qtiplot-0.9.7.11-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.11-r1.ebuild,v 1.2 2010/01/10 23:04:36 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.11-r2.ebuild,v 1.1 2010/01/11 19:13:52 pva Exp $
EAPI=2
inherit eutils qt4 fdo-mime python
@@ -104,7 +104,7 @@ src_prepare() {
echo "QUAZIP_LIBS = -lquazip" >> build.conf
fi
- # Fails to build...
+ # Fails to build...
#if use emf; then
# echo "EMF_ENGINE_INCLUDEPATH = /usr/include/libEMF" >> build.conf
# echo "EMF_ENGINE_LIBS = -lEMF" >> build.conf
@@ -118,7 +118,6 @@ src_prepare() {
sed -e '/INSTALLS.*documentation/d' \
-e '/INSTALLS.*manual/d' \
- -e 's:\(^RESOURCES.*manual/html/icons.*\):#\1:' \
-i qtiplot/qtiplot.pro || die
sed -e '/manual/d' -i qtiplot.pro || die
@@ -142,6 +141,7 @@ src_prepare() {
}
src_configure() {
+ use amd64 && export QMAKESPEC="linux-g++-64"
eqmake4
}