summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2007-02-18 15:43:00 +0000
committerFabian Groffen <grobian@gentoo.org>2007-02-18 15:43:00 +0000
commit3f981f81e29bb657d2e985ae4f71e4548e48ee5f (patch)
treef6e0009b30a1f5e61092e05248db1371a0c10cc4 /x11-libs
parentStable on ppc wrt bug 166998 (diff)
downloadhistorical-3f981f81e29bb657d2e985ae4f71e4548e48ee5f.tar.gz
historical-3f981f81e29bb657d2e985ae4f71e4548e48ee5f.tar.bz2
historical-3f981f81e29bb657d2e985ae4f71e4548e48ee5f.zip
Dropped ppc-macos keyword, see you in prefix
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/qt/ChangeLog7
-rw-r--r--x11-libs/qt/qt-3.3.4-r8.ebuild8
-rw-r--r--x11-libs/qt/qt-3.3.6-r4.ebuild8
-rw-r--r--x11-libs/qt/qt-3.3.6-r5.ebuild8
4 files changed, 12 insertions, 19 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog
index 29c97af57049..f43d4176226f 100644
--- a/x11-libs/qt/ChangeLog
+++ b/x11-libs/qt/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/qt
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.412 2007/02/14 06:53:19 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.413 2007/02/18 15:43:00 grobian Exp $
+
+ 18 Feb 2007; Fabian Groffen <grobian@gentoo.org>
+ -files/qt-3.3.4-macos.patch, -files/qt-3.3.5-macos.patch,
+ qt-3.3.4-r8.ebuild, qt-3.3.6-r4.ebuild, qt-3.3.6-r5.ebuild:
+ Dropped ppc-macos keyword, see you in prefix
14 Feb 2007; Christian Faulhammer <opfer@gentoo.org> qt-4.2.2.ebuild:
stable x86; bug 164699
diff --git a/x11-libs/qt/qt-3.3.4-r8.ebuild b/x11-libs/qt/qt-3.3.4-r8.ebuild
index e5cece8bc40d..990ce54eabcb 100644
--- a/x11-libs/qt/qt-3.3.4-r8.ebuild
+++ b/x11-libs/qt/qt-3.3.4-r8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.4-r8.ebuild,v 1.21 2007/01/05 20:57:33 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.4-r8.ebuild,v 1.22 2007/02/18 15:43:00 grobian Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.trolltech.com/qt/source/qt-x11-${SRCTYPE}-${PV}.tar.bz2
LICENSE="|| ( QPL-1.0 GPL-2 )"
SLOT="3"
-KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc-macos ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86"
IUSE="cups debug doc examples firebird gif ipv6 mysql nas odbc opengl postgres sqlite xinerama immqt immqt-bc"
DEPEND="|| ( ( x11-libs/libXcursor
@@ -122,10 +122,6 @@ src_unpack() {
sh make-symlinks.sh || die "make symlinks failed"
fi
- if use ppc-macos ; then
- epatch ${FILESDIR}/${P}-macos.patch
- fi
-
# known working flags wrt #77623
use sparc && export CFLAGS="-O1" && export CXXFLAGS="${CFLAGS}"
# set c/xxflags and ldflags
diff --git a/x11-libs/qt/qt-3.3.6-r4.ebuild b/x11-libs/qt/qt-3.3.6-r4.ebuild
index b056df4fa554..02d9e5ea3bc1 100644
--- a/x11-libs/qt/qt-3.3.6-r4.ebuild
+++ b/x11-libs/qt/qt-3.3.6-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.6-r4.ebuild,v 1.12 2007/01/05 20:57:33 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.6-r4.ebuild,v 1.13 2007/02/18 15:43:00 grobian Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.trolltech.com/qt/source/qt-x11-${SRCTYPE}-${PV}.tar.bz2
LICENSE="|| ( QPL-1.0 GPL-2 )"
SLOT="3"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ~ppc-macos ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="cups debug doc examples firebird gif ipv6 mysql nas nis odbc opengl postgres sqlite xinerama immqt immqt-bc"
DEPEND="|| ( ( x11-libs/libXcursor
@@ -130,10 +130,6 @@ src_unpack() {
sh make-symlinks.sh || die "make symlinks failed"
fi
- if use ppc-macos ; then
- epatch "${FILESDIR}/${PN}-3.3.5-macos.patch"
- fi
-
# known working flags wrt #77623
use sparc && export CFLAGS="-O1" && export CXXFLAGS="${CFLAGS}"
# set c/xxflags and ldflags
diff --git a/x11-libs/qt/qt-3.3.6-r5.ebuild b/x11-libs/qt/qt-3.3.6-r5.ebuild
index b0ce563e8396..d61dde332ba7 100644
--- a/x11-libs/qt/qt-3.3.6-r5.ebuild
+++ b/x11-libs/qt/qt-3.3.6-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.6-r5.ebuild,v 1.3 2007/01/05 20:57:33 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.6-r5.ebuild,v 1.4 2007/02/18 15:43:00 grobian Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.trolltech.com/qt/source/qt-x11-${SRCTYPE}-${PV}.tar.bz2
LICENSE="|| ( QPL-1.0 GPL-2 )"
SLOT="3"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="cups debug doc examples firebird gif ipv6 mysql nas nis odbc opengl postgres sqlite xinerama immqt immqt-bc"
DEPEND="|| ( ( x11-libs/libXcursor
@@ -133,10 +133,6 @@ src_unpack() {
sh make-symlinks.sh || die "make symlinks failed"
fi
- if use ppc-macos ; then
- epatch "${FILESDIR}/${PN}-3.3.5-macos.patch"
- fi
-
# known working flags wrt #77623
use sparc && export CFLAGS="-O1" && export CXXFLAGS="${CFLAGS}"
# set c/xxflags and ldflags