summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-07-01 15:01:00 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-07-01 15:01:00 +0000
commit543c193a72cc54364d818f7cad9a74a81eba87fc (patch)
treec4dded6c957ea8037ad3f21c95402256a3724015 /dev-util/lincvs
parentFix qmake dir per bug #97535 (diff)
downloadhistorical-543c193a72cc54364d818f7cad9a74a81eba87fc.tar.gz
historical-543c193a72cc54364d818f7cad9a74a81eba87fc.tar.bz2
historical-543c193a72cc54364d818f7cad9a74a81eba87fc.zip
Fix qmake dir per bug #97535
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-util/lincvs')
-rw-r--r--dev-util/lincvs/ChangeLog6
-rw-r--r--dev-util/lincvs/lincvs-1.4.0.ebuild4
-rw-r--r--dev-util/lincvs/lincvs-1.4.1.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/lincvs/ChangeLog b/dev-util/lincvs/ChangeLog
index 468eee729e6b..df6fd78219c0 100644
--- a/dev-util/lincvs/ChangeLog
+++ b/dev-util/lincvs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/lincvs
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/lincvs/ChangeLog,v 1.38 2005/06/13 20:18:34 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/lincvs/ChangeLog,v 1.39 2005/07/01 15:00:23 caleb Exp $
+
+ 01 Jul 2005; Caleb Tennis <caleb@gentoo.org> lincvs-1.4.0.ebuild,
+ lincvs-1.4.1.ebuild:
+ Fix qmake dir per bug #97535
*lincvs-1.4.2 (13 Jun 2005)
diff --git a/dev-util/lincvs/lincvs-1.4.0.ebuild b/dev-util/lincvs/lincvs-1.4.0.ebuild
index 9817c556615c..94a4ff9e9d75 100644
--- a/dev-util/lincvs/lincvs-1.4.0.ebuild
+++ b/dev-util/lincvs/lincvs-1.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/lincvs/lincvs-1.4.0.ebuild,v 1.3 2005/05/11 06:17:44 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/lincvs/lincvs-1.4.0.ebuild,v 1.4 2005/07/01 15:00:23 caleb Exp $
inherit kde-functions
@@ -22,7 +22,7 @@ RDEPEND="${DEPEND}
need-qt 3
src_compile() {
- qmake -o Makefile lincvs.pro
+ ${QTDIR}/bin/qmake -o Makefile lincvs.pro
sed -i -e "s/^\tstrip/#\tstrip/" \
-e "s/CFLAGS = -pipe -Wall -W -O2/CFLAGS = ${CFLAGS} -Wall -W/" \
-e "s/CXXFLAGS = -pipe -Wall -W -O2/CXXFLAGS = ${CXXFLAGS} -Wall -W/" Makefile \
diff --git a/dev-util/lincvs/lincvs-1.4.1.ebuild b/dev-util/lincvs/lincvs-1.4.1.ebuild
index 97ddc81de7cd..d520816977bc 100644
--- a/dev-util/lincvs/lincvs-1.4.1.ebuild
+++ b/dev-util/lincvs/lincvs-1.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/lincvs/lincvs-1.4.1.ebuild,v 1.1 2005/05/22 00:11:17 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/lincvs/lincvs-1.4.1.ebuild,v 1.2 2005/07/01 15:00:23 caleb Exp $
inherit kde-functions
@@ -22,7 +22,7 @@ RDEPEND="${DEPEND}
need-qt 3
src_compile() {
- qmake -o Makefile lincvs.pro
+ ${QTDIR}/bin/qmake -o Makefile lincvs.pro
sed -i -e "s/^\tstrip/#\tstrip/" \
-e "s/CFLAGS = -pipe -Wall -W -O2/CFLAGS = ${CFLAGS} -Wall -W/" \
-e "s/CXXFLAGS = -pipe -Wall -W -O2/CXXFLAGS = ${CXXFLAGS} -Wall -W/" Makefile \