summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2004-02-10 19:06:25 +0000
committerCaleb Tennis <caleb@gentoo.org>2004-02-10 19:06:25 +0000
commitac785a0adc480e2561ac3bd6622742613bed632d (patch)
treebcb4fbfa4fa0a0e90454061c2a73dab453821225 /x11-libs/qt
parentBetter changelog entry, give credit, mention bugs, etc. (diff)
downloadhistorical-ac785a0adc480e2561ac3bd6622742613bed632d.tar.gz
historical-ac785a0adc480e2561ac3bd6622742613bed632d.tar.bz2
historical-ac785a0adc480e2561ac3bd6622742613bed632d.zip
Recommit the ipv6 changes
Diffstat (limited to 'x11-libs/qt')
-rw-r--r--x11-libs/qt/Manifest2
-rw-r--r--x11-libs/qt/qt-3.3.0.ebuild15
2 files changed, 4 insertions, 13 deletions
diff --git a/x11-libs/qt/Manifest b/x11-libs/qt/Manifest
index 86a8cca6bf0a..ea55b652b79b 100644
--- a/x11-libs/qt/Manifest
+++ b/x11-libs/qt/Manifest
@@ -1,4 +1,4 @@
-MD5 9cf4266b15a21954c6bef71b121410c5 qt-3.3.0.ebuild 5118
+MD5 5332c617ab5076ef87675560eae91f13 qt-3.3.0.ebuild 4832
MD5 9e84006a240b69c02e0aa8b957d48662 qt-3.1.2-r3.ebuild 4984
MD5 17042c3146d3b939079defa0835af1ab qt-3.2.2-r1.ebuild 6291
MD5 15cb67cf0a0a71f8c86c4aa91714360c qt-2.3.2-r1.ebuild 2285
diff --git a/x11-libs/qt/qt-3.3.0.ebuild b/x11-libs/qt/qt-3.3.0.ebuild
index 9129e119e7b5..743ccdd16531 100644
--- a/x11-libs/qt/qt-3.3.0.ebuild
+++ b/x11-libs/qt/qt-3.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.0.ebuild,v 1.9 2004/02/10 15:17:28 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.0.ebuild,v 1.10 2004/02/10 19:06:25 caleb Exp $
SRCTYPE="free"
DESCRIPTION="QT version ${PV}"
@@ -56,7 +56,7 @@ src_compile() {
# Let's just allow writing to these directories during Qt emerge
# as it makes Qt much happier.
- dodir "${QTBASE}/etc/settings"
+ keepdir "${QTBASE}/etc/settings"
addwrite "${QTBASE}/etc/settings"
addwrite "$HOME/.qt"
@@ -73,8 +73,7 @@ src_compile() {
use debug && myconf="${myconf} -debug" || myconf="${myconf} -release -no-g++-exceptions"
use xinerama && myconf="${myconf} -xinerama"
use zlib && myconf="${myconf} -system-zlib" || myconf="${myconf} -qt-zlib"
-# use ipv6 && myconf="${myconf} -ipv6" || myconf="${myconf} -no-ipv6"
- use ipv6 && myconf="${myconf} -ipv6"
+ use ipv6 && myconf="${myconf} -ipv6" || myconf="${myconf} -no-ipv6"
export YACC='byacc -d'
@@ -164,11 +163,3 @@ src_install() {
done
}
-#pkg_postinst()
-#{
-# einfo
-# einfo "If you upgraded from Qt 3.2 or less, your KDE plugins may now not work."
-# einfo "A re-emerge of kdelibs and kdebase (and kdeartwork/kdeaddons if you have"
-# einfo "them) should fix the problem."
-# einfo
-#}