summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-04-17 23:02:17 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-04-17 23:02:17 +0000
commit91b6a81bc98d04f446064e63b89910112612aa12 (patch)
tree9b781a3158ae4e16daaecec1469351d3425db460 /x11-libs/qt
parentAdded ~sparc keyword. (diff)
downloadhistorical-91b6a81bc98d04f446064e63b89910112612aa12.tar.gz
historical-91b6a81bc98d04f446064e63b89910112612aa12.tar.bz2
historical-91b6a81bc98d04f446064e63b89910112612aa12.zip
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'x11-libs/qt')
-rw-r--r--x11-libs/qt/ChangeLog6
-rw-r--r--x11-libs/qt/qt-2.3.2-r1.ebuild4
-rw-r--r--x11-libs/qt/qt-3.2.3-r1.ebuild6
-rw-r--r--x11-libs/qt/qt-3.3.0-r1.ebuild6
-rw-r--r--x11-libs/qt/qt-3.3.1-r1.ebuild6
5 files changed, 19 insertions, 9 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog
index 33f130c0db35..dc94fa981339 100644
--- a/x11-libs/qt/ChangeLog
+++ b/x11-libs/qt/ChangeLog
@@ -1,6 +1,10 @@
# 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.136 2004/04/17 11:53:14 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.137 2004/04/17 23:02:17 aliz Exp $
+
+ 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> qt-2.3.2-r1.ebuild,
+ qt-3.2.3-r1.ebuild, qt-3.3.0-r1.ebuild, qt-3.3.1-r1.ebuild:
+ Inherit eutils, fixed IUSE flags.
17 Apr 2004; Travis Tilley <lv@gentoo.org> qt-3.3.1-r1.ebuild:
marked stable on amd64
diff --git a/x11-libs/qt/qt-2.3.2-r1.ebuild b/x11-libs/qt/qt-2.3.2-r1.ebuild
index 8540e42c234a..98272c205786 100644
--- a/x11-libs/qt/qt-2.3.2-r1.ebuild
+++ b/x11-libs/qt/qt-2.3.2-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-2.3.2-r1.ebuild,v 1.27 2004/04/17 08:12:14 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-2.3.2-r1.ebuild,v 1.28 2004/04/17 23:02:17 aliz Exp $
DESCRIPTION="QT ${PV}, an X11 widget set and general library used by KDE et al"
HOMEPAGE="http://www.trolltech.com/"
@@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.trolltech.com/pub/qt/source/qt-x11-${PV}.tar.gz"
LICENSE="QPL-1.0 | GPL-2"
SLOT="2"
KEYWORDS="x86 ppc sparc hppa alpha amd64 ia64"
-IUSE="gif opengl nas"
+IUSE="gif opengl nas debug"
RDEPEND="virtual/x11
media-libs/libpng
diff --git a/x11-libs/qt/qt-3.2.3-r1.ebuild b/x11-libs/qt/qt-3.2.3-r1.ebuild
index 998fe1a433d0..68d634fddb12 100644
--- a/x11-libs/qt/qt-3.2.3-r1.ebuild
+++ b/x11-libs/qt/qt-3.2.3-r1.ebuild
@@ -1,6 +1,8 @@
# 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.6 2004/03/01 00:32:34 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.2.3-r1.ebuild,v 1.7 2004/04/17 23:02:17 aliz Exp $
+
+inherit eutils
SRCTYPE="free"
DESCRIPTION="QT version ${PV}"
@@ -10,7 +12,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 xinerama"
+IUSE="cups nas postgres opengl mysql odbc gif doc xinerama cjk debug"
DEPEND="virtual/x11
media-libs/libpng
diff --git a/x11-libs/qt/qt-3.3.0-r1.ebuild b/x11-libs/qt/qt-3.3.0-r1.ebuild
index 3ad33e2159cf..59b8a27e9540 100644
--- a/x11-libs/qt/qt-3.3.0-r1.ebuild
+++ b/x11-libs/qt/qt-3.3.0-r1.ebuild
@@ -1,6 +1,8 @@
# 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-r1.ebuild,v 1.5 2004/03/01 13:01:49 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.0-r1.ebuild,v 1.6 2004/04/17 23:02:17 aliz Exp $
+
+inherit eutils
SRCTYPE="free"
DESCRIPTION="QT version ${PV}"
@@ -11,7 +13,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 ~alpha ~ppc ~amd64 hppa"
-IUSE="cups nas postgres opengl mysql odbc gif doc firebird zlib icc sqlite ipv6 xinerama"
+IUSE="cups nas postgres opengl mysql odbc gif doc firebird zlib icc sqlite ipv6 xinerama debug"
DEPEND="virtual/x11 virtual/xft
media-libs/libpng media-libs/jpeg media-libs/libmng
diff --git a/x11-libs/qt/qt-3.3.1-r1.ebuild b/x11-libs/qt/qt-3.3.1-r1.ebuild
index 12327ea5e7e7..e8bf7a31e647 100644
--- a/x11-libs/qt/qt-3.3.1-r1.ebuild
+++ b/x11-libs/qt/qt-3.3.1-r1.ebuild
@@ -1,6 +1,8 @@
# 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.1-r1.ebuild,v 1.6 2004/04/17 08:12:14 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.1-r1.ebuild,v 1.7 2004/04/17 23:02:17 aliz Exp $
+
+inherit eutils
SRCTYPE="free"
DESCRIPTION="QT version ${PV}"
@@ -11,7 +13,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 ~alpha ~ppc amd64 ~sparc hppa"
-IUSE="cups nas postgres opengl mysql odbc gif doc firebird zlib icc sqlite ipv6 xinerama"
+IUSE="cups nas postgres opengl mysql odbc gif doc firebird zlib icc sqlite ipv6 xinerama debug"
DEPEND="virtual/x11 virtual/xft
media-libs/libpng media-libs/jpeg media-libs/libmng