diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-10 20:50:24 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-10 20:50:24 +0000 |
commit | 9f1d5247dc6396ca360b26be2d68bc571040de6b (patch) | |
tree | 84e72c2d1f1ebfc1085d12282096be81d453c594 /www-client | |
parent | fixing lib silliness on non-x86 arches, and bumping stable (x86 and sparc) (diff) | |
download | gentoo-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 'www-client')
-rw-r--r-- | www-client/dillo/ChangeLog | 9 | ||||
-rw-r--r-- | www-client/dillo/dillo-0.7.3-r7.ebuild | 4 | ||||
-rw-r--r-- | www-client/dillo/dillo-0.8.4-r1.ebuild | 4 | ||||
-rw-r--r-- | www-client/dillo/dillo-0.8.4-r2.ebuild | 4 | ||||
-rw-r--r-- | www-client/dillo/dillo-0.8.4.ebuild | 4 | ||||
-rw-r--r-- | www-client/dillo/dillo-0.8.5-r1.ebuild | 4 | ||||
-rw-r--r-- | www-client/dillo/dillo-0.8.5.ebuild | 4 |
7 files changed, 20 insertions, 13 deletions
diff --git a/www-client/dillo/ChangeLog b/www-client/dillo/ChangeLog index c3876ff65f1c..dbf79ea18767 100644 --- a/www-client/dillo/ChangeLog +++ b/www-client/dillo/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for www-client/dillo # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.34 2005/07/02 17:47:46 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.35 2005/07/10 20:50:24 swegener Exp $ + + 10 Jul 2005; Sven Wegener <swegener@gentoo.org> dillo-0.7.3-r7.ebuild, + dillo-0.8.4.ebuild, dillo-0.8.4-r1.ebuild, dillo-0.8.4-r2.ebuild, + dillo-0.8.5.ebuild, dillo-0.8.5-r1.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. 02 Jul 2005; Bryan Østergaard <kloeri@gentoo.org> dillo-0.8.4-r2.ebuild: Stable on alpha. diff --git a/www-client/dillo/dillo-0.7.3-r7.ebuild b/www-client/dillo/dillo-0.7.3-r7.ebuild index 3c0d43b75f11..532a9a624a08 100644 --- a/www-client/dillo/dillo-0.7.3-r7.ebuild +++ b/www-client/dillo/dillo-0.7.3-r7.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/www-client/dillo/dillo-0.7.3-r7.ebuild,v 1.2 2005/01/06 16:24:50 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-0.7.3-r7.ebuild,v 1.3 2005/07/10 20:50:24 swegener Exp $ inherit flag-o-matic eutils @@ -71,7 +71,7 @@ src_compile() { --enable-meta-refresh \ --enable-web-search \ || die - emake -j1 || emake -j1 || die + emake -j1 || die } src_install() { diff --git a/www-client/dillo/dillo-0.8.4-r1.ebuild b/www-client/dillo/dillo-0.8.4-r1.ebuild index f66a62b0e863..c4c3899c53b6 100644 --- a/www-client/dillo/dillo-0.8.4-r1.ebuild +++ b/www-client/dillo/dillo-0.8.4-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/www-client/dillo/dillo-0.8.4-r1.ebuild,v 1.7 2005/05/14 11:35:19 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-0.8.4-r1.ebuild,v 1.8 2005/07/10 20:50:24 swegener Exp $ inherit flag-o-matic eutils @@ -84,7 +84,7 @@ src_compile() { $(use_enable ssl)" econf ${myconf} || die - emake || make || die + emake -j1 || die } src_install() { diff --git a/www-client/dillo/dillo-0.8.4-r2.ebuild b/www-client/dillo/dillo-0.8.4-r2.ebuild index 406c9594ee5f..2c58771db113 100644 --- a/www-client/dillo/dillo-0.8.4-r2.ebuild +++ b/www-client/dillo/dillo-0.8.4-r2.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/www-client/dillo/dillo-0.8.4-r2.ebuild,v 1.8 2005/07/07 00:20:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-0.8.4-r2.ebuild,v 1.9 2005/07/10 20:50:24 swegener Exp $ inherit flag-o-matic eutils @@ -84,7 +84,7 @@ src_compile() { $(use_enable ssl)" econf ${myconf} || die - emake || make || die + emake -j1 || die } src_install() { diff --git a/www-client/dillo/dillo-0.8.4.ebuild b/www-client/dillo/dillo-0.8.4.ebuild index dd07effe838a..a885cec1f570 100644 --- a/www-client/dillo/dillo-0.8.4.ebuild +++ b/www-client/dillo/dillo-0.8.4.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/www-client/dillo/dillo-0.8.4.ebuild,v 1.6 2005/04/07 17:03:22 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-0.8.4.ebuild,v 1.7 2005/07/10 20:50:24 swegener Exp $ inherit flag-o-matic eutils @@ -83,7 +83,7 @@ src_compile() { $(use_enable ssl)" econf ${myconf} || die - emake || make || die + emake -j1 || die } src_install() { diff --git a/www-client/dillo/dillo-0.8.5-r1.ebuild b/www-client/dillo/dillo-0.8.5-r1.ebuild index bee47f56964c..a688405c601a 100644 --- a/www-client/dillo/dillo-0.8.5-r1.ebuild +++ b/www-client/dillo/dillo-0.8.5-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/www-client/dillo/dillo-0.8.5-r1.ebuild,v 1.2 2005/07/07 00:20:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-0.8.5-r1.ebuild,v 1.3 2005/07/10 20:50:24 swegener Exp $ inherit flag-o-matic eutils @@ -84,7 +84,7 @@ src_compile() { $(use_enable ssl)" econf ${myconf} || die - emake || make || die + emake -j1 || die } src_install() { diff --git a/www-client/dillo/dillo-0.8.5.ebuild b/www-client/dillo/dillo-0.8.5.ebuild index b0e0efe3180a..9ee10ed61265 100644 --- a/www-client/dillo/dillo-0.8.5.ebuild +++ b/www-client/dillo/dillo-0.8.5.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/www-client/dillo/dillo-0.8.5.ebuild,v 1.2 2005/07/07 00:20:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-0.8.5.ebuild,v 1.3 2005/07/10 20:50:24 swegener Exp $ inherit flag-o-matic eutils @@ -84,7 +84,7 @@ src_compile() { $(use_enable ssl)" econf ${myconf} || die - emake || make || die + emake -j1 || die } src_install() { |