summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2006-11-11 00:51:57 +0000
committerBryan Østergaard <kloeri@gentoo.org>2006-11-11 00:51:57 +0000
commit99883a63c04d95d4a8dfa7537c3c756253771a23 (patch)
treec4dda269b9b997a8163999e4e29e6dd5b0a82a3c /mail-client
parentRemoving from the tree, as media-sound/mpd supercedes it. (diff)
downloadgentoo-2-99883a63c04d95d4a8dfa7537c3c756253771a23.tar.gz
gentoo-2-99883a63c04d95d4a8dfa7537c3c756253771a23.tar.bz2
gentoo-2-99883a63c04d95d4a8dfa7537c3c756253771a23.zip
Restrict parallel builds until upstream can solve the problem properly, bug 135495.
(Portage version: 2.1.2_rc1-r5)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/mozilla-thunderbird/ChangeLog9
-rw-r--r--mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.7.ebuild4
-rw-r--r--mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.8.ebuild4
-rw-r--r--mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_alpha1-r1.ebuild4
-rw-r--r--mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_alpha1.ebuild4
5 files changed, 16 insertions, 9 deletions
diff --git a/mail-client/mozilla-thunderbird/ChangeLog b/mail-client/mozilla-thunderbird/ChangeLog
index 0d48739bf624..6d08d82dd460 100644
--- a/mail-client/mozilla-thunderbird/ChangeLog
+++ b/mail-client/mozilla-thunderbird/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for mail-client/mozilla-thunderbird
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.144 2006/11/10 09:18:21 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.145 2006/11/11 00:51:57 kloeri Exp $
+
+ 11 Nov 2006; Bryan Østergaard <kloeri@gentoo.org>
+ mozilla-thunderbird-1.5.0.7.ebuild, mozilla-thunderbird-1.5.0.8.ebuild,
+ mozilla-thunderbird-2.0_alpha1.ebuild,
+ mozilla-thunderbird-2.0_alpha1-r1.ebuild:
+ Restrict parallel builds until upstream can solve the problem properly, bug
+ 135495.
10 Nov 2006; <blubb@gentoo.org> mozilla-thunderbird-1.5.0.8.ebuild:
stable on amd64
diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.7.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.7.ebuild
index 3df04c123488..1a78e8551abd 100644
--- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.7.ebuild
+++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.7.ebuild,v 1.8 2006/10/10 21:49:27 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.7.ebuild,v 1.9 2006/11/11 00:51:57 kloeri Exp $
unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179
inherit flag-o-matic toolchain-funcs eutils mozconfig-2 mozilla-launcher makeedit multilib autotools mozextension
@@ -153,7 +153,7 @@ src_compile() {
# requirements while compiling
edit_makefiles
- emake || die
+ emake -j1 || die
}
pkg_preinst() {
diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.8.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.8.ebuild
index b92fbba1a1a5..251d37f6a919 100644
--- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.8.ebuild
+++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.8.ebuild,v 1.5 2006/11/10 09:18:21 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.8.ebuild,v 1.6 2006/11/11 00:51:57 kloeri Exp $
unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179
inherit flag-o-matic toolchain-funcs eutils mozconfig-2 mozilla-launcher makeedit multilib autotools mozextension
@@ -157,7 +157,7 @@ src_compile() {
# requirements while compiling
edit_makefiles
- emake || die
+ emake -j1 || die
}
pkg_preinst() {
diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_alpha1-r1.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_alpha1-r1.ebuild
index 067d6b102df6..3cc1908c720b 100644
--- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_alpha1-r1.ebuild
+++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_alpha1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_alpha1-r1.ebuild,v 1.1 2006/11/09 01:24:29 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_alpha1-r1.ebuild,v 1.2 2006/11/11 00:51:57 kloeri Exp $
#
# There are no linguas supported in alpha builds
@@ -162,7 +162,7 @@ src_compile() {
# requirements while compiling
edit_makefiles
- emake || die
+ emake -j1 || die
}
pkg_preinst() {
diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_alpha1.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_alpha1.ebuild
index b240b47cd6dc..0fafdaca0118 100644
--- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_alpha1.ebuild
+++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_alpha1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_alpha1.ebuild,v 1.2 2006/11/09 00:34:04 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_alpha1.ebuild,v 1.3 2006/11/11 00:51:57 kloeri Exp $
#
# There are no linguas supported in alpha builds
@@ -161,7 +161,7 @@ src_compile() {
# requirements while compiling
edit_makefiles
- emake || die "emake failed"
+ emake -j1 || die "emake failed"
}
pkg_preinst() {