summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-10 20:50:24 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-10 20:50:24 +0000
commit9f1d5247dc6396ca360b26be2d68bc571040de6b (patch)
tree84e72c2d1f1ebfc1085d12282096be81d453c594 /x11-plugins/gaim-encryption
parentfixing lib silliness on non-x86 arches, and bumping stable (x86 and sparc) (diff)
downloadgentoo-2-9f1d5247dc6396ca360b26be2d68bc571040de6b.tar.gz
gentoo-2-9f1d5247dc6396ca360b26be2d68bc571040de6b.tar.bz2
gentoo-2-9f1d5247dc6396ca360b26be2d68bc571040de6b.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.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-plugins/gaim-encryption')
-rw-r--r--x11-plugins/gaim-encryption/ChangeLog10
-rw-r--r--x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild4
-rw-r--r--x11-plugins/gaim-encryption/gaim-encryption-2.34.ebuild4
-rw-r--r--x11-plugins/gaim-encryption/gaim-encryption-2.35.ebuild4
-rw-r--r--x11-plugins/gaim-encryption/gaim-encryption-2.36.ebuild4
-rw-r--r--x11-plugins/gaim-encryption/gaim-encryption-2.37.ebuild4
-rw-r--r--x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild4
7 files changed, 21 insertions, 13 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() {