summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Bevin <gbevin@gentoo.org>2002-01-08 01:21:45 +0000
committerGeert Bevin <gbevin@gentoo.org>2002-01-08 01:21:45 +0000
commit3a7448dab5e6cdad520244850e3933e2aa075882 (patch)
tree11a91f23c141a432ffb700411845dcdcc3bf9273 /x11-libs
parentnew version of kxicq2 (diff)
downloadhistorical-3a7448dab5e6cdad520244850e3933e2aa075882.tar.gz
historical-3a7448dab5e6cdad520244850e3933e2aa075882.tar.bz2
historical-3a7448dab5e6cdad520244850e3933e2aa075882.zip
Removed previous documentation location patches, they aren't needed
anymore and create a flawed install.
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/qt/files/digest-qt-3.0.1-r1 (renamed from x11-libs/qt/files/digest-qt-3.0.1)0
-rw-r--r--x11-libs/qt/qt-3.0.1-r1.ebuild (renamed from x11-libs/qt/qt-3.0.1.ebuild)10
2 files changed, 1 insertions, 9 deletions
diff --git a/x11-libs/qt/files/digest-qt-3.0.1 b/x11-libs/qt/files/digest-qt-3.0.1-r1
index 6b90fbad670c..6b90fbad670c 100644
--- a/x11-libs/qt/files/digest-qt-3.0.1
+++ b/x11-libs/qt/files/digest-qt-3.0.1-r1
diff --git a/x11-libs/qt/qt-3.0.1.ebuild b/x11-libs/qt/qt-3.0.1-r1.ebuild
index fb9c00a7ca9b..b037e1a9780b 100644
--- a/x11-libs/qt/qt-3.0.1.ebuild
+++ b/x11-libs/qt/qt-3.0.1-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.0.1.ebuild,v 1.3 2002/01/02 22:00:47 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.0.1-r1.ebuild,v 1.1 2002/01/08 01:21:45 gbevin Exp $
P=qt-x11-${PV}
S=${WORKDIR}/qt-x11-free-${PV}
@@ -29,14 +29,6 @@ src_unpack() {
cp configure configure.orig
sed -e "s:read acceptance:acceptance=yes:" configure.orig > configure
- cd ${S}
- mv tools/assistant/helpdialogimpl.cpp tools/assistant/helpdialogimpl.cpp_orig
- sed -e 's:"/doc/html:"/share/doc/html:g' \
- tools/assistant/helpdialogimpl.cpp_orig > tools/assistant/helpdialogimpl.cpp
- mv tools/assistant/mainwindow.ui.h tools/assistant/mainwindow.ui.h_orig
- sed -e 's:"/doc/html:"/share/doc/html:g' \
- tools/assistant/mainwindow.ui.h_orig > tools/assistant/mainwindow.ui.h
-
}
src_compile() {