diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-10 20:47:45 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-10 20:47:45 +0000 |
commit | c3adfc969d99521d5010027962f791ea91f35daa (patch) | |
tree | 064cf00db54210a30f15c9197240793a8fcb7d07 /x11-plugins | |
parent | fixing lib silliness on non-x86 arches, and bumping stable (x86 and sparc) (diff) | |
download | historical-c3adfc969d99521d5010027962f791ea91f35daa.tar.gz historical-c3adfc969d99521d5010027962f791ea91f35daa.tar.bz2 historical-c3adfc969d99521d5010027962f791ea91f35daa.zip |
QA: Removed 'emake || make || die' and variants. Either a package is parallel build safe or it is not. There's nothing like trying and falling back.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gaim-encryption/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/gaim-encryption/gaim-encryption-2.34.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/gaim-encryption/gaim-encryption-2.35.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/gaim-encryption/gaim-encryption-2.36.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/gaim-encryption/gaim-encryption-2.37.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/gaim-otr/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/gaim-otr/gaim-otr-1.0.3.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/gaim-otr/gaim-otr-2.0.0.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/gaim-otr/gaim-otr-2.0.1.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/gaim-otr/gaim-otr-2.0.2.ebuild | 4 |
12 files changed, 36 insertions, 22 deletions
diff --git a/x11-plugins/gaim-encryption/ChangeLog b/x11-plugins/gaim-encryption/ChangeLog index a5ae78cfa4eb..cd9a8da74076 100644 --- a/x11-plugins/gaim-encryption/ChangeLog +++ b/x11-plugins/gaim-encryption/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-plugins/gaim-encryption # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/ChangeLog,v 1.66 2005/06/18 17:32:57 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/ChangeLog,v 1.67 2005/07/10 20:47:45 swegener Exp $ + + 10 Jul 2005; Sven Wegener <swegener@gentoo.org> + gaim-encryption-2.32-r1.ebuild, gaim-encryption-2.34.ebuild, + gaim-encryption-2.35.ebuild, gaim-encryption-2.36.ebuild, + gaim-encryption-2.37.ebuild, gaim-encryption-2.38.ebuild: + QA: Removed 'emake || make || die' and variants. Either a package is + parallel build safe or it is not. There's nothing like trying and falling + back. 18 Jun 2005; Markus Rothe <corsair@gentoo.org> gaim-encryption-2.38.ebuild: diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild index 7010763373e9..16c1164cff81 100644 --- a/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild +++ b/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild,v 1.13 2005/02/07 16:57:15 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild,v 1.14 2005/07/10 20:47:45 swegener Exp $ inherit flag-o-matic eutils debug @@ -28,7 +28,7 @@ src_compile() { econf ${myconf} || die "Configuration failed" - emake || MAKEOPTS="${MAKEOPTS} -j1" emake || die "Make failed" + emake -j1 || die "Make failed" } src_install() { diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.34.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.34.ebuild index 5e073e658446..deccb95332f2 100644 --- a/x11-plugins/gaim-encryption/gaim-encryption-2.34.ebuild +++ b/x11-plugins/gaim-encryption/gaim-encryption-2.34.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.34.ebuild,v 1.1 2005/01/24 03:07:19 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.34.ebuild,v 1.2 2005/07/10 20:47:45 swegener Exp $ inherit flag-o-matic eutils debug @@ -28,7 +28,7 @@ src_compile() { econf ${myconf} || die "Configuration failed" - emake || MAKEOPTS="${MAKEOPTS} -j1" emake || die "Make failed" + emake -j1 || die "Make failed" } src_install() { diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.35.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.35.ebuild index 1e4bd97738f7..3b086fe6505b 100644 --- a/x11-plugins/gaim-encryption/gaim-encryption-2.35.ebuild +++ b/x11-plugins/gaim-encryption/gaim-encryption-2.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.35.ebuild,v 1.1 2005/02/27 23:25:33 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.35.ebuild,v 1.2 2005/07/10 20:47:45 swegener Exp $ inherit flag-o-matic eutils debug @@ -28,7 +28,7 @@ src_compile() { econf ${myconf} || die "Configuration failed" - emake || MAKEOPTS="${MAKEOPTS} -j1" emake || die "Make failed" + emake -j1 || die "Make failed" } src_install() { diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.36.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.36.ebuild index 8236018c4447..35192e14bb8c 100644 --- a/x11-plugins/gaim-encryption/gaim-encryption-2.36.ebuild +++ b/x11-plugins/gaim-encryption/gaim-encryption-2.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.36.ebuild,v 1.8 2005/07/07 03:42:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.36.ebuild,v 1.9 2005/07/10 20:47:45 swegener Exp $ inherit flag-o-matic eutils debug @@ -28,7 +28,7 @@ src_compile() { econf ${myconf} || die "Configuration failed" - emake || MAKEOPTS="${MAKEOPTS} -j1" emake || die "Make failed" + emake -j1 || die "Make failed" } src_install() { diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.37.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.37.ebuild index 1748d6019d5c..8fa4a139c4ef 100644 --- a/x11-plugins/gaim-encryption/gaim-encryption-2.37.ebuild +++ b/x11-plugins/gaim-encryption/gaim-encryption-2.37.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.37.ebuild,v 1.1 2005/05/13 14:05:00 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.37.ebuild,v 1.2 2005/07/10 20:47:45 swegener Exp $ inherit flag-o-matic eutils debug @@ -28,7 +28,7 @@ src_compile() { econf ${myconf} || die "Configuration failed" - emake || MAKEOPTS="${MAKEOPTS} -j1" emake || die "Make failed" + emake -j1 || die "Make failed" } src_install() { diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild index 716a906efe4a..ce7d1359ca8f 100644 --- a/x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild +++ b/x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild,v 1.4 2005/07/07 03:42:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild,v 1.5 2005/07/10 20:47:45 swegener Exp $ inherit flag-o-matic eutils debug @@ -28,7 +28,7 @@ src_compile() { econf ${myconf} || die "Configuration failed" - emake || MAKEOPTS="${MAKEOPTS} -j1" emake || die "Make failed" + emake -j1 || die "Make failed" } src_install() { diff --git a/x11-plugins/gaim-otr/ChangeLog b/x11-plugins/gaim-otr/ChangeLog index 1faa7e183dc3..ef10be27d2ea 100644 --- a/x11-plugins/gaim-otr/ChangeLog +++ b/x11-plugins/gaim-otr/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/gaim-otr # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/ChangeLog,v 1.9 2005/05/17 14:12:24 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/ChangeLog,v 1.10 2005/07/10 20:43:58 swegener Exp $ + + 10 Jul 2005; Sven Wegener <swegener@gentoo.org> gaim-otr-1.0.3.ebuild, + gaim-otr-2.0.0.ebuild, gaim-otr-2.0.1.ebuild, gaim-otr-2.0.2.ebuild: + QA: Removed 'emake || make || die' and variants. Either a package is + parallel build safe or it is not. There's nothing like trying and falling + back. *gaim-otr-2.0.2 (17 May 2005) diff --git a/x11-plugins/gaim-otr/gaim-otr-1.0.3.ebuild b/x11-plugins/gaim-otr/gaim-otr-1.0.3.ebuild index b1ec0e12496c..e88e24bfcf83 100644 --- a/x11-plugins/gaim-otr/gaim-otr-1.0.3.ebuild +++ b/x11-plugins/gaim-otr/gaim-otr-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/gaim-otr-1.0.3.ebuild,v 1.3 2005/02/09 11:16:01 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/gaim-otr-1.0.3.ebuild,v 1.4 2005/07/10 20:43:58 swegener Exp $ inherit flag-o-matic eutils debug @@ -28,7 +28,7 @@ src_compile() { strip-flags replace-flags -O? -O2 - emake || MAKEOPTS="${MAKEOPTS} -j1" emake || die "Make failed" + emake -j1 || die "Make failed" } src_install() { diff --git a/x11-plugins/gaim-otr/gaim-otr-2.0.0.ebuild b/x11-plugins/gaim-otr/gaim-otr-2.0.0.ebuild index f510846c900b..5601ac1e4799 100644 --- a/x11-plugins/gaim-otr/gaim-otr-2.0.0.ebuild +++ b/x11-plugins/gaim-otr/gaim-otr-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/gaim-otr-2.0.0.ebuild,v 1.1 2005/02/10 20:33:46 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/gaim-otr-2.0.0.ebuild,v 1.2 2005/07/10 20:43:58 swegener Exp $ inherit flag-o-matic eutils debug @@ -20,7 +20,7 @@ src_compile() { strip-flags replace-flags -O? -O2 - emake || MAKEOPTS="${MAKEOPTS} -j1" emake || die "Make failed" + emake -j1 || die "Make failed" } src_install() { diff --git a/x11-plugins/gaim-otr/gaim-otr-2.0.1.ebuild b/x11-plugins/gaim-otr/gaim-otr-2.0.1.ebuild index c9060b58cb98..c22b77cb920f 100644 --- a/x11-plugins/gaim-otr/gaim-otr-2.0.1.ebuild +++ b/x11-plugins/gaim-otr/gaim-otr-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/gaim-otr-2.0.1.ebuild,v 1.2 2005/03/30 21:58:08 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/gaim-otr-2.0.1.ebuild,v 1.3 2005/07/10 20:43:58 swegener Exp $ inherit flag-o-matic eutils debug @@ -20,7 +20,7 @@ src_compile() { strip-flags replace-flags -O? -O2 - emake || MAKEOPTS="${MAKEOPTS} -j1" emake || die "Make failed" + emake -j1 || die "Make failed" } src_install() { diff --git a/x11-plugins/gaim-otr/gaim-otr-2.0.2.ebuild b/x11-plugins/gaim-otr/gaim-otr-2.0.2.ebuild index cb249bc02174..d08d07049d78 100644 --- a/x11-plugins/gaim-otr/gaim-otr-2.0.2.ebuild +++ b/x11-plugins/gaim-otr/gaim-otr-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/gaim-otr-2.0.2.ebuild,v 1.1 2005/05/17 14:12:24 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/gaim-otr-2.0.2.ebuild,v 1.2 2005/07/10 20:43:58 swegener Exp $ inherit flag-o-matic eutils debug @@ -21,7 +21,7 @@ src_compile() { replace-flags -O? -O2 econf || die "econf failed" - emake || MAKEOPTS="${MAKEOPTS} -j1" emake || die "Make failed" + emake -j1 || die "Make failed" } src_install() { |