summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2004-03-01 00:32:34 +0000
committerCaleb Tennis <caleb@gentoo.org>2004-03-01 00:32:34 +0000
commite0273c738cb264bedf595b2a1e838e0a9867661e (patch)
tree182395f8af4945aff4992e76353945497a673d57 /x11-libs/qt
parentAdd a qt addpredict to help alleviate build errors (diff)
downloadhistorical-e0273c738cb264bedf595b2a1e838e0a9867661e.tar.gz
historical-e0273c738cb264bedf595b2a1e838e0a9867661e.tar.bz2
historical-e0273c738cb264bedf595b2a1e838e0a9867661e.zip
Typo fix and add xinerama flag
Diffstat (limited to 'x11-libs/qt')
-rw-r--r--x11-libs/qt/ChangeLog5
-rw-r--r--x11-libs/qt/Manifest4
-rw-r--r--x11-libs/qt/qt-3.2.3-r1.ebuild6
3 files changed, 9 insertions, 6 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog
index 5bca41ef6eb4..dd07288c50f0 100644
--- a/x11-libs/qt/ChangeLog
+++ b/x11-libs/qt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.128 2004/02/29 21:43:59 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.129 2004/03/01 00:32:34 caleb Exp $
+
+ 29 Feb 2004; Caleb Tennis <caleb@gentoo.org> qt-3.2.3-r1.ebuild:
+ Typo fix and add xinerama flag
29 Feb 2004; Caleb Tennis <caleb@gentoo.org> qt-3.3.0-r1.ebuild:
Put in the xinerama use flags in IUSE
diff --git a/x11-libs/qt/Manifest b/x11-libs/qt/Manifest
index ab9fa9f76e0c..235eabb412ce 100644
--- a/x11-libs/qt/Manifest
+++ b/x11-libs/qt/Manifest
@@ -4,9 +4,9 @@ MD5 9e84006a240b69c02e0aa8b957d48662 qt-3.1.2-r3.ebuild 4984
MD5 15cb67cf0a0a71f8c86c4aa91714360c qt-2.3.2-r1.ebuild 2285
MD5 913367613ee452605a107179d5fa1c76 qt-3.0.5-r2.ebuild 3907
MD5 8ba2f35348af78eaa4cf70cdfef1ba01 qt-3.1.2-r4.ebuild 5347
-MD5 4a1a4a69940ecb1086eadd0d9aead0d3 ChangeLog 22226
+MD5 1dd04f26f089cf13678cf72e7d1f2ccd ChangeLog 22327
MD5 512150b47a904b0240101e319856aab1 metadata.xml 156
-MD5 df04f93b1fb59bd66a5d6f6cca115454 qt-3.2.3-r1.ebuild 5095
+MD5 d907d7db29c7ee85e7dd567ea289d732 qt-3.2.3-r1.ebuild 5105
MD5 9ac22fe721162a565a7507763f785ab5 files/qt-3.2.3-qpsprinter-useFreeType2-20031128.patch 9972
MD5 c7f65a0625242eccf159e2b8ee74976d files/45qt3 109
MD5 7a287bc7609ad2420f70af6d4c58302f files/50qt2 63
diff --git a/x11-libs/qt/qt-3.2.3-r1.ebuild b/x11-libs/qt/qt-3.2.3-r1.ebuild
index 93308a46c696..998fe1a433d0 100644
--- a/x11-libs/qt/qt-3.2.3-r1.ebuild
+++ b/x11-libs/qt/qt-3.2.3-r1.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.2.3-r1.ebuild,v 1.5 2004/02/10 05:36:26 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.2.3-r1.ebuild,v 1.6 2004/03/01 00:32:34 caleb Exp $
SRCTYPE="free"
DESCRIPTION="QT version ${PV}"
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.trolltech.com/qt/source/qt-x11-${SRCTYPE}-${PV}.tar.bz2"
LICENSE="QPL-1.0 | GPL-2"
SLOT="3"
KEYWORDS="x86 hppa amd64 sparc ia64 alpha ppc"
-IUSE="cups nas postgres opengl mysql odbc gif doc"
+IUSE="cups nas postgres opengl mysql odbc gif doc xinerama"
DEPEND="virtual/x11
media-libs/libpng
@@ -158,7 +158,7 @@ src_install() {
dodir ${QTBASE}/doc
if [ `use doc` ]; then
- cp -r ${S}/doc ${D}/{QTBASE}
+ cp -r ${S}/doc ${D}/${QTBASE}
cp -r ${S}/examples ${D}/${QTBASE}
cp -r ${S}/tutorial ${D}/${QTBASE}
fi