diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-02-06 16:30:51 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-02-06 16:30:51 +0000 |
commit | 67c8da31af5b27fd9b1fed27e2e86256916451c3 (patch) | |
tree | 4fb669979304ce65c01164a6a018424d58f65993 /x11-libs | |
parent | arm/s390/sh stable wrt #253939 (diff) | |
download | historical-67c8da31af5b27fd9b1fed27e2e86256916451c3.tar.gz historical-67c8da31af5b27fd9b1fed27e2e86256916451c3.tar.bz2 historical-67c8da31af5b27fd9b1fed27e2e86256916451c3.zip |
ia64/sparc stable wrt #248038
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64
Diffstat (limited to 'x11-libs')
26 files changed, 80 insertions, 39 deletions
diff --git a/x11-libs/qscintilla/ChangeLog b/x11-libs/qscintilla/ChangeLog index ebfb76b1d4cc..8a641dcbbe44 100644 --- a/x11-libs/qscintilla/ChangeLog +++ b/x11-libs/qscintilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qscintilla # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.21 2009/02/04 23:26:23 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.22 2009/02/06 16:30:51 armin76 Exp $ + + 06 Feb 2009; Raúl Porcel <armin76@gentoo.org> qscintilla-2.3.2.ebuild: + ia64/sparc stable wrt #248038 04 Feb 2009; Brent Baude <ranger@gentoo.org> qscintilla-2.3.2.ebuild: Marking qscintilla-2.3.2 ppc64 stable for bug 248038 diff --git a/x11-libs/qscintilla/qscintilla-2.3.2.ebuild b/x11-libs/qscintilla/qscintilla-2.3.2.ebuild index 3f4db7a94460..6a5901c2e2ce 100644 --- a/x11-libs/qscintilla/qscintilla-2.3.2.ebuild +++ b/x11-libs/qscintilla/qscintilla-2.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.3.2.ebuild,v 1.5 2009/02/04 23:26:23 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.3.2.ebuild,v 1.6 2009/02/06 16:30:51 armin76 Exp $ EAPI=1 inherit eutils toolchain-funcs multilib @@ -14,7 +14,7 @@ SRC_URI="http://www.riverbankcomputing.com/static/Downloads/QScintilla2/${MY_P}. SLOT="0" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="qt4 +python doc examples debug" RDEPEND="qt4? ( || ( x11-libs/qt-gui:4 diff --git a/x11-libs/qt-assistant/ChangeLog b/x11-libs/qt-assistant/ChangeLog index a3acb69c7027..0fc3ad917e40 100644 --- a/x11-libs/qt-assistant/ChangeLog +++ b/x11-libs/qt-assistant/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt-assistant # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.24 2009/02/04 23:27:21 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.25 2009/02/06 16:28:44 armin76 Exp $ + + 06 Feb 2009; Raúl Porcel <armin76@gentoo.org> + qt-assistant-4.4.2-r1.ebuild: + ia64/sparc stable wrt #248038 04 Feb 2009; Brent Baude <ranger@gentoo.org> qt-assistant-4.4.2-r1.ebuild: Marking qt-assistant-4.4.2-r1 ppc64 stable for bug 248038 diff --git a/x11-libs/qt-assistant/qt-assistant-4.4.2-r1.ebuild b/x11-libs/qt-assistant/qt-assistant-4.4.2-r1.ebuild index 3f2186b902bc..46a81e238de7 100644 --- a/x11-libs/qt-assistant/qt-assistant-4.4.2-r1.ebuild +++ b/x11-libs/qt-assistant/qt-assistant-4.4.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.4.2-r1.ebuild,v 1.7 2009/02/04 23:27:21 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.4.2-r1.ebuild,v 1.8 2009/02/06 16:28:44 armin76 Exp $ EAPI="1" inherit qt4-build @@ -10,7 +10,7 @@ HOMEPAGE="http://www.trolltech.com/" LICENSE="|| ( GPL-3 GPL-2 )" SLOT="4" -KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="+webkit" DEPEND="~x11-libs/qt-gui-${PV} diff --git a/x11-libs/qt-core/ChangeLog b/x11-libs/qt-core/ChangeLog index bdd9b73e12bf..83daa70d520f 100644 --- a/x11-libs/qt-core/ChangeLog +++ b/x11-libs/qt-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-core # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.23 2009/02/04 23:27:48 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.24 2009/02/06 16:25:38 armin76 Exp $ + + 06 Feb 2009; Raúl Porcel <armin76@gentoo.org> qt-core-4.4.2.ebuild: + ia64/sparc stable wrt #248038 04 Feb 2009; Brent Baude <ranger@gentoo.org> qt-core-4.4.2.ebuild: Marking qt-core-4.4.2 ppc64 stable for bug 248038 diff --git a/x11-libs/qt-core/qt-core-4.4.2.ebuild b/x11-libs/qt-core/qt-core-4.4.2.ebuild index f3e1e95819a7..f792d605f0d2 100644 --- a/x11-libs/qt-core/qt-core-4.4.2.ebuild +++ b/x11-libs/qt-core/qt-core-4.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v 1.10 2009/02/04 23:27:48 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v 1.11 2009/02/06 16:25:38 armin76 Exp $ EAPI="1" inherit qt4-build @@ -10,7 +10,7 @@ HOMEPAGE="http://www.trolltech.com/" LICENSE="|| ( GPL-3 GPL-2 )" SLOT="4" -KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="doc glib +qt3support ssl" RDEPEND="sys-libs/zlib diff --git a/x11-libs/qt-dbus/ChangeLog b/x11-libs/qt-dbus/ChangeLog index 2763d6fa8910..079c115118f4 100644 --- a/x11-libs/qt-dbus/ChangeLog +++ b/x11-libs/qt-dbus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-dbus # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.19 2009/02/04 23:28:15 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.20 2009/02/06 16:19:59 armin76 Exp $ + + 06 Feb 2009; Raúl Porcel <armin76@gentoo.org> qt-dbus-4.4.2.ebuild: + ia64/sparc stable wrt #248038 04 Feb 2009; Brent Baude <ranger@gentoo.org> qt-dbus-4.4.2.ebuild: Marking qt-dbus-4.4.2 ppc64 stable for bug 248038 diff --git a/x11-libs/qt-dbus/qt-dbus-4.4.2.ebuild b/x11-libs/qt-dbus/qt-dbus-4.4.2.ebuild index ddac4b80a1b1..b67c205c1f19 100644 --- a/x11-libs/qt-dbus/qt-dbus-4.4.2.ebuild +++ b/x11-libs/qt-dbus/qt-dbus-4.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.4.2.ebuild,v 1.7 2009/02/04 23:28:15 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.4.2.ebuild,v 1.8 2009/02/06 16:19:59 armin76 Exp $ EAPI="1" inherit qt4-build @@ -10,7 +10,7 @@ HOMEPAGE="http://www.trolltech.com/" LICENSE="|| ( GPL-3 GPL-2 )" SLOT="4" -KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" # depend on gui instead of core. There's a GUI based viewer that's built, and since it's a desktop diff --git a/x11-libs/qt-gui/ChangeLog b/x11-libs/qt-gui/ChangeLog index dd535279d249..ab5b4e960714 100644 --- a/x11-libs/qt-gui/ChangeLog +++ b/x11-libs/qt-gui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-gui # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.25 2009/02/04 23:29:15 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.26 2009/02/06 16:25:02 armin76 Exp $ + + 06 Feb 2009; Raúl Porcel <armin76@gentoo.org> qt-gui-4.4.2-r1.ebuild: + ia64/sparc stable wrt #248038 04 Feb 2009; Brent Baude <ranger@gentoo.org> qt-gui-4.4.2-r1.ebuild: Marking qt-gui-4.4.2-r1 ppc64 stable for bug 248038 diff --git a/x11-libs/qt-gui/qt-gui-4.4.2-r1.ebuild b/x11-libs/qt-gui/qt-gui-4.4.2-r1.ebuild index d2690232eee2..61399be45cc1 100644 --- a/x11-libs/qt-gui/qt-gui-4.4.2-r1.ebuild +++ b/x11-libs/qt-gui/qt-gui-4.4.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.4.2-r1.ebuild,v 1.7 2009/02/04 23:29:15 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.4.2-r1.ebuild,v 1.8 2009/02/06 16:25:02 armin76 Exp $ EAPI="1" inherit eutils qt4-build @@ -10,7 +10,7 @@ HOMEPAGE="http://www.trolltech.com/" LICENSE="|| ( GPL-3 GPL-2 )" SLOT="4" -KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE_INPUT_DEVICES="input_devices_wacom" IUSE="+accessibility cups dbus debug glib mng nas nis tiff +qt3support xinerama ${IUSE_INPUT_DEVICES}" diff --git a/x11-libs/qt-opengl/ChangeLog b/x11-libs/qt-opengl/ChangeLog index 3b570cd39006..c78e1aa66789 100644 --- a/x11-libs/qt-opengl/ChangeLog +++ b/x11-libs/qt-opengl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-opengl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.20 2009/02/04 23:29:37 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.21 2009/02/06 16:27:26 armin76 Exp $ + + 06 Feb 2009; Raúl Porcel <armin76@gentoo.org> qt-opengl-4.4.2.ebuild: + ia64/sparc stable wrt #248038 04 Feb 2009; Brent Baude <ranger@gentoo.org> qt-opengl-4.4.2.ebuild: Marking qt-opengl-4.4.2 ppc64 stable for bug 248038 diff --git a/x11-libs/qt-opengl/qt-opengl-4.4.2.ebuild b/x11-libs/qt-opengl/qt-opengl-4.4.2.ebuild index 698cf39aac83..2c960021f3c6 100644 --- a/x11-libs/qt-opengl/qt-opengl-4.4.2.ebuild +++ b/x11-libs/qt-opengl/qt-opengl-4.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.4.2.ebuild,v 1.7 2009/02/04 23:29:37 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.4.2.ebuild,v 1.8 2009/02/06 16:27:26 armin76 Exp $ EAPI="1" inherit qt4-build @@ -10,7 +10,7 @@ HOMEPAGE="http://www.trolltech.com/" LICENSE="|| ( GPL-3 GPL-2 )" SLOT="4" -KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="+qt3support" DEPEND="~x11-libs/qt-gui-${PV} diff --git a/x11-libs/qt-qt3support/ChangeLog b/x11-libs/qt-qt3support/ChangeLog index ba62a88f3270..f1235a5e32f7 100644 --- a/x11-libs/qt-qt3support/ChangeLog +++ b/x11-libs/qt-qt3support/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-qt3support # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-qt3support/ChangeLog,v 1.20 2009/02/04 23:30:17 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-qt3support/ChangeLog,v 1.21 2009/02/06 16:24:25 armin76 Exp $ + + 06 Feb 2009; Raúl Porcel <armin76@gentoo.org> qt-qt3support-4.4.2.ebuild: + ia64/sparc stable wrt #248038 04 Feb 2009; Brent Baude <ranger@gentoo.org> qt-qt3support-4.4.2.ebuild: Marking qt-qt3support-4.4.2 ppc64 stable for bug 248038 diff --git a/x11-libs/qt-qt3support/qt-qt3support-4.4.2.ebuild b/x11-libs/qt-qt3support/qt-qt3support-4.4.2.ebuild index 6cdd689932cd..669667914634 100644 --- a/x11-libs/qt-qt3support/qt-qt3support-4.4.2.ebuild +++ b/x11-libs/qt-qt3support/qt-qt3support-4.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-qt3support/qt-qt3support-4.4.2.ebuild,v 1.7 2009/02/04 23:30:17 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-qt3support/qt-qt3support-4.4.2.ebuild,v 1.8 2009/02/06 16:24:25 armin76 Exp $ EAPI="1" inherit qt4-build @@ -10,7 +10,7 @@ HOMEPAGE="http://www.trolltech.com/" LICENSE="|| ( GPL-3 GPL-2 )" SLOT="4" -KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="+accessibility" DEPEND="~x11-libs/qt-core-${PV} diff --git a/x11-libs/qt-script/ChangeLog b/x11-libs/qt-script/ChangeLog index d9f252112eae..ec65affa4c0f 100644 --- a/x11-libs/qt-script/ChangeLog +++ b/x11-libs/qt-script/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-script # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.19 2009/02/04 23:30:39 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.20 2009/02/06 16:20:35 armin76 Exp $ + + 06 Feb 2009; Raúl Porcel <armin76@gentoo.org> qt-script-4.4.2.ebuild: + ia64/sparc stable wrt #248038 04 Feb 2009; Brent Baude <ranger@gentoo.org> qt-script-4.4.2.ebuild: Marking qt-script-4.4.2 ppc64 stable for bug 248038 diff --git a/x11-libs/qt-script/qt-script-4.4.2.ebuild b/x11-libs/qt-script/qt-script-4.4.2.ebuild index 15f64f5e5ea6..8a6f4b999f12 100644 --- a/x11-libs/qt-script/qt-script-4.4.2.ebuild +++ b/x11-libs/qt-script/qt-script-4.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.4.2.ebuild,v 1.7 2009/02/04 23:30:39 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.4.2.ebuild,v 1.8 2009/02/06 16:20:35 armin76 Exp $ EAPI="1" inherit qt4-build @@ -10,7 +10,7 @@ HOMEPAGE="http://www.trolltech.com/" LICENSE="|| ( GPL-3 GPL-2 )" SLOT="4" -KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND="~x11-libs/qt-core-${PV} diff --git a/x11-libs/qt-sql/ChangeLog b/x11-libs/qt-sql/ChangeLog index 44d83cf8e726..64234833c641 100644 --- a/x11-libs/qt-sql/ChangeLog +++ b/x11-libs/qt-sql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-sql # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/ChangeLog,v 1.24 2009/02/04 23:31:01 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/ChangeLog,v 1.25 2009/02/06 16:23:47 armin76 Exp $ + + 06 Feb 2009; Raúl Porcel <armin76@gentoo.org> qt-sql-4.4.2.ebuild: + ia64/sparc stable wrt #248038 04 Feb 2009; Brent Baude <ranger@gentoo.org> qt-sql-4.4.2.ebuild: Marking qt-sql-4.4.2 ppc64 stable for bug 248038 diff --git a/x11-libs/qt-sql/qt-sql-4.4.2.ebuild b/x11-libs/qt-sql/qt-sql-4.4.2.ebuild index b81e4537bf20..6f7f91c21fbd 100644 --- a/x11-libs/qt-sql/qt-sql-4.4.2.ebuild +++ b/x11-libs/qt-sql/qt-sql-4.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/qt-sql-4.4.2.ebuild,v 1.7 2009/02/04 23:31:01 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/qt-sql-4.4.2.ebuild,v 1.8 2009/02/06 16:23:47 armin76 Exp $ EAPI="1" inherit qt4-build @@ -10,7 +10,7 @@ HOMEPAGE="http://www.trolltech.com/" LICENSE="|| ( GPL-3 GPL-2 )" SLOT="4" -KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="firebird mysql odbc postgres +qt3support +sqlite" diff --git a/x11-libs/qt-svg/ChangeLog b/x11-libs/qt-svg/ChangeLog index fc8f1b8df927..edb019f0964f 100644 --- a/x11-libs/qt-svg/ChangeLog +++ b/x11-libs/qt-svg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-svg # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.19 2009/02/04 23:31:22 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.20 2009/02/06 16:28:08 armin76 Exp $ + + 06 Feb 2009; Raúl Porcel <armin76@gentoo.org> qt-svg-4.4.2.ebuild: + ia64/sparc stable wrt #248038 04 Feb 2009; Brent Baude <ranger@gentoo.org> qt-svg-4.4.2.ebuild: Marking qt-svg-4.4.2 ppc64 stable for bug 248038 diff --git a/x11-libs/qt-svg/qt-svg-4.4.2.ebuild b/x11-libs/qt-svg/qt-svg-4.4.2.ebuild index 36ac6c798798..0f100663ac77 100644 --- a/x11-libs/qt-svg/qt-svg-4.4.2.ebuild +++ b/x11-libs/qt-svg/qt-svg-4.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.4.2.ebuild,v 1.7 2009/02/04 23:31:22 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.4.2.ebuild,v 1.8 2009/02/06 16:28:08 armin76 Exp $ EAPI="1" inherit qt4-build @@ -10,7 +10,7 @@ HOMEPAGE="http://www.trolltech.com/" LICENSE="|| ( GPL-3 GPL-2 )" SLOT="4" -KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND="~x11-libs/qt-gui-${PV} diff --git a/x11-libs/qt-test/ChangeLog b/x11-libs/qt-test/ChangeLog index e7b8a99234d1..1fcce162084f 100644 --- a/x11-libs/qt-test/ChangeLog +++ b/x11-libs/qt-test/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-test # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.18 2009/02/04 23:31:43 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.19 2009/02/06 16:26:14 armin76 Exp $ + + 06 Feb 2009; Raúl Porcel <armin76@gentoo.org> qt-test-4.4.2.ebuild: + ia64/sparc stable wrt #248038 04 Feb 2009; Brent Baude <ranger@gentoo.org> qt-test-4.4.2.ebuild: Marking qt-test-4.4.2 ppc64 stable for bug 248038 diff --git a/x11-libs/qt-test/qt-test-4.4.2.ebuild b/x11-libs/qt-test/qt-test-4.4.2.ebuild index cfd09b94fb42..be993db2c3ff 100644 --- a/x11-libs/qt-test/qt-test-4.4.2.ebuild +++ b/x11-libs/qt-test/qt-test-4.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/qt-test-4.4.2.ebuild,v 1.6 2009/02/04 23:31:43 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/qt-test-4.4.2.ebuild,v 1.7 2009/02/06 16:26:14 armin76 Exp $ EAPI="1" inherit qt4-build @@ -10,7 +10,7 @@ HOMEPAGE="http://www.trolltech.com/" LICENSE="|| ( GPL-3 GPL-2 )" SLOT="4" -KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND="~x11-libs/qt-core-${PV} diff --git a/x11-libs/qt-xmlpatterns/ChangeLog b/x11-libs/qt-xmlpatterns/ChangeLog index 8883090b2f5b..e977b6f57a4c 100644 --- a/x11-libs/qt-xmlpatterns/ChangeLog +++ b/x11-libs/qt-xmlpatterns/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt-xmlpatterns # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-xmlpatterns/ChangeLog,v 1.19 2009/02/04 23:32:39 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-xmlpatterns/ChangeLog,v 1.20 2009/02/06 16:26:50 armin76 Exp $ + + 06 Feb 2009; Raúl Porcel <armin76@gentoo.org> + qt-xmlpatterns-4.4.2.ebuild: + ia64/sparc stable wrt #248038 04 Feb 2009; Brent Baude <ranger@gentoo.org> qt-xmlpatterns-4.4.2.ebuild: Marking qt-xmlpatterns-4.4.2 ppc64 stable for bug 248038 diff --git a/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.4.2.ebuild b/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.4.2.ebuild index eb6d6cd58b92..9fae0af9b5a9 100644 --- a/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.4.2.ebuild +++ b/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.4.2.ebuild,v 1.7 2009/02/04 23:32:39 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.4.2.ebuild,v 1.8 2009/02/06 16:26:50 armin76 Exp $ EAPI="1" inherit qt4-build @@ -10,7 +10,7 @@ HOMEPAGE="http://www.trolltech.com/" LICENSE="|| ( GPL-3 GPL-2 )" SLOT="4" -KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND="~x11-libs/qt-core-${PV} diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog index 3261602848ae..9ae986bded78 100644 --- a/x11-libs/qt/ChangeLog +++ b/x11-libs/qt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.562 2009/02/04 23:26:57 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.563 2009/02/06 16:30:13 armin76 Exp $ + + 06 Feb 2009; Raúl Porcel <armin76@gentoo.org> qt-4.4.2.ebuild: + ia64/sparc stable wrt #248038 04 Feb 2009; Brent Baude <ranger@gentoo.org> qt-4.4.2.ebuild: Marking qt-4.4.2 ppc64 stable for bug 248038 diff --git a/x11-libs/qt/qt-4.4.2.ebuild b/x11-libs/qt/qt-4.4.2.ebuild index 7cd95b152221..6580f38d0219 100644 --- a/x11-libs/qt/qt-4.4.2.ebuild +++ b/x11-libs/qt/qt-4.4.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.2.ebuild,v 1.6 2009/02/04 23:26:57 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.2.ebuild,v 1.7 2009/02/06 16:30:13 armin76 Exp $ DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework." HOMEPAGE="http://www.trolltech.com/" LICENSE="|| ( GPL-3 GPL-2 )" SLOT="4" -KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="dbus opengl qt3support" |