summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2008-04-30 15:37:37 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2008-04-30 15:37:37 +0000
commit943881b77084667a84f6928f9354f22f6b797694 (patch)
treecca4c0b2504f9d6bd84feda03b01ddde8e36b465 /sci-visualization
parentAdd dev-perl/module-build to DEPEND (#216395) (diff)
downloadgentoo-2-943881b77084667a84f6928f9354f22f6b797694.tar.gz
gentoo-2-943881b77084667a84f6928f9354f22f6b797694.tar.bz2
gentoo-2-943881b77084667a84f6928f9354f22f6b797694.zip
Fixed installation for binary and translations, closing bug #219845
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/qtiplot/ChangeLog8
-rw-r--r--sci-visualization/qtiplot/files/qtiplot-0.9.5-profile.patch11
-rw-r--r--sci-visualization/qtiplot/qtiplot-0.9.5-r1.ebuild (renamed from sci-visualization/qtiplot/qtiplot-0.9.5.ebuild)7
3 files changed, 22 insertions, 4 deletions
diff --git a/sci-visualization/qtiplot/ChangeLog b/sci-visualization/qtiplot/ChangeLog
index f7836281bf46..995987c60839 100644
--- a/sci-visualization/qtiplot/ChangeLog
+++ b/sci-visualization/qtiplot/ChangeLog
@@ -1,6 +1,12 @@
# 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.21 2008/04/29 14:55:52 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.22 2008/04/30 15:37:36 bicatali Exp $
+
+*qtiplot-0.9.5-r1 (30 Apr 2008)
+
+ 30 Apr 2008; Sébastien Fabbro <bicatali@gentoo.org>
+ files/qtiplot-0.9.5-profile.patch, +qtiplot-0.9.5-r1.ebuild:
+ Fixed installation for binary and translations, closing bug #219845
*qtiplot-0.9.5 (29 Apr 2008)
diff --git a/sci-visualization/qtiplot/files/qtiplot-0.9.5-profile.patch b/sci-visualization/qtiplot/files/qtiplot-0.9.5-profile.patch
index 9bb8957130b1..efc660a08f4f 100644
--- a/sci-visualization/qtiplot/files/qtiplot-0.9.5-profile.patch
+++ b/sci-visualization/qtiplot/files/qtiplot-0.9.5-profile.patch
@@ -1,5 +1,14 @@
--- qtiplot/qtiplot.pro.orig 2008-04-24 18:54:47.622675411 +0000
-+++ qtiplot/qtiplot.pro 2008-04-24 19:01:18.639824832 +0000
++++ qtiplot/qtiplot.pro 2008-04-30 15:23:34.648191881 +0000
+@@ -20,7 +20,7 @@
+ # Uncomment the following line if you want to perform a custom installation using
+ # the *.path variables defined bellow.
+ ######################################################################################
+-#CONFIG += CustomInstall
++CONFIG += CustomInstall
+
+ CONFIG += release
+ #CONFIG += debug
@@ -30,12 +30,11 @@
#!!! Warning: You must modify these paths according to your computer settings
#############################################################################
diff --git a/sci-visualization/qtiplot/qtiplot-0.9.5.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.5-r1.ebuild
index 78f046c55fe2..3ffc85daada1 100644
--- a/sci-visualization/qtiplot/qtiplot-0.9.5.ebuild
+++ b/sci-visualization/qtiplot/qtiplot-0.9.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.5.ebuild,v 1.1 2008/04/29 14:55:52 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.5-r1.ebuild,v 1.1 2008/04/30 15:37:36 bicatali Exp $
EAPI="1"
inherit eutils multilib qt4
@@ -47,6 +47,10 @@ src_unpack() {
-e '/manual/d'\
-e '/3rd/d' \
qtiplot.pro || die "sed qtiplot.pro failed"
+ sed -i \
+ -e '/manual/d' \
+ -e "s:doc/${PN}:doc/${PF}:" \
+ qtiplot/qtiplot.pro || die " sed for qtiplot/qtiplot.pro failed"
if ! use python; then
sed -i \
@@ -80,7 +84,6 @@ src_install() {
newicon qtiplot_logo.png qtiplot.png
make_desktop_entry qtiplot QtiPlot qtiplot
- doman qtiplot.1 || die "doman failed"
if use doc; then
insinto /usr/share/doc/${PF}/html