From 9f1d5247dc6396ca360b26be2d68bc571040de6b Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Sun, 10 Jul 2005 20:50:24 +0000 Subject: 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. (Portage version: 2.0.51.22-r1) --- x11-plugins/gaim-encryption/ChangeLog | 10 +++++++++- x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild | 4 ++-- x11-plugins/gaim-encryption/gaim-encryption-2.34.ebuild | 4 ++-- x11-plugins/gaim-encryption/gaim-encryption-2.35.ebuild | 4 ++-- x11-plugins/gaim-encryption/gaim-encryption-2.36.ebuild | 4 ++-- x11-plugins/gaim-encryption/gaim-encryption-2.37.ebuild | 4 ++-- x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild | 4 ++-- 7 files changed, 21 insertions(+), 13 deletions(-) (limited to 'x11-plugins/gaim-encryption') 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 + 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 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() { -- cgit v1.2.3-65-gdbad